diff options
-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 ( |