I'm using a VPN and the site is blocking me on Street Figher, but other shows are working for me.
Try this: The site uses m3u8 files to play the video. I used the Firefox addon "Video DownloadHelper" (
https://addons.mozilla.org/de/firefo...rc=userprofile) to get the m3u8 file, but a network sniffing tool like URL Snooper 2 should work too.
You'll get a few different m3u8 file. 720p was for me the "g.m3u8" file.
You can download it with ffmpeg with the following command:
Code:
ffmpeg -i "M3U8 URL" -c copy "path\video.ts"
The odd thing is that the video includes the ad at the beginning with a lower resolution and then changes to 720p for the video.