mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.7k stars 953 forks source link

Add support for Chevereto galleries #4664

Closed github-userx closed 1 year ago

github-userx commented 1 year ago

Example URL (Safe for work images on a nsfw image host):

https://jpg2.su/a/123.rlv1u

As far as I know cyberdrop-dl does support these sites already. But I’ve encountered others domains than just jpg2.su which is used for nsfw content on forums.

chevereto is a Self-hosted image service.


https://github.com/rodber/chevereto-free

https://github.com/chevereto/Chevereto

https://chevereto.com/

https://rodolfoberrios.com/2022/12/01/chevereto-goes-free/


I did found this:

https://github.com/Avzolem/CheveretoDownloader

mikf commented 1 year ago

Never heard of "chevereto" before. https://jpg2.su/ URLs are already supported, so making its code generic should be easy.

mikf commented 1 year ago

Generic extractors done (https://github.com/mikf/gallery-dl/commit/2911ed12409b39f77f32456f5cb40c1fef3a6ab6) but I've only added jpgfish and pixl as known sites for the time being.

putme.ga from https://github.com/Avzolem/CheveretoDownloader seems to be dead and I haven't looked into CyberDropDownloader yet.