Skip to content

Commit

Permalink
[extractor/youtube] Add hyperpipe instances (#6020)
Browse files Browse the repository at this point in the history
Authored by: Generator
  • Loading branch information
Generator committed Feb 12, 2023
1 parent 0ba87dd commit 78a78fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yt_dlp/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78a78fa

Please sign in to comment.