diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-07-01 19:24:18 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-07-01 19:24:18 +0700 | 
| commit | c67f584eb3cb3fe9ccb6ace6b6ed96594ca7799d (patch) | |
| tree | 4791a586a644cb2b7269ce60e6ff36d06f7bc179 | |
| parent | 29f6ed78e87946979ab6472b118a4da7cf7ef0c0 (diff) | |
[rai] Skip test
| -rw-r--r-- | youtube_dl/extractor/rai.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rai.py b/youtube_dl/extractor/rai.py index cb4305349..ba3dd707f 100644 --- a/youtube_dl/extractor/rai.py +++ b/youtube_dl/extractor/rai.py @@ -35,7 +35,8 @@ class RaiIE(SubtitlesInfoExtractor):                  'description': '',                  'upload_date': '20140612',                  'duration': 1758, -            } +            }, +            'skip': 'Error 404',          },          {              'url': 'http://www.rainews.it/dl/rainews/media/state-of-the-net-Antonella-La-Carpia-regole-virali-7aafdea9-0e5d-49d5-88a6-7e65da67ae13.html',  | 
