diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-16 08:16:38 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-16 08:16:38 +0100 |
commit | d66152a8982261f930c2a324c1fc3ba3b3324134 (patch) | |
tree | 47f16322b0755a1d9467ea514d93a140fe2262be /youtube_dl/extractor/ndtv.py | |
parent | 8c5f0c9fbc09b361517cd5045d856fec96381696 (diff) |
[ndtv] Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/ndtv.py')
-rw-r--r-- | youtube_dl/extractor/ndtv.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/ndtv.py b/youtube_dl/extractor/ndtv.py index 2e8501f99..d81df3c10 100644 --- a/youtube_dl/extractor/ndtv.py +++ b/youtube_dl/extractor/ndtv.py @@ -1,6 +1,4 @@ -import json import re -import time from .common import InfoExtractor from ..utils import month_by_name |