Browse Source

[novamov] Skip tests

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
90f479b6d5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/novamov.py

+ 2
- 1
youtube_dl/extractor/novamov.py View File

@ -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):


Loading…
Cancel
Save