Quote:
Originally Posted by ehurdler
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