View Single Post
  #14  
Old 09-21-2015, 12:46 PM
feldego feldego is offline
Member
 
Join Date: Mar 2015
Posts: 30
feldego is on a distinguished road
Default

Re: Bypass Tv Provider login (USA Network, etc)


Quote:
Originally Posted by ehurdler View Post
OK, I have access to the site to log in. What would be the procedure?
1. Download some sort of URL snooper and keep it running
2. Go to the video you want to watch
3. After it starts playing, close the browser and go back to the URL snooper
4. Look for a long link.theplatform.com/s/ URL with token
5. Copy it in Notepad and remove if there is, manifest=f4m
6. Add &manifest=m3u to the link
7. Open that link in your browser
8. Open the downloaded file in Notepad and get the m3u8 URL
9. Download ffmpeg and put it in the map you want your .TS stream
10. Open a commant prompt directed to the folder in step 9 and type:
Code:
ffmpeg -i "URL-TO-M3U8-STREAM" -c copy "output.ts"
11 Wait until it's done and you have your file

Last edited by feldego : 09-21-2015 at 03:24 PM. Reason: m3u instead of m3u8
Reply With Quote