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

master
Felix Stupp 2 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(
r"""^
https?://(
(www\.)?youtube\.com/(
(www\.)?youtube(-nocookie)?\.com/(
watch\?v=
)|
youtu\.be/

Loading…
Cancel
Save