mikf / gallery-dl

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

[Site Request] coomer.party #2100

Closed alice945 closed 2 years ago

alice945 commented 2 years ago

Similar to kemono.party but for onlyfans. It's made by the same devs and seems to be functionally the same. I tried replacing "kemono" with "coomer" in kemonoparty.py and it worked for the site with no issues. It might be best to support both sites in one file?

mikf commented 2 years ago

Added support for coomer.party links in https://github.com/mikf/gallery-dl/commit/8ed282f7f26c5967039a15b3b13d86865d70216e, so you can just copy the current kemonoparty.py, @JohnnyJoestar9 Simply replacing all instances of kemono with coomer would have also somewhat worked, but some downloads would have failed because coomer.party sends all its files in gzip encoding by default and gallery-dl's downloader can't handle that in all cases.