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

Clarification "skip" warning #5600

Closed
Issam2204 opened this issue May 4, 2015 · 2 comments
Closed

Clarification "skip" warning #5600

Issam2204 opened this issue May 4, 2015 · 2 comments

Comments

@Issam2204
Copy link

@Issam2204 Issam2204 commented May 4, 2015

Hi! Thank you for the beautiful program :)

I have a question: I generally use this command to download music playlist from youtube

youtube-dl --extract-audio --audio-format best --embed-thumbnail --prefer-ffmpeg --no-check-certificate https://www.youtube.com/playlist?list=XXXXX

On each download I read this:

[youtube] Post-process file EXAMPLE.m4a exists, skipping

I'd like to know if the skipping action is normal and why it happens. Is there any way to "correct" this? The only way to hide it is to use -q but then I'd not see all the other information which I find useful.

Thank you again!

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 4, 2015

It's normal, YouTube already provides an audio file so that's what it downloads. It doesn't need to do anything else. If you want the audio in other format you can use --audio-format mp3or similar.

Don't use --no-check-certificate, it turns off certificate verification, so someone could manipulate the content you receive.

@jaimeMF jaimeMF closed this May 4, 2015
@Issam2204
Copy link
Author

@Issam2204 Issam2204 commented May 4, 2015

Perfect! Thank you very much jaimeMF!

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.