View Single Post
  #3  
Old 05-11-2013, 03:38 PM
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
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
Thanks for the reply pal!

I've tried to follow your instructions but I'm only getting so far. I've never done anything like this before so you will need to explain in ''dummy'' terms.

Where do I press Ctrl/Shift/K? In the URL of the video?

Code:
http://www.youtube.com/api/manifest/hls_playlist/id/
Do I paste that link into filter?

Here's a screen shot of where I'm at:
Code:
http://s8.postimg.org/63o8p2q51/FIWC.jpg
Reply With Quote