1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[rtbf] Fix extraction (closes #7133)

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-10-11 22:45:13 +02:00
parent 964e7b2dd0
commit 57d1db8dd0

View file

@ -36,7 +36,7 @@ class RTBFIE(InfoExtractor):
data = self._parse_json(
unescapeHTML(self._search_regex(
r'data-video="([^"]+)"', webpage, 'data video')),
r'data-media="([^"]+)"', webpage, 'data video')),
video_id)
if data.get('provider').lower() == 'youtube':