diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 22:22:11 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 22:22:11 +0200 |
commit | 152514811429b393be22e15742aa8ba1498d739c (patch) | |
tree | 7ba05ddbc750a5ffc059e70dca8a43997b903661 /youtube_dl/extractor/yahoo.py | |
parent | 9e0c5791c1384746113b856a3f34732012d9e41c (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/yahoo.py')
-rw-r--r-- | youtube_dl/extractor/yahoo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py index f51bdb965..c1de172b1 100644 --- a/youtube_dl/extractor/yahoo.py +++ b/youtube_dl/extractor/yahoo.py @@ -1,6 +1,7 @@ from __future__ import unicode_literals import itertools +import json import re from .common import InfoExtractor, SearchInfoExtractor |