View Single Post
  #14  
Old 05-14-2013, 04:25 AM
OurDoug OurDoug is offline
Junior Member
 
Join Date: May 2013
Posts: 15
OurDoug is on a distinguished road
Default

Re: This video/stream REFUSES to download.


Quote:
Originally Posted by evol View Post
One small error your doing
Code:
ffmpeg-i
It should be
Code:
ffmpeg -i
Do a version check to see if it recognised 1st
Code:
ffmpeg -version
Or for more help
Code:
ffmpeg -h
I think that's it but I can't test it as the video is now gone. At least I managed to download it.

Quote:
Originally Posted by evol View Post
ffmpeg my friend really easy just press Ctrl+Shift+K in your browser and search this in the Filter to get the .m3u8
Code:
http://www.youtube.com/api/manifest/hls_playlist/id/
Then just simply

Code:
ffmpeg -i ".m3u8 url here" -c copy seg.ts
So in future when I'm struggling to download a video, how do I find the URL that I need to paste into filter in order to obtain the .m3u8 url?

Code:
Code:
http://www.youtube.com/api/manifest/hls_playlist/id/
doesn't work for every video right?

Sorry for my noobness.
Reply With Quote