Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Downloading from tenplay fails with "forbidden by access policy" #9176
Comments
|
works perfectly fine for me image - http://i.imgur.com/4nyTt1Q.png |
|
@MrPeach This video is georestricted. "Access to this resource is forbidden by access policy." may be confusing but have the same meaning. |
My initial download attempt:
youtube-dl -v --verbose http://tenplay.com.au/channel-eleven/angel-from-hell/season-2015/episode-7
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'--verbose', u'http://tenplay.com.au/channel-eleven/angel-from-hell/season-2015/episode-7']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.04.06
[debug] Python version 2.7.10 - Windows-XP-5.1.2600-SP3
[debug] exe versions: ffmpeg N-70145-g721c916, ffprobe N-70145-g721c916, rtmpdump 2.4
[debug] Proxy map: {'http': 'http://172.20.1.49:8080', u'https': 'http://172.20.1.49:8080'}
[generic] episode-7: Requesting header
WARNING: Falling back on generic information extractor.
[generic] episode-7: Downloading webpage
[generic] episode-7: Extracting information
[download] Downloading playlist: Angel From Hell - S1 Ep. 7 - Network Ten
[generic] playlist Angel From Hell - S1 Ep. 7 - Network Ten: Collected 1 video ids (downloading 1 of them)
[download] Downloading video 1 of 1
[brightcove:new] 4825514928001: Downloading webpage
[brightcove:new] 4825514928001: Downloading JSON metadata
ERROR: Access to this resource is forbidden by access policy.
Traceback (most recent call last):
File "youtube_dl\extractor\brightcove.pyo", line 511, in _real_extract
File "youtube_dl\extractor\common.pyo", line 516, in _download_json
File "youtube_dl\extractor\common.pyo", line 484, in _download_webpage
File "youtube_dl\extractor\common.pyo", line 391, in _download_webpage_handle
File "youtube_dl\extractor\common.pyo", line 380, in _request_webpage
ExtractorError: Unable to download JSON metadata: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 669, in extract_info
File "youtube_dl\extractor\common.pyo", line 323, in extract
File "youtube_dl\extractor\brightcove.pyo", line 516, in _real_extract
ExtractorError: Access to this resource is forbidden by access policy.
I also tried the following from a previous report of a tenplay issue that was recent resolved:
youtube-dl --verbose http://players.brightcove.net/2199827728001/4kPfcMUoe_default/index.html?videoId=4821193673001
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://players.brightcove.net/2199827728001/4kPfcMUoe_default/index.html?videoId=4821193673001']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.04.06
[debug] Python version 2.7.10 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[brightcove:new] 4821193673001: Downloading webpage
[brightcove:new] 4821193673001: Downloading JSON metadata
ERROR: Access to this resource is forbidden by access policy.
Traceback (most recent call last):
File "youtube_dl\extractor\brightcove.pyo", line 511, in _real_extract
File "youtube_dl\extractor\common.pyo", line 516, in _download_json
File "youtube_dl\extractor\common.pyo", line 484, in _download_webpage
File "youtube_dl\extractor\common.pyo", line 391, in _download_webpage_handle
File "youtube_dl\extractor\common.pyo", line 380, in _request_webpage
ExtractorError: Unable to download JSON metadata: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 669, in extract_info
File "youtube_dl\extractor\common.pyo", line 323, in extract
File "youtube_dl\extractor\brightcove.pyo", line 516, in _real_extract
ExtractorError: Access to this resource is forbidden by access policy.