1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-06-30 07:16:21 +00:00

Merge a1bc82c7d7459503c4f24cda6d9bc6aabceb540b into 673277e510ebd996b62a2fcc76169bf3cce29910

This commit is contained in:
Max Mehl 2025-02-28 10:20:34 +01:00 committed by GitHub
commit 34bdda619c
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'