-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Reddit] Allow downloading from quarantined subreddits #2180
Comments
I tried this with the link from the yt-dlp issue and I'm only getting 403 error ( |
Checking that, seems the community was banned, so it no longer exists. I went down this list looking for something moderately innocuous and seems r/ApolloMoonLandingHoax still works with the example changes above. It's interesting to note though, while that pulls up fine, /r/DrawPeople (no idea what's on here, view at your own risk) requires one to log in, so gallery-dl gives Example output blow.
|
So the problem was me testing with an already deleted subreddit ... I added the cookie for public access tokens in 2d34d8f. According to my tests, it has no effect when using a private token. In that case you need to visit the quarantined subreddit with your account and agree to "view this community" there. |
Sweet, thanks! |
Howdy,
Seems yt-dlp in commit f0e5366 added the ability to download from quarantined subreddits, this could be useful in gallery-dl too.
This worked for a test, but isn't technically correct.
The text was updated successfully, but these errors were encountered: