From 4337d0eee45090d5883375bd9ee3d8b535c6c71f Mon Sep 17 00:00:00 2001 From: Ruowang Sun Date: Sun, 11 Dec 2022 21:56:55 -0500 Subject: [PATCH] [Callin] Add new extractor --- youtube_dl/extractor/callin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/callin.py b/youtube_dl/extractor/callin.py index 372bf19fe..dd2d9cdbf 100644 --- a/youtube_dl/extractor/callin.py +++ b/youtube_dl/extractor/callin.py @@ -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)]+id=[\'"]__NEXT_DATA__[\'"][^>]*>([^<]+)',