Add makertube.net to PeerTube extractor regex

One of our users at peertube.ch would like to synchronize from makertube.net.
This commit is contained in:
Mark Andrew 2026-06-13 15:22:24 +02:00 committed by GitHub
parent 956b8c5855
commit 1e70a7c58f
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|
makertube\.net
)'''
_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'