Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get a normalized list for the --batch-file <file> option #25646

Open
jromero2k opened this issue Jun 13, 2020 · 0 comments
Open

How to get a normalized list for the --batch-file <file> option #25646

jromero2k opened this issue Jun 13, 2020 · 0 comments
Labels

Comments

@jromero2k
Copy link

@jromero2k jromero2k commented Jun 13, 2020

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

WRITE QUESTION HERE

I'm using the --batch-file queue-list --download-archive done-list combo to download URLs automatically, but as the list has grown it's gotten very slow.

I thought about using grep -Fvxf done-list queue-list to prune the queue, but since the format is usually not the same (eg, youtube zbwo0O-QnUM vs https://www.youtube.com/watch?v=zbwo0O-QnUM&feature=emb_title), grep can'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.

@jromero2k jromero2k added the question label Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.