YouTube videos with lots of comments seem impossible to download, keep failing while downloading comments
See original GitHub issueChecklist
- I’m asking a question
- I’ve looked through the README and FAQ for similar questions
- I’ve searched the bugtracker for similar questions including closed ones
Question
Trying to download videos with comments is very failure prone: why is that? I thought adding --cookies cookies.txt
and especially --sleep-requests 1
would prevent them from erroring out but it still happens. Thus, videos with 20k+ comments seem impossible to download. Especially annoying with --sleep-requests 1
because it will take over 10 minutes for it to download the first 5k or so comments, only to fail anyway.
It doesn’t even matter how many comments a vid has, even some vids with 800 comments will fail at like 200 or 600. What can I do to prevent these from erroring out?
Issue Analytics
- State:
- Created 2 years ago
- Comments:24 (7 by maintainers)
Top Results From Across the Web
[Problem Solved!] Can't Download YouTube Videos Anymore
If you can't download YouTube videos using the YouTube app on your phone or tablet, do you know the reason and how to...
Read more >How To Fix Youtube - This Video Is Not Downloaded Yet Error
Thank You Everyone So Much For Watch My Video On " How To Fix Youtube - This Video Is Not Downloaded Yet Error...
Read more >Troubleshoot video errors, buffering, and freezing - Android
Many factors can cause video playback issues, such as internet or device connection. If a video is freezing, buffering, or you get one...
Read more >5 Ways to Troubleshoot If YouTube Comments Are Not Loading
If YouTube comments are not loading on the YouTube website or mobile app, there are some simple ways to troubleshoot potential issues.
Read more >Comment failed to post on YouTube? Here's a quick fix
To fix the Comment failed to post Youtube error, try playing videos on pages before comment, clearing browser data, and disabling ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Use
--skip-download
Just run these seperately:
youtube-dl nowadays downloads whatever youtube page the link points to. So if you point it to the channels home page, it will download all the videos in the home page and not the channel’s uploaded videos. The workaround is to give link to the videos page like this:
https://www.youtube.com/c/3blue1brown/videos
. yt-dlp on the other hand, automatically redirects the home page to the videos page since that is the expected behaviour by most users.This is a recent thing. There is already an issue open in youtube-dl. Currently the only known workaround is to use a multi-connection downloader like
aria2c
Specs don’t matter. The only thing that matters is the internet’s stability
I am closing this since I believe all the questions have been answered
That’s great to hear, thanks for the info! You’re doing god’s work and your responsiveness is to be commended.