mikf / gallery-dl

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

kemono.party cannot download content images #2552

Closed apengm closed 2 years ago

apengm commented 2 years ago

kemono.party patreon that I tried to download can only download file images, instead of content images. example link (NSFW) it can download all content embeded as text no problem, but it seems it can only download the image at the bottom.

mikf commented 2 years ago

It grabs all 3 files with default settings:

$ gallery-dl --ignore-config https://kemono.party/patreon/user/11454939/post/24269595
./gallery-dl/kemonoparty/patreon/114549…595_?NSFW?Miraculous Ladybug_01_file.jpg
./gallery-dl/kemonoparty/patreon/114549…cca3b8187111a5706c12334ac22245a54ab2.jpg
./gallery-dl/kemonoparty/patreon/114549…8325d2f55f41eecb86d8ee65075c63ed0bd0.jpg

Have you perhaps modified your files settings and don't include inline type files in there?

apengm commented 2 years ago

I don't think I modified any files settings and how exactly do you include inline type files?

Also, I tried to run it with --ignore-config but the default settings still only download the last image.

afterdelight commented 2 years ago

show me your verbose log

apengm commented 2 years ago

here's my verbose log

$ gallery-dl https://kemono.party/patreon/user/11454939/post/24269595 --verbose
[gallery-dl][debug] Version 1.18.3
[gallery-dl][debug] Python 3.7.9 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.25.1 - urllib3 1.25.11
[gallery-dl][debug] Starting DownloadJob for 'https://kemono.party/patreon/user/11454939/post/24269595'
[kemonoparty][debug] Using KemonopartyPostExtractor for 'https://kemono.party/patreon/user/11454939/post/24269595'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): kemono.party:443
[urllib3.connectionpool][debug] https://kemono.party:443 "GET /api/patreon/user/11454939/post/24269595 HTTP/1.1" 200 None
.\gallery-dl\kemonoparty\patreon\11454939\24269595__NSFW_Miraculous Ladybug_01_file.jpg
mikf commented 2 years ago

[gallery-dl][debug] Version 1.18.3

Update gallery-dl. You need at least version 1.19.1 (commit db857b40) for it to recognize inline content with new-style URLs.

afterdelight commented 2 years ago

what about embeds files

apengm commented 2 years ago

Updated it with the exe, and now it work. Pretty sure I already updated it through pip, but oh well all is good now.