extr/media/youtube: Also support youtube-nocookie links

master
Felix Stupp 3 years ago
parent 35024597df
commit 5479db90b8
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -63,7 +63,7 @@ class YoutubeMediaExtractor(MediaExtractor[YoutubeVideoData]):
__uri_regex = re.compile( __uri_regex = re.compile(
r"""^ r"""^
https?://( https?://(
(www\.)?youtube\.com/( (www\.)?youtube(-nocookie)?\.com/(
watch\?v= watch\?v=
)| )|
youtu\.be/ youtu\.be/

Loading…
Cancel
Save