mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 13:07:07 +01:00
[ok] Extract correct data-options (Closes #6726)
This commit is contained in:
parent
8f9d522f62
commit
198492bbf0
@ -59,7 +59,7 @@ def _real_extract(self, url):
|
||||
|
||||
player = self._parse_json(
|
||||
unescapeHTML(self._search_regex(
|
||||
r'data-options="([^"]+)"', webpage, 'player')),
|
||||
r'data-options="([^"]+%s[^"]+)"' % video_id, webpage, 'player')),
|
||||
video_id)
|
||||
|
||||
flashvars = player['flashvars']
|
||||
|
Loading…
Reference in New Issue
Block a user