Browse Source

[anitube] Skip test (on travis)

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
f2e87ef4fa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/anitube.py

+ 1
- 0
youtube_dl/extractor/anitube.py View File

@ -17,6 +17,7 @@ class AnitubeIE(InfoExtractor):
u'ext': u'mp4',
u'title': u'Recorder to Randoseru 01',
},
u'skip': u'Blocked in the US',
}
def _real_extract(self, url):


Loading…
Cancel
Save