mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
keep backwards compat
This commit is contained in:
parent
a1f4361a4b
commit
96ae28ba30
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ def _real_extract(self, url):
|
|||
title = self._og_search_title(webpage)
|
||||
|
||||
urql_state = self._search_json(
|
||||
r'window\.svt\.urqlState\s*=', webpage, 'json data', display_id)
|
||||
r'window\.svt\.(?:nyh\.)?urqlState\s*=', webpage, 'json data', display_id)
|
||||
|
||||
data = traverse_obj(urql_state, (..., 'data', {str}, {json.loads}), get_all=False) or {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue