mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 10:24:33 +01:00
Remove unused import which was causing the build to fail
This commit is contained in:
parent
abce2f8175
commit
1d3374c840
@ -1,6 +1,5 @@
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
from urlparse import urlparse
|
||||
|
||||
from .common import InfoExtractor
|
||||
|
||||
@ -42,4 +41,4 @@ class VSportsIE(InfoExtractor):
|
||||
'thumbnail': self._og_search_thumbnail(webpage),
|
||||
'ext': 'mp4',
|
||||
'url': 'https://%s' % (url)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user