diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-11-26 21:02:46 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-11-26 21:02:46 +0600 |
commit | 81a7a521c5bdbd862b7c7d161425295fed63d212 (patch) | |
tree | 16fb9aec4853fbd5d0da3927f2d68044b16c1b74 /youtube_dl/extractor | |
parent | e293711802c010e2720f8df00fde34d0af5f6ac3 (diff) |
[gorillavid] Remove unused import
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/gorillavid.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/gorillavid.py b/youtube_dl/extractor/gorillavid.py index 506521097..9a2e020e9 100644 --- a/youtube_dl/extractor/gorillavid.py +++ b/youtube_dl/extractor/gorillavid.py @@ -2,7 +2,6 @@ from __future__ import unicode_literals import re -import time from .common import InfoExtractor from ..utils import ( |