View Single Post
  #2  
Old 04-24-2016, 05:42 AM
offthecuff offthecuff is offline
Junior Member
 
Join Date: Aug 2015
Posts: 28
offthecuff is on a distinguished road
Default

Re: Please help to rip current Yahoo stream


Quote:
Originally Posted by mkdevo View Post
Hi,

Can someone please let me know how to rip this?:

https://www.yahoo.com/music/livenation/event/dopapod

Any help greatly appreciated. Thanks!
the link you posted gets this and plays
with vlc

Code:
https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation1p/appleman_1414.m3u8
use ffmpeg to download it

Code:
C:\ffmpeg.exe -i  https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation1p/appleman_1414.m3u8 -vcodec copy -acodec copy c:\livenation.ts
Reply With Quote