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.
These live streams doen not work anymore
http://www.rtve.es/directo/la-1/
http://www.rtve.es/directo/la-2/
http://www.rtve.es/directo/canal-24h/
http://www.rtve.es/directo/teledeporte/
This is output when youtube-dl tries to extract URL of the stream
ERROR: Unable to extract internal video 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 694, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 358, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/rtve.py", line 212, in _real_extract
r'playerId=player([0-9]+)', webpage, 'internal video ID')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 661, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract internal video ID;
$ youtube-dl --version
2016.12.22