summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-11-02 22:33:51 +0100
committerRemita Amine <remitamine@gmail.com>2019-11-02 22:33:51 +0100
commit726e8eef596d1e059988475dcd65422ba0a69076 (patch)
tree24ad47a9d2639ddf398e88b8f28585ae970b5529
parente54924c46fac6a9745868424dc14011da2572178 (diff)
downloadyoutube-dl-726e8eef596d1e059988475dcd65422ba0a69076.tar.gz
youtube-dl-726e8eef596d1e059988475dcd65422ba0a69076.tar.xz
youtube-dl-726e8eef596d1e059988475dcd65422ba0a69076.zip
[bellmedia] add support for marilyn.ca videos(#22193)
-rw-r--r--youtube_dl/extractor/bellmedia.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bellmedia.py b/youtube_dl/extractor/bellmedia.py
index f36a2452d..485173774 100644
--- a/youtube_dl/extractor/bellmedia.py
+++ b/youtube_dl/extractor/bellmedia.py
@@ -22,7 +22,8 @@ class BellMediaIE(InfoExtractor):
                 bravo|
                 mtv|
                 space|
-                etalk
+                etalk|
+                marilyn
             )\.ca|
             much\.com
         )/.*?(?:\bvid(?:eoid)?=|-vid|~|%7E|/(?:episode)?)(?P<id>[0-9]{6,})'''
@@ -70,6 +71,7 @@ class BellMediaIE(InfoExtractor):
         'animalplanet': 'aniplan',
         'etalk': 'ctv',
         'bnnbloomberg': 'bnn',
+        'marilyn': 'ctv_marilyn',
     }
 
     def _real_extract(self, url):