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.
ExtractorError: YouTube said: This video contains content from SME, who has blocked it in your country on copyright grounds. #6547
Comments
|
Can you watch this video in browsers without relays like proxies or VPNs? |
|
No. I was wondering if there's an option to spoof an ip. On Thu, Aug 13, 2015, 1:20 AM Yen Chi Hsuan notifications@github.com
|
|
|
|
i had the same error /what i did ?just copy the youtube link in tor browser ,run the link ,then copy the download link to ffmpeg /for me was working |
Can you please explain what do you mean by that? I tried the same thing but it didn't work out I copied the link from my default browser to tor and press enter it is still showing
I want to download this video https://www.youtube.com/watch?v=APY-dar9c10 |
|
@yan12125 I tried using VPN & multiple proxies still can't download it nor I can watch it any help |
|
I don't think copyrighted videos can be downloaded. If you can watch it in browsers with some VPN or proxy and are not sure how to make youtube-dl to the same VPN/proxy, ask on IRC. |
from US-based IP:
$ youtube-dl -k --verbose --no-cache-dir https://www.youtube.com/watch?v=OLzK_ewEilE
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-k', u'--verbose', u'--no-cache-dir', u'https://www.youtube.com/watch?v=OLzK_ewEilE']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.08.09
[debug] Python version 2.7.10 - Darwin-12.4.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.3.3, ffprobe 2.3.3
[debug] Proxy map: {}
[youtube] OLzK_ewEilE: Downloading webpage
[youtube] OLzK_ewEilE: Downloading video info webpage
ERROR: OLzK_ewEilE: YouTube said: This video contains content from SME, who has blocked it in your country on copyright grounds.
Traceback (most recent call last):
File "/Users/msyang/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 655, in extract_info
ie_result = ie.extract(url)
File "/Users/msyang/bin/youtube-dl/youtube_dl/extractor/common.py", line 286, in extract
return self._real_extract(url)
File "/Users/msyang/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1063, in _real_extract
expected=True, video_id=video_id)
ExtractorError: OLzK_ewEilE: YouTube said: This video contains content from SME, who has blocked it in your country on copyright grounds.