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 --download-archive works? #5502

Closed
lukasmrtvy opened this issue Apr 22, 2015 · 1 comment
Closed

How --download-archive works? #5502

lukasmrtvy opened this issue Apr 22, 2015 · 1 comment

Comments

@lukasmrtvy
Copy link

Can anyone explain to me, how this parameter works?
Im trying to output all videos ( title + id + video lenght ) from yt playlist, EXCEPT videos that are listed in list_of_ids file.

youtube-dl http://www.youtube.com/playlist?list=PLeCg_YDclAETQHa8VyFUHKC_Ly0HUWUnq -e --get-id --get-duration --download-archive ./list_of_ids

./list_of_ids
SdfL2nY-Xs8
2lJWeOYjsCI
n2LBtevEY3c

thanks

@jaimeMF
Copy link
Collaborator

jaimeMF commented Apr 22, 2015

You have to prefix it with youtube, like:

youtube SdfL2nY-Xs8
youtube 2lJWeOYjsCI

(Note that the format used is internal and may change in the future)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants