aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/goldenmoustache.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-11-20 16:35:55 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-11-20 16:36:13 +0100
commitb244b5c3f9082a307f0e1c4ee561594bd389aeb2 (patch)
tree473b0f70e904b0db842ab7133d0ffacda2160fa1 /youtube_dl/extractor/goldenmoustache.py
parentf42c190769869278cdd5f7ca62d2bd29e2a9d709 (diff)
downloadyoutube-dl-b244b5c3f9082a307f0e1c4ee561594bd389aeb2.tar.xz
remove unused imports
Diffstat (limited to 'youtube_dl/extractor/goldenmoustache.py')
-rw-r--r--youtube_dl/extractor/goldenmoustache.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/goldenmoustache.py b/youtube_dl/extractor/goldenmoustache.py
index 7e13b131b..10001d4d9 100644
--- a/youtube_dl/extractor/goldenmoustache.py
+++ b/youtube_dl/extractor/goldenmoustache.py
@@ -1,9 +1,7 @@
from __future__ import unicode_literals
-import re
from .common import InfoExtractor
from ..utils import (
- parse_duration,
int_or_none,
)