aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/goldenmoustache.py
diff options
context:
space:
mode:
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,
)