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.
NRLTV Not able to extract video data #22494
Comments
|
you have to provide a valid(after logging to you're account in the browser) cookie file.
|
C:\Tools\Youtube-DL>youtube-dl.exe -v https://www.nrl.com/tv/matches/telstra-premiership/2019/round-1/full-match-replay-panthers-v-eels---round-1-2019/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.nrl.com/tv/matches/telstra-premiership/2019/round-1/full-match-replay-panthers-v-eels---round-1-2019/']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2019.09.12.1
[debug] Python version 2.7.16 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
[NRLTV] full-match-replay-panthers-v-eels---round-1-2019: Downloading webpage
ERROR: Unable to extract player data; 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:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "c:\python27\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract
ie_result = self._real_extract(url)
File "c:\python27\lib\site-packages\youtube_dl\extractor\nrl.py", line 27, in _real_extract
r"(?s)q-data='({.+?})'", webpage, 'player data'), display_id)
File "c:\python27\lib\site-packages\youtube_dl\extractor\common.py", line 1005, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract player data; 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.
What the problem is: unable to download from NRL TV
How it could be fixed: could possibly be a different URL than what is configured for youtube-dl