summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-22 03:04:10 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-22 03:04:10 +0100
commit90f479b6d567ff6d7581250eec3ffd16b0f10a4d (patch)
tree0a1bdf163991868b5117a64a533356922aae1d0b
parent6fd2957163880b0233a94a884cce1e80ee7cf4c3 (diff)
downloadyoutube-dl-90f479b6d567ff6d7581250eec3ffd16b0f10a4d.tar.gz
youtube-dl-90f479b6d567ff6d7581250eec3ffd16b0f10a4d.tar.xz
youtube-dl-90f479b6d567ff6d7581250eec3ffd16b0f10a4d.zip
[novamov] Skip tests
-rw-r--r--youtube_dl/extractor/novamov.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/novamov.py b/youtube_dl/extractor/novamov.py
index 48ee00da3..6af8d934c 100644
--- a/youtube_dl/extractor/novamov.py
+++ b/youtube_dl/extractor/novamov.py
@@ -19,7 +19,8 @@ class NovamovIE(InfoExtractor):
         'info_dict': {
             'title': 'search engine optimization',
             'description': 'search engine optimization is used to rank the web page in the google search engine'
-        }
+        },
+        'skip': '"Invalid token" errors abound (in web interface as well as youtube-dl, there is nothing we can do about it.)'
     }
 
     def _real_extract(self, url):