Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Download videos from spike?

(http://stream-recorder.com/forum/showthread.php?t=23192)

RKO4321 06-24-2017 10:56 PM

Download videos from spike?


 
Code:

http://bellator.spike.com/fight/9qf6nc/bellator-180-prelims-john-salgado-vs-hugh-mckenna
Sample ...

Is there a way to download that video?

j_cool 06-25-2017 05:13 AM

Re: Download videos from spike?


 
C:\>youtube-dl.exe -v -F --no-check-certificate http://bellator.spike.com/fight/9qf6...s-hugh-mckenna
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', '--no-check-certificate', 'http://bellator.spike.com/fight/9qf6nc/bellator-180-prelims-john-salgado-vs-hugh-mckenna']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.06.25
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg 3.3.1, ffprobe 3.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[Spike] bellator-180-prelims-john-salgado-vs-hugh-mckenna: Downloading webpage
[Spike] Downloading JSON metadata
[Spike] bba0e2c3-aeb2-4cbc-bf22-2056c0146bf4: Downloading info
[Spike] ee302533-e6e8-4624-bb6f-b2b5c40ef002: Extracting information
[Spike] ee302533-e6e8-4624-bb6f-b2b5c40ef002: Downloading video urls
ERROR: Spike returned error: geo_block -
Sorry, this video is not available in your region.


Code:

  Geo Restriction:
    --geo-verification-proxy URL    Use this proxy to verify the IP address for
                                    some geo-restricted sites. The default
                                    proxy specified by --proxy (or none, if the
                                    options is not present) is used for the
                                    actual downloading.
    --geo-bypass                    Bypass geographic restriction via faking X
                                    -Forwarded-For HTTP header (experimental)
    --no-geo-bypass                  Do not bypass geographic restriction via
                                    faking X-Forwarded-For HTTP header
                                    (experimental)
    --geo-bypass-country CODE        Force bypass geographic restriction with
                                    explicitly provided two-letter ISO 3166-2
                                    country code (experimental)


C:\MISC\YOUTUBE-DL>youtube-dl.exe -v -F --no-check-certificate --geo-bypass-country US http://bellator.spike.com/fight/9qf6...s-hugh-mckenna
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', '--no-check-certificate', '--geo-bypass-country', 'US', 'http://bellator.spike.com/fight/9qf6nc/bellator-180-prelims-john-salgado-vs-hugh-mckenna']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.06.25
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg 3.3.1, ffprobe 3.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[debug] Using fake IP 3.219.83.134 (US) as X-Forwarded-For.
[Spike] bellator-180-prelims-john-salgado-vs-hugh-mckenna: Downloading webpage
[Spike] Downloading JSON metadata
[Spike] bba0e2c3-aeb2-4cbc-bf22-2056c0146bf4: Downloading info
[Spike] ee302533-e6e8-4624-bb6f-b2b5c40ef002: Extracting information
[Spike] ee302533-e6e8-4624-bb6f-b2b5c40ef002: Downloading video urls
[Spike] ee302533-e6e8-4624-bb6f-b2b5c40ef002: Downloading m3u8 information
[Spike] f02fb300-7b14-4328-b9b8-1feac7cd41f8: Extracting information
[Spike] f02fb300-7b14-4328-b9b8-1feac7cd41f8: Downloading video urls
[Spike] f02fb300-7b14-4328-b9b8-1feac7cd41f8: Downloading m3u8 information
[download] Downloading playlist: John Salgado vs. Hugh McKenna
[Spike] playlist John Salgado vs. Hugh McKenna: Collected 2 video ids (downloading 2 of them)
[download] Downloading video 1 of 2
[info] Available formats for ee302533-e6e8-4624-bb6f-b2b5c40ef002:
format code extension resolution note
hls-285 mp4 384x216 285k , avc1.77.30, mp4a.40.2
hls-505 mp4 512x288 505k , avc1.77.30, mp4a.40.2
hls-1028 mp4 640x360 1028k , avc1.77.30, mp4a.40.2
hls-1519 mp4 768x432 1519k , avc1.77.30, mp4a.40.2
hls-2063 mp4 960x540 2063k , avc1.77.30, mp4a.40.2
hls-2886 mp4 1280x720 2886k , avc1.640028, mp4a.40.2
hls-4892 mp4 1920x1080 4892k , avc1.640028, mp4a.40.2 (best)
[download] Downloading video 2 of 2
[info] Available formats for f02fb300-7b14-4328-b9b8-1feac7cd41f8:
format code extension resolution note
hls-292 mp4 384x216 292k , avc1.77.30, mp4a.40.2
hls-512 mp4 512x288 512k , avc1.77.30, mp4a.40.2
hls-1042 mp4 640x360 1042k , avc1.77.30, mp4a.40.2
hls-1548 mp4 768x432 1548k , avc1.77.30, mp4a.40.2
hls-2129 mp4 960x540 2129k , avc1.77.30, mp4a.40.2
hls-3042 mp4 1280x720 3042k , avc1.640028, mp4a.40.2
hls-5077 mp4 1920x1080 5077k , avc1.640028, mp4a.40.2 (best)
[download] Finished downloading playlist: John Salgado vs. Hugh McKenna

monsterbubble 06-25-2017 05:16 PM

Re: Download videos from spike?


 
https://media-utils.mtvnservices.com...2-2056c0146bf4

Use rtmp

confused.com 06-25-2017 06:07 PM

Re: Download videos from spike?


 
Code:

https://media-utils.mtvnservices.com/services/MediaGenerator/mgid:arc:video:spike.com:ee302533-e6e8-4624-bb6f-b2b5c40ef002?device={device}&arcPlatforms=7ac7942e-6481-457f-b39a-2b1aedb29f29,b995f21c-e76f-4e58-8d0f-0964dc76efd3,6caa8f01-72e5-4707-abd6-608a0146e2ee,39dfe10c-cc2a-40f9-a20d-962d2604d543,0a16f611-d105-436a-8188-33ea8871171e,f17d0e9b-657a-4785-b3ca-dae9e78563a1&beaconContext=bba0e2c3-aeb2-4cbc-bf22-2056c0146bf4

monsterbubble 06-26-2017 02:09 PM

Re: Download videos from spike?


 
Quote:

Originally Posted by confused.com (Post 92279)
Code:

https://media-utils.mtvnservices.com/services/MediaGenerator/mgid:arc:video:spike.com:ee302533-e6e8-4624-bb6f-b2b5c40ef002?device={device}&arcPlatforms=7ac7942e-6481-457f-b39a-2b1aedb29f29,b995f21c-e76f-4e58-8d0f-0964dc76efd3,6caa8f01-72e5-4707-abd6-608a0146e2ee,39dfe10c-cc2a-40f9-a20d-962d2604d543,0a16f611-d105-436a-8188-33ea8871171e,f17d0e9b-657a-4785-b3ca-dae9e78563a1&beaconContext=bba0e2c3-aeb2-4cbc-bf22-2056c0146bf4

I just checked and the link works for me. Try this
Code:

rtmpe://cp22372.edgefcs.net/ondemand/mtvnorigin/gsp.spike-assets/spikecomstor/media/shows/bellator/2017/bel_180/fights/bel_180_salgado_mckenna_r1_1920x1080_5128.mp4

j_cool 06-26-2017 02:50 PM

Re: Download videos from spike?


 
C:\MISC\STREAMLINK>youtube-dl.exe -v -F --no-check-certificate rtmpe://cp22372.edgefcs.net/ondemand/mtvnorigin/gsp.spike-assets/spikecomstor/media/shows/bellator/2017/bel_180/fights/bel_180_salgado_mckenna_r1_1920x1080_5128.mp4
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', '--no-check-certificate', 'rtmpe://cp22372.edgefcs.net/ondemand/mtvnorigin/gsp.spike-assets/spikecomstor/media/shows/bellator/2017/bel_180/fights/bel_180_salgado_mckenna_r1_1920x1080_5128.mp4']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.06.25
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg 3.3.1, ffprobe 3.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[info] Available formats for bel_180_salgado_mckenna_r1_1920x1080_5128:
format code extension resolution note
rtmpe flv unknown


Fantastic.

I am just curious..

How did you get:

Code:

rtmpe://cp22372.edgefcs.net/ondemand/mtvnorigin/gsp.spike-assets/spikecomstor/media/shows/bellator/2017/bel_180/fights/bel_180_salgado_mckenna_r1_1920x1080_5128.mp4
from:

Code:

https://media-utils.mtvnservices.com/services/MediaGenerator/mgid:arc:video:spike.com:ee302533-e6e8-4624-bb6f-b2b5c40ef002?device={device}&arcPlatforms=7ac7942e-6481-457f-b39a-2b1aedb29f29,b995f21c-e76f-4e58-8d0f-0964dc76efd3,6caa8f01-72e5-4707-abd6-608a0146e2ee,39dfe10c-cc2a-40f9-a20d-962d2604d543,0a16f611-d105-436a-8188-33ea8871171e,f17d0e9b-657a-4785-b3ca-dae9e78563a1&beaconContext=bba0e2c3-aeb2-4cbc-bf22-2056c0146bf4


All times are GMT -6. The time now is 03:25 PM.