diff options
author | Pierre Rudloff <contact@rudloff.pro> | 2013-09-10 12:13:22 +0200 |
---|---|---|
committer | Pierre Rudloff <contact@rudloff.pro> | 2013-09-10 12:13:22 +0200 |
commit | 6b361ad5eed2c70a36ab5e6a013be9496701d62a (patch) | |
tree | fb8664a51c3519ad675a209c8451ed4189b16664 /youtube_dl/extractor | |
parent | 5d8afe69f7be840c6494333e84c46f0a1ca93147 (diff) |
Wrong property name
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/canalc2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/canalc2.py b/youtube_dl/extractor/canalc2.py index 50832217a..e7f4fa9fd 100644 --- a/youtube_dl/extractor/canalc2.py +++ b/youtube_dl/extractor/canalc2.py @@ -5,7 +5,7 @@ from .common import InfoExtractor class Canalc2IE(InfoExtractor): - _IE_NAME = 'canalc2.tv' + IE_NAME = 'canalc2.tv' _VALID_URL = r'http://.*?\.canalc2\.tv/video\.asp\?idVideo=(\d+)&voir=oui' _TEST = { |