Browse Source

[toutv] really skip test

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
9a98a466b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/toutv.py

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

@ -28,7 +28,7 @@ class TouTvIE(InfoExtractor):
u'params': {
u'skip_download': True, # Requires rtmpdump
},
u'xskip': 'Only available in Canada'
u'skip': 'Only available in Canada'
}
def _real_extract(self, url):


Loading…
Cancel
Save