mirror of https://github.com/yt-dlp/yt-dlp.git
[extractor/youtube] Add `piped.video` (#5571)
Closes #5518 Authored by: Bnyro
This commit is contained in:
parent
9f14daf22b
commit
bc87dac75f
|
@ -388,6 +388,8 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
|||
r'(?:www\.)?piped\.adminforge\.de',
|
||||
r'(?:www\.)?watch\.whatevertinfoil\.de',
|
||||
r'(?:www\.)?piped\.qdi\.fi',
|
||||
r'(?:www\.)?piped\.video',
|
||||
r'(?:www\.)?piped\.aeong\.one',
|
||||
)
|
||||
|
||||
# extracted from account/account_menu ep
|
||||
|
|
Loading…
Reference in New Issue