This includes the Hanime.tv extractor. This is rejected by maintainers of yt-dlp, on the grounds that it "allegedly" infringes copyright.
The attached patch could be applied to the main yt-dlp code. Procedure is as follows,
git clone https://github.com/yt-dlp/yt-dlp
cd yt-dlp
# Could even downloaded by other means too
curl -O 0001-HanimeTV-Add-HanimeTV-extractor.patch
git am --keep-non-patch 0001-HanimeTV-Add-HanimeTV-extractor.patch
Or, the attached binaries may be installed in their appropriate locations and be added to PATH
.
The htv-search.py
script could be used to query Hentai URLs, based on some criteria. It would later be integrated into a SearchExtractor, if I get time.