Browse Source

Wrong property name

rtmp_test
Pierre Rudloff 11 years ago
parent
commit
6b361ad5ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/canalc2.py

+ 1
- 1
youtube_dl/extractor/canalc2.py View File

@ -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 = {


Loading…
Cancel
Save