Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I am trying to use youtube-dl
youtube-dl -f 22 -o reydavid01.mp4 http://www.youtube.com/watch?v=fRwA0IagPik
The problem is that HD version (fmt 22) stops at 20% and 480p version stops at 67%. I cannot get past this point
Looks like the video file is broken. Even when I get the exact HTML link through DownloadHelper and use wget, it only gets to this particular % point.
BUT I can see the whole youtube video online fine. So I want to know if there is any way to start downloading form certain byte-point (e.g 328556227 onwards) or form a specific time point (e.g. 10 minutes 3 seconds). If this was possible I still might be able to download video in chunks.
Thank you.