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 parse and skip "title unmatched" faster? #22053

Closed
mwang141 opened this issue Aug 10, 2019 · 0 comments
Closed

How to parse and skip "title unmatched" faster? #22053

mwang141 opened this issue Aug 10, 2019 · 0 comments

Comments

@mwang141
Copy link

@mwang141 mwang141 commented Aug 10, 2019

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
Condition:

  1. a channel has >10k videos
  2. I only wanted to download video with title match "PATTER1"

Currently, I am youtube-dl --ignore-config --match-title "PATTERN1" -cio '%(upload_date)s-%(title)s-%(id)s.%(ext)s' --download-archive download.txt -f 18 'http:....BIG VIDEO CHANNEL'

Issues:

  1. it takes a while to load all the index pages
  2. youtube-dl will download each video's title and do a match check.
  3. only matched video download completed will be stored in download.txt
  4. if rerun again later, it will go thru same long video by video title matching test.

Question:

  1. is there a way to stored all the unmatched title ID into a text files, so next time when youtube-dl simply skip those IDs , it will be faster than checking one by one....
@mwang141 mwang141 added the question label Aug 10, 2019
@dstftw dstftw closed this Aug 10, 2019
@dstftw dstftw added the incomplete label Aug 10, 2019
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
2 participants
You can’t perform that action at this time.