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

Protocol not found with twitter videos #9555

Closed
montanaflynn opened this issue May 21, 2016 · 9 comments
Closed

Protocol not found with twitter videos #9555

montanaflynn opened this issue May 21, 2016 · 9 comments

Comments

@montanaflynn
Copy link

youtube-dl "https://twitter.com/sergiogarcia_4/status/731246121150898176"
[twitter] 731246121150898176: Downloading webpage
[twitter:card] 731246121150898176: Downloading webpage
[download] Destination: Sr. G.O - So I went hiking today and I thought that this bear died for a second 🐻💀-731246121150898176.m3u8
avconv version 11.4, Copyright (c) 2000-2014 the Libav developers
  built on Oct 16 2015 09:05:58 with Apple LLVM version 7.0.0 (clang-700.0.72)
https://video.twimg.com/ext_tw_video/731246085738389504/pu/pl/5IRM5D5ymwAj7yBt.m3u8: Protocol not found
ERROR: ffmpeg exited with code 1
@dstftw
Copy link
Collaborator

dstftw commented May 21, 2016

Your avconv is built without https support.

@dstftw dstftw closed this as completed May 21, 2016
@montanaflynn
Copy link
Author

Are you sure, my ffmpeg can take https input sources without a problem.

ffmpeg -i "https://j.gifs.com/n5PQOE.mp4" out.gif

@dstftw
Copy link
Collaborator

dstftw commented May 21, 2016

avconv not ffmpeg.

@montanaflynn
Copy link
Author

I don't use avconv, even the error reported by youtube-dl is ERROR: ffmpeg exited with code 1

Furthermore the following command returns a valid mp4:

ffmpeg -i "https://video.twimg.com/ext_tw_video/731246085738389504/pu/pl/5IRM5D5ymwAj7yBt.m3u8" out.mp4

@dstftw
Copy link
Collaborator

dstftw commented May 21, 2016

See log.

avconv version 11.4, Copyright (c) 2000-2014 the Libav developers
built on Oct 16 2015 09:05:58 with Apple LLVM version 7.0.0 (clang-700.0.72)

@dstftw
Copy link
Collaborator

dstftw commented May 21, 2016

Then uninstall it if you don't use.

@montanaflynn
Copy link
Author

After removing it the bug went away, is there a way to explicitly tell youtube-dl to use ffmpeg?

@dstftw
Copy link
Collaborator

dstftw commented May 21, 2016

Yes, --prefer-ffmpeg. You can also explicitly specify full path to ffmpeg/avconv (e.g. if not in $PATH) with --ffmpeg-location.

@djmix777
Copy link

Hi , please help, how may download this link?
https://t.co/CO2W6ZcmCE or https://pic.twitter.com/CO2W6ZcmCE

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

3 participants