diff options
author | OIRNOIR <70721372+OIRNOIR@users.noreply.github.com> | 2023-11-29 04:48:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 18:18:58 +0530 |
commit | 6a9c7a2b52655bacfa7ab2da24fd0d14a6fff495 (patch) | |
tree | 4b087ee3a72e9cd9e8e947d59f4d69be31db5115 | |
parent | a174c453ee1e853c584ceadeac17eef2bd433dc5 (diff) |
[ie/youtube] Support cf.piped.video (#8514)
Authored by: OIRNOIR
Closes #8457
-rw-r--r-- | yt_dlp/extractor/youtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/youtube.py b/yt_dlp/extractor/youtube.py index 449d9d1a5..b6212646e 100644 --- a/yt_dlp/extractor/youtube.py +++ b/yt_dlp/extractor/youtube.py @@ -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', |