mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-06-08 05:52:40 +09:00
Merge a1bc82c7d7459503c4f24cda6d9bc6aabceb540b into da7223d4aa42ff9fc680b0951d043dd03cec2d30
This commit is contained in:
commit
d929d13541
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user