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.
Weird Al' Yankovic - Virus Alert is being added to playlist download when using cookies file #25337
Comments
|
Is it just me? |
Checklist
Verbose log
Description
Weird Al' Yankovic - Virus Alert is being added to playlist downloads
It is being added as entry 101 if the playlist is over 100 entries or if under it is being added at the end.
youtube-dl --merge-output-format mkv --cookies=newcookiefile.txt -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/playlist?list=PLlGDwy1TtSwblTfTd0Kti5Q6O5dTxYR4v --ignore-errors
It does not seem to add it if cookies is not used.