When running gallery-dl -v "https://fantia.jp/posts/1234" (post number is replaced with 1234 for this example), I get the following:
[gallery-dl][debug] Python 3.10.0 - Windows-10-10.0.19043-SP0
[gallery-dl][debug] requests 2.26.0 - urllib3 1.26.7
[gallery-dl][debug] Starting DownloadJob for 'https://fantia.jp/posts/1234'
[fantia][debug] Using FantiaPostExtractor for 'https://fantia.jp/posts/1234'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): fantia.jp:443
[urllib3.connectionpool][debug] https://fantia.jp:443 "GET /api/v1/posts/1234 HTTP/1.1" 200 None
And nothing is downloaded. This happens on any post, and pointing it at a fanclub address (eg, https://fantia.jp/fanclubs/1234) just results in a series of 200 None responses like the above one, which implies that it's seeing the posts in the fanclub but just not grabbing them.
I'm gonna facepalm because it started working on its own again today, with no other changes. So I can only chalk it up to internet conditions or something...
When running
gallery-dl -v "https://fantia.jp/posts/1234"
(post number is replaced with 1234 for this example), I get the following:And nothing is downloaded. This happens on any post, and pointing it at a fanclub address (eg,
https://fantia.jp/fanclubs/1234
) just results in a series of200 None
responses like the above one, which implies that it's seeing the posts in the fanclub but just not grabbing them.The fantia block in my config is as follows:
It worked a month or so ago, so there's probably something obvious I'm missing but I'm not sure where to look.