Skip to content

Commit f90d825

Browse files
authored
[peertube] Add support for canard.tube (ytdl-org#28190)
1 parent 3037ab0 commit f90d825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

youtube_dl/extractor/peertube.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ class PeerTubeIE(InfoExtractor):
413413
peertube3\.cpy\.re|
414414
peertube2\.cpy\.re|
415415
videos\.tcit\.fr|
416-
peertube\.cpy\.re
416+
peertube\.cpy\.re|
417+
canard\.tube
417418
)'''
418419
_UUID_RE = r'[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}'
419420
_API_BASE = 'https://%s/api/v1/videos/%s/%s'

0 commit comments

Comments
 (0)