mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-13 04:09:46 +00:00
Update yt_dlp/extractor/youtube.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
20107432ad
commit
e474e4ca95
@ -696,7 +696,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
||||
authorizations.append(self._make_sid_authorization(scheme, sid, origin, additional_parts))
|
||||
|
||||
if not authorizations:
|
||||
return
|
||||
return None
|
||||
|
||||
return ' '.join(authorizations)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user