mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
[Callin] Add new extractor
This commit is contained in:
parent
f01cb57630
commit
4337d0eee4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class CallinIE(InfoExtractor):
|
|||
}
|
||||
}]
|
||||
|
||||
def _search_nextjs_data(self, webpage, video_id, *, transform_source=None, fatal=True, **kw):
|
||||
def _search_nextjs_data(self, webpage, video_id, transform_source=None, fatal=True, **kw):
|
||||
return self._parse_json(
|
||||
self._search_regex(
|
||||
r'(?s)<script[^>]+id=[\'"]__NEXT_DATA__[\'"][^>]*>([^<]+)</script>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue