diff options
author | Bruno Guerreiro <Generator@users.noreply.github.com> | 2022-11-06 17:42:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 23:12:23 +0530 |
commit | e14ea7fbd92cc15ad0dccedc163f8c26f843c389 (patch) | |
tree | 19fc6b5de31a3be949a833c01cacaf974912f365 | |
parent | 7053aa3a48dbdfe8f11b12fa0f442a9bf8b136b1 (diff) | |
download | hypervideo-pre-e14ea7fbd92cc15ad0dccedc163f8c26f843c389.tar.lz hypervideo-pre-e14ea7fbd92cc15ad0dccedc163f8c26f843c389.tar.xz hypervideo-pre-e14ea7fbd92cc15ad0dccedc163f8c26f843c389.zip |
[extractor/youtube] Update piped instances (#5441)
Closes #5286
Authored by: Generator
-rw-r--r-- | yt_dlp/extractor/youtube.py | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/yt_dlp/extractor/youtube.py b/yt_dlp/extractor/youtube.py index c387481cd..804d0ea34 100644 --- a/yt_dlp/extractor/youtube.py +++ b/yt_dlp/extractor/youtube.py @@ -369,14 +369,24 @@ class YoutubeBaseInfoExtractor(InfoExtractor): r'(?:www\.)?hpniueoejy4opn7bc4ftgazyqjoeqwlvh2uiku2xqku6zpoa4bf5ruid\.onion', # piped instances from https://github.com/TeamPiped/Piped/wiki/Instances r'(?:www\.)?piped\.kavin\.rocks', - r'(?:www\.)?piped\.silkky\.cloud', r'(?:www\.)?piped\.tokhmi\.xyz', - r'(?:www\.)?piped\.moomoo\.me', - r'(?:www\.)?il\.ax', - r'(?:www\.)?piped\.syncpundit\.com', + r'(?:www\.)?piped\.syncpundit\.io', r'(?:www\.)?piped\.mha\.fi', + r'(?:www\.)?watch\.whatever\.social', + r'(?:www\.)?piped\.garudalinux\.org', + r'(?:www\.)?piped\.rivo\.lol', + r'(?:www\.)?piped-libre\.kavin\.rocks', + r'(?:www\.)?yt\.jae\.fi', r'(?:www\.)?piped\.mint\.lgbt', - r'(?:www\.)?piped\.privacy\.com\.de', + r'(?:www\.)?il\.ax', + r'(?:www\.)?piped\.esmailelbob\.xyz', + r'(?:www\.)?piped\.projectsegfau\.lt', + r'(?:www\.)?piped\.privacydev\.net', + r'(?:www\.)?piped\.palveluntarjoaja\.eu', + r'(?:www\.)?piped\.smnz\.de', + r'(?:www\.)?piped\.adminforge\.de', + r'(?:www\.)?watch\.whatevertinfoil\.de', + r'(?:www\.)?piped\.qdi\.fi', ) # extracted from account/account_menu ep |