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.
Unable to download from ok.ru #26745
Comments
|
video downloads ok here on my end. try just like this > youtube-dl https://ok.ru/video/1963340008068 |
|
+1 I'm having issues also. I even tested @october262's command above as well just in case. Just did a fresh download of youtube-dl moments ago just to pull a video.
|
just tried your link, works ok for me. |
|
I was having the same problem until I realized that my VPN was on. Disabled it and the download went through. |
Hello there,
When I tried to download a video from ok.ru I get an error:
$ youtube-dl --verbose https://ok.ru/video/1963340008068 [debug] System config: ['--prefer-free-formats'] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['--verbose', 'https://ok.ru/video/1963340008068'] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2020.09.20 [debug] Python version 3.8.5 (CPython) - Linux-5.8.10-200.fc32.x86_64-x86_64-with-glibc2.2.5 [debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4 [debug] Proxy map: {} [Odnoklassniki] 1963340008068: Downloading webpage ERROR: Unable to extract player; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) File "/usr/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) File "/usr/lib/python3.8/site-packages/youtube_dl/extractor/odnoklassniki.py", line 149, in _real_extract unescapeHTML(self._search_regex( File "/usr/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 1010, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract player; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.I am not sure if 'youtube-dl' is supported ok.ru website or not.
Thank you.