mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 01:13:15 +00:00
[ie/youtube] Support cf.piped.video (#8514)
Authored by: OIRNOIR Closes #8457
This commit is contained in:
parent
a174c453ee
commit
6a9c7a2b52
|
@ -428,7 +428,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
|||
r'(?:www\.)?piped\.adminforge\.de',
|
||||
r'(?:www\.)?watch\.whatevertinfoil\.de',
|
||||
r'(?:www\.)?piped\.qdi\.fi',
|
||||
r'(?:www\.)?piped\.video',
|
||||
r'(?:(?:www|cf)\.)?piped\.video',
|
||||
r'(?:www\.)?piped\.aeong\.one',
|
||||
r'(?:www\.)?piped\.moomoo\.me',
|
||||
r'(?:www\.)?piped\.chauvet\.pro',
|
||||
|
|
Loading…
Reference in a new issue