1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-09 07:07:50 +02:00
This commit is contained in:
Max Mehl 2024-05-11 04:52:54 +08:00 committed by GitHub
commit e69874b0f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'