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.
Checklist
Question
WRITE QUESTION HERE
I'm using the
--batch-file queue-list --download-archive done-listcombo to download URLs automatically, but as the list has grown it's gotten very slow.I thought about using
grep -Fvxf done-list queue-listto prune the queue, but since the format is usually not the same (eg,youtube zbwo0O-QnUMvshttps://www.youtube.com/watch?v=zbwo0O-QnUM&feature=emb_title),grepcan't do its magic.Is there a way to, using
youtube-dl, convert a list to its normalized form, as recognized by itself? That function is obviously already available internally.