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.
filename.mp4.part what that mean #17314
Comments
|
|
I'm using youtube-dl on my website to help users to download videos. The file must be downloaded in mp4 format. In my directory I find many of these files:
filename.mp4.partDoes that mean that there was an issue during the download?
What are the causes that prevent youtube-dl from downloading a video correctly?
Here is my command if that can help:
youtube-dl -o 'filename.%(ext)s' -f 'bestvideo[ext=mp4][width<?1024][height<?1024]+bestaudio[ext=m4a]/best[ext=mp4][width<?1024][height<?1024]/bestvideo[ext=webm]/best' URL