diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-29 01:30:53 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-29 01:30:53 +0600 |
commit | 683d892bf9332df1a255c673bca56a8f5487292a (patch) | |
tree | a431aa7a053394a9f68374378604a7f47959ac61 | |
parent | 497971cd4a8407651debfb2fd4b10fc4009b0f15 (diff) |
[viewster] Remove unused import
-rw-r--r-- | youtube_dl/extractor/viewster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/viewster.py b/youtube_dl/extractor/viewster.py index 1813b81d6..a93196a07 100644 --- a/youtube_dl/extractor/viewster.py +++ b/youtube_dl/extractor/viewster.py @@ -6,7 +6,6 @@ import re from .common import InfoExtractor from ..compat import ( compat_HTTPError, - compat_urllib_parse, compat_urllib_parse_unquote, ) from ..utils import ( |