View Single Post
  #2  
Old 05-11-2013, 05:08 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Thumbs up

Re: This video/stream REFUSES to download.


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
Reply With Quote