View Single Post
  #2  
Old 06-25-2017, 05:13 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

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
Reply With Quote