Skip to content

jvlflame/Hentai-Cafe-Indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hentai-Cafe-Indexer

Index links from Hentai.Cafe to a .txt file. Best used with gallery-dl to download all the links from the text file. Mostly used for if you want to download galleries with a specific tag, rather than just bulk torrenting fakku rips.

Demo

Demo

About

Get-HCafe.ps1 will:

  • Write all doujinshi links from each page of Hentai.cafe to a text file

How to use?

Clone the repository to a desired location. Run Get-HCafe.ps1 in a PowerShell prompt, and use function Get-HCafe.

Get-HCafe.ps1 Parameters

.PARAMETER StartPage [Required]

    Specifies which page to start on.

.PARAMETER EndPage [Required]

    Specifies which page to end on.

.PARAMETER ExportPath [Required]

    Specifies the full path of the .txt file to export to.

.PARAMETER Tag

    Specifies which tag to search on Hentai.cafe.

Examples

Example 1 Index links from pages 1 to 5 with tag "Glasses" to E:\hcafe.txt.

Get-HCafe -StartPage 1 -EndPage 5 -Tag 'Glasses' -ExportPath 'E:\hcafe.txt'

Example 2 Index links from pages 1 to 10 to E:\downloadlinks\hcafe.txt.

Get-HCafe -StartPage 1 -EndPage 10 -ExportPath 'E:\downloadlinks\hcafe.txt'

Releases

No releases published

Packages

No packages published