Browse Source

[peertube] Add support for canard.tube (#28190)

SirCipherz 4 years ago
parent
commit
f90d825a6b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      youtube_dl/extractor/peertube.py

+ 2 - 1
youtube_dl/extractor/peertube.py

@@ -413,7 +413,8 @@ class PeerTubeIE(InfoExtractor):
                             peertube3\.cpy\.re|
                             peertube3\.cpy\.re|
                             peertube2\.cpy\.re|
                             peertube2\.cpy\.re|
                             videos\.tcit\.fr|
                             videos\.tcit\.fr|
-                            peertube\.cpy\.re
+                            peertube\.cpy\.re|
+                            canard\.tube
                         )'''
                         )'''
     _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'