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__[\'"][^>]*>([^<]+)',