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.
Endless download with -A --autonumber-size 3 #11748
Comments
|
Please paste the content of mydownloads.txt |
|
@yan12125 I just updated my previous report. Thanks. |
|
Use either
Or,
|
|
mircea@endless:~$ sudo su |
|
@mirceacluj This is a |
I downloaded playlist using the following command:
youtube-dl -f 18 -t --restrict-filename -A --autonumber-size 3 -a mydownloads.txtThe file
mydownloads.txtconsists of 5 URLs. Once all files downloaded, it kept on downloading the same files from the beginning with continuous numbers preffix, like006-bla-bla-bla,007-bla-bla-blaand so on.Thanks.
UPDATE:
Here's what
mydownloads.txtcontains..Actually, the original playlist contains 9 URLs (see:
https://www.youtube.com/playlist?list=PLL_EzZQgGgYEKPp115S4Gx5CuKMXB14QS). I just need the first 5 files.Once the last file (file no. 5 in
mydownloads.txt) finished, it continued to download the next files in row (which are not listed inmydownloads.txt) as006-,007-and so on with appropriate file names.Even if I edit
mydownloads.txtand paste all URLs as in the original playlist above (9 URLs), the problem still persist. Once the last file finished, it continued to download file no. 1 again with continuous number preffix (010-,011-, etc), with appropriate file names.UPDATE 2:
Once all downloaded, I run the same command again and got this message:
WARNING: unable to extract uploader nicknameI don't know if it has something to do with the previous problem. Here's the log...
Thank you.