mikf / gallery-dl

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

Furaffinity pulls no longer work #1014

Closed tphillip913 closed 4 years ago

tphillip913 commented 4 years ago

Using gallery-dl v1.14.5 on Centos 8 x86_x64 and the "default" conf file downloads from furaffinity fail. Earlier versions used to work but it seems something broke in this version (Or the site changed).

Here's the output from -v: gallery-dl -v https://www.furaffinity.net/gallery/esquitax [gallery-dl][debug] Version 1.14.5 [gallery-dl][debug] Python 3.6.8 - Linux-4.18.0-193.14.2.el8_2.x86_64-x86_64-with-centos-8.2.2004-Core [gallery-dl][debug] requests 2.24.0 - urllib3 1.25.10 [gallery-dl][debug] Starting DownloadJob for 'https://www.furaffinity.net/gallery/esquitax' [furaffinity][debug] Using FuraffinityGalleryExtractor for 'https://www.furaffinity.net/gallery/esquitax' [urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.furaffinity.net:443 [urllib3.connectionpool][debug] https://www.furaffinity.net:443 "GET /gallery/esquitax/1/ HTTP/1.1" 200 None [urllib3.connectionpool][debug] https://www.furaffinity.net:443 "GET /view/38301946/ HTTP/1.1" 200 None [furaffinity][warning] Unable to download post 38301946 ("") [urllib3.connectionpool][debug] https://www.furaffinity.net:443 "GET /view/38301937/ HTTP/1.1" 200 None [furaffinity][warning] Unable to download post 38301937 ("") [urllib3.connectionpool][debug] https://www.furaffinity.net:443 "GET /view/38301924/ HTTP/1.1" 200 None [furaffinity][warning] Unable to download post 38301924 ("") [urllib3.connectionpool][debug] https://www.furaffinity.net:443 "GET /view/38301900/ HTTP/1.1" 200 None [furaffinity][warning] Unable to download post 38301900 ("") [urllib3.connectionpool][debug] https://www.furaffinity.net:443 "GET /view/38301881/ HTTP/1.1" 200 None [furaffinity][warning] Unable to download post 38301881 ("")

kattjevfel commented 4 years ago

Duplicate of #1000, #988 and #990, you must use the latest development version for this since dcf3ad7eef2c33c0d1fff15c9bc62ee4cc5a3613 has yet to appear in a release.

tphillip913 commented 4 years ago

Sorry about that. My search did not pick those up.

Thanks for the info.

mikf commented 4 years ago

A new release with the fix from dcf3ad7 included is out: https://github.com/mikf/gallery-dl/releases/tag/v1.15.0