projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e54924c
)
[bellmedia] add support for marilyn.ca videos(#22193)
author
Remita Amine
<remitamine@gmail.com>
Sat, 2 Nov 2019 21:33:51 +0000
(22:33 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sat, 2 Nov 2019 21:33:51 +0000
(22:33 +0100)
youtube_dl/extractor/bellmedia.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bellmedia.py
b/youtube_dl/extractor/bellmedia.py
index f36a2452d4e9aba89dde708e3bd51ada35ada301..485173774d9f9c2534f9b18f1668a8d5fb204dc9 100644
(file)
--- 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):