Compare commits

...

2 Commits

Author SHA1 Message Date
Max Mehl
e62a427533
Merge a1bc82c7d7 into c5098961b0 2024-08-07 00:17:51 +02:00
max.mehl
a1bc82c7d7
[peertube] add support for media.fsfe.org 2022-01-18 10:57:10 +01:00

View File

@ -414,7 +414,8 @@ class PeerTubeIE(InfoExtractor):
peertube2\.cpy\.re| peertube2\.cpy\.re|
videos\.tcit\.fr| videos\.tcit\.fr|
peertube\.cpy\.re| peertube\.cpy\.re|
canard\.tube canard\.tube|
media\.fsfe\.org
)''' )'''
_UUID_RE = r'[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}' _UUID_RE = r'[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}'
_API_BASE = 'https://%s/api/v1/videos/%s/%s' _API_BASE = 'https://%s/api/v1/videos/%s/%s'