1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 18:09:28 +00:00

[peertube] add support for media.fsfe.org

This commit is contained in:
max.mehl 2022-01-18 10:57:10 +01:00
parent 5014bd67c2
commit a1bc82c7d7
No known key found for this signature in database
GPG key ID: 2704E4AB371E2E92

View file

@ -414,7 +414,8 @@ class PeerTubeIE(InfoExtractor):
peertube2\.cpy\.re|
videos\.tcit\.fr|
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}'
_API_BASE = 'https://%s/api/v1/videos/%s/%s'