mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 04:29:44 +01:00
[extractor/youtube] Add hyperpipe instances (#6020)
Authored by: Generator
This commit is contained in:
parent
0ba87dd279
commit
78a78fa74d
@ -430,6 +430,11 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
||||
r'(?:www\.)?pd\.vern\.cc',
|
||||
r'(?:www\.)?piped\.hostux\.net',
|
||||
r'(?:www\.)?piped\.lunar\.icu',
|
||||
# Hyperpipe instances from https://hyperpipe.codeberg.page/
|
||||
r'(?:www\.)?hyperpipe\.surge\.sh',
|
||||
r'(?:www\.)?hyperpipe\.esmailelbob\.xyz',
|
||||
r'(?:www\.)?listen\.whatever\.social',
|
||||
r'(?:www\.)?music\.adminforge\.de',
|
||||
)
|
||||
|
||||
# extracted from account/account_menu ep
|
||||
|
Loading…
Reference in New Issue
Block a user