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

autonumber-size flag question #5604

Closed
truth1ness opened this issue May 4, 2015 · 3 comments
Closed

autonumber-size flag question #5604

truth1ness opened this issue May 4, 2015 · 3 comments

Comments

@truth1ness
Copy link

@truth1ness truth1ness commented May 4, 2015

Am I using --autonumber-size incorrectly? The command below works without it but when I add this flag it gives the error below. I have tried with and without quotes around the 3 as well as placed it before and after the -o format flag. Am I doing something wrong or is this a bug?

youtube-dl --no-check-certificate --autonumber-size '3' -o "%(autonumber)s-%(title)s.%(ext)s" https://www.youtube.com/playlist?list=PLAwxTw4SYaPnJVt[DPvZZ5zXj_wRBjH0FxX

[youtube:playlist] PLAwxTw4SYaPnJVt: Downloading webpage
ERROR: The playlist doesn't exist or is private, use --username or --netrc to access it.
taskdone
@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 4, 2015

Argument of --autonumber-size option should not contain anything but digits, e.g. --autonumber-size 3.
By the way avoid using --no-check-certificate, if you care about security.

@dstftw dstftw closed this May 4, 2015
@truth1ness
Copy link
Author

@truth1ness truth1ness commented May 4, 2015

Thanks.

Oh, I thought --no-check-certificate is only a security issue if you are sending login credentials. I'm trying to troubleshoot it but in the meantime can anything worse than someone seeing what videos I'm downloading happen?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 4, 2015

If they can see what you are downloading (which is bad by itself), they can also manipulate the content you download (instead of a video you can get any kind of file). I don't know how much damage that can do, but you should be aware.

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
3 participants
You can’t perform that action at this time.