mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[extractor/youtube] Add piped.video
(#5571)
Closes #5518 Authored by: Bnyro
This commit is contained in:
parent
9f14daf22b
commit
bc87dac75f
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue