Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download from vod.pl #24022

Open
waspoza opened this issue Feb 11, 2020 · 1 comment
Open

Can't download from vod.pl #24022

waspoza opened this issue Feb 11, 2020 · 1 comment

Comments

@waspoza
Copy link

@waspoza waspoza commented Feb 11, 2020

$ youtube-dl --verbose https://vod.pl/playerpl-promocja/programy-online/nie-do-wiary-odcinki,600/odcinek-190,S01E190,13117
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://vod.pl/playerpl-promocja/programy-online/nie-do-wiary-odcinki,600/odcinek-190,S01E190,13117']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.01.24
[debug] Python version 2.7.17 (CPython) - Linux-5.3.0-29-generic-x86_64-with-Ubuntu-19.10-eoan
[debug] exe versions: ffmpeg 4.1.4-1build2, ffprobe 4.1.4-1build2
[debug] Proxy map: {}
[VODPl] odcinek: Downloading webpage
ERROR: Unable to extract mvp id; 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 "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vodpl.py", line 30, in _real_extract
    info_dict = self._extract_from_id(self._search_mvp_id(webpage), webpage)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/onet.py", line 27, in _search_mvp_id
    r'id=(["\'])mvp:(?P<id>.+?)\1', webpage, 'mvp id', group='id')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1005, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract mvp id; 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.

@Konokuruma
Copy link

@Konokuruma Konokuruma commented Mar 6, 2020

Same issue here, but with https://vod.pl/filmy/rece-do-gory/g9kh50y
Other free material like https://vod.pl/filmy-dokumentalne/cwiczenia-z-niepamieci-online-za-darmo/96el961 seems to work fine.

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://vod.pl/filmy/rece-do-gory/g9kh50y']
[debug] Encodings: locale cp1250, fs utf-8, out utf-8, pref cp1250
[debug] youtube-dl version 2020.03.06
[debug] Python version 3.7.3 (CPython) - Windows-10-10.0.17763-SP0
[debug] exe versions: ffmpeg 4.2, ffprobe 4.2
[debug] Proxy map: {}
[VODPl] g9kh50y: Downloading webpage
ERROR: Unable to extract mvp id; 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 "c:\users\krzyszu\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 797, in extract_info
    ie_result = ie.extract(url)
  File "c:\users\krzyszu\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "c:\users\krzyszu\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\vodpl.py", line 30, in _real_extract
    info_dict = self._extract_from_id(self._search_mvp_id(webpage), webpage)
  File "c:\users\krzyszu\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\onet.py", line 27, in _search_mvp_id
    r'id=(["\'])mvp:(?P<id>.+?)\1', webpage, 'mvp id', group='id')
  File "c:\users\krzyszu\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 1005, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract mvp id; 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.