[youtube:truncated_url] Move test to extractor

This commit is contained in:
Philipp Hagemeister 2014-07-01 15:49:34 +02:00
parent c4808c6009
commit dc2fc73691
2 changed files with 3 additions and 3 deletions

View file

@ -1835,6 +1835,9 @@ class YoutubeTruncatedURLIE(InfoExtractor):
_TESTS = [{
'url': 'http://www.youtube.com/watch?annotation_id=annotation_3951667041',
'only_matching': True,
}, {
'url': 'http://www.youtube.com/watch?',
'only_matching': True,
}]
def _real_extract(self, url):