|
|
@ -335,8 +335,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|
|
|
(?:www\.)?hooktube\.com/|
|
|
|
|
(?:www\.)?hooktube\.com/|
|
|
|
|
(?:www\.)?yourepeat\.com/|
|
|
|
|
(?:www\.)?yourepeat\.com/|
|
|
|
|
tube\.majestyc\.net/|
|
|
|
|
tube\.majestyc\.net/|
|
|
|
|
# Invidious instances taken from https://github.com/omarroth/invidious/wiki/Invidious-Instances
|
|
|
|
# invidious-redirect websites
|
|
|
|
|
|
|
|
(?:www\.)?redirect\.invidious\.io/|
|
|
|
|
(?:(?:www|dev)\.)?invidio\.us/|
|
|
|
|
(?:(?:www|dev)\.)?invidio\.us/|
|
|
|
|
|
|
|
|
# Invidious instances taken from https://github.com/iv-org/documentation/blob/master/Invidious-Instances.md
|
|
|
|
(?:(?:www|no)\.)?invidiou\.sh/|
|
|
|
|
(?:(?:www|no)\.)?invidiou\.sh/|
|
|
|
|
(?:(?:www|fi)\.)?invidious\.snopyta\.org/|
|
|
|
|
(?:(?:www|fi)\.)?invidious\.snopyta\.org/|
|
|
|
|
(?:www\.)?invidious\.kabi\.tk/|
|
|
|
|
(?:www\.)?invidious\.kabi\.tk/|
|
|
|
@ -906,6 +908,15 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|
|
|
'url': 'https://invidio.us/watch?v=BaW_jenozKc',
|
|
|
|
'url': 'https://invidio.us/watch?v=BaW_jenozKc',
|
|
|
|
'only_matching': True,
|
|
|
|
'only_matching': True,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
'url': 'https://redirect.invidious.io/watch?v=BaW_jenozKc',
|
|
|
|
|
|
|
|
'only_matching': True,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
# from https://nitter.pussthecat.org/YouTube/status/1360363141947944964#m
|
|
|
|
|
|
|
|
'url': 'https://redirect.invidious.io/Yh0AhrY9GjA',
|
|
|
|
|
|
|
|
'only_matching': True,
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
# DRM protected
|
|
|
|
# DRM protected
|
|
|
|
'url': 'https://www.youtube.com/watch?v=s7_qI6_mIXc',
|
|
|
|
'url': 'https://www.youtube.com/watch?v=s7_qI6_mIXc',
|
|
|
|