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.
Question: youtube-dl creates -lots of- .Frag files #11750
Comments
|
Some videos served in fragments. In this case frag files are created. |
|
I'm also curious about this. Sorry if i ask a bit more here. Just want to know, Then when a video served in fragments, it will be downloaded as separated frag files first by youtube-dl? or is it possible to download it with no frag files? |
|
Can you set maybe a run time working dir for youtube-dl to use till its ready to copy the finished concatenated file whatever the main env $CWD was when the initial command was run? |
|
@brokendash See #10993. Before that is implemented, you can use |
|
Ahhh exactly what I'm looking for! Thanks Sir... :-) |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.01.16. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Question:
I use this command (*) to download the best dash quality of some youtube videos:
youtube-dl -f 137+140 http://www.youtube.com/watch?v=3JZ_D3ELwOQ*Source: http://unix.stackexchange.com/questions/272868/download-only-format-mp4-on-youtube-dl/272934
Sometimes this command creates lots of .Frag-files in the home folder - and sometimes not. It happens with large videos and shorter ones but not consistent. Crawling the readme gave no hints on that. So can anybody explain why youtube-dl creates this fragments?
cheers
red