diff options
Diffstat (limited to 'youtube_dl/extractor/mooshare.py')
-rw-r--r-- | youtube_dl/extractor/mooshare.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/mooshare.py b/youtube_dl/extractor/mooshare.py index 4c5a4e673..7603af5e2 100644 --- a/youtube_dl/extractor/mooshare.py +++ b/youtube_dl/extractor/mooshare.py @@ -1,7 +1,6 @@ from __future__ import unicode_literals import re -import time from .common import InfoExtractor from ..compat import ( |