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

gallery-dl can't download specified subreddit #5377

Open wankio opened 5 months ago

wankio commented 5 months ago

config with app

gallery-dl: Starting DownloadJob for 'https://www.reddit.com/r/Golden_Girls/comments/1bhbr11/golden_girls_my_ass_only_has_one_setting/'
reddit: Using RedditSubmissionExtractor for 'https://www.reddit.com/r/Golden_Girls/comments/1bhbr11/golden_girls_my_ass_only_has_one_setting/'
reddit: Using custom API credentials (client-id O-NYb*****************)
urllib3.connectionpool: Starting new HTTPS connection (1): oauth.reddit.com:443
urllib3.connectionpool: https://oauth.reddit.com:443 "GET /comments/1bhbr11/.json?limit=0&raw_json=1 HTTP/1.1" 200 1981

no-config

gallery-dl https://www.reddit.com/r/Golden_Girls/comments/1bhbr11/golden_girls_my_ass_only_has_one_setting/ -d .\ --verbose
[gallery-dl][debug] Version 1.26.9
[gallery-dl][debug] Python 3.10.7 - Windows-10-10.0.19045-SP0
[gallery-dl][debug] requests 2.31.0 - urllib3 2.1.0
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://www.reddit.com/r/Golden_Girls/comments/1bhbr11/golden_girls_my_ass_only_has_one_setting/'
[reddit][debug] Using RedditSubmissionExtractor for 'https://www.reddit.com/r/Golden_Girls/comments/1bhbr11/golden_girls_my_ass_only_has_one_setting/'
[reddit][debug] Using default API credentials (client-id 6N9uN0krSDE-ig)
[reddit][info] Requesting public access token
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.reddit.com:443
[urllib3.connectionpool][debug] https://www.reddit.com:443 "POST /api/v1/access_token HTTP/1.1" 200 672
[reddit][debug] Sleeping 0.58 seconds (request)
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): oauth.reddit.com:443
[urllib3.connectionpool][debug] https://oauth.reddit.com:443 "GET /comments/1bhbr11/.json?limit=0&raw_json=1 HTTP/1.1" 200 1925
Hrxn commented 5 months ago

https://oauth.reddit.com:443 "GET /comments/1bhbr11/.json?limit=0&raw_json=1 HTTP/1.1" 200 1925

The only relevant thing I can see from your short log here so far..

Seems to work. That subreddit is "broken", the submissions/posts are links to other submissions on other subreddits.

mikf commented 5 months ago

the submissions/posts are links to other submissions on other subreddits

... and the video of the original post got deleted. There are still several preview formats available, though.

wankio commented 5 months ago

yeah i think it broken, because i just tested other subreddit and it working perfect but the problem there i think is user who posted it, which testing by https://www.reddit.com/user/IHateBranStark009/ , it can't even work

post from member other than iHate..., can still download : https://www.reddit.com/r/Golden_Girls/comments/1b8t1rh/do_you_want_to_play_a_game/ , so it's user-post issue