aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dhm.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-13 01:19:23 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-13 01:19:23 +0600
commit237c03c8eaa4da1713a635e87f98ac14430b35cb (patch)
tree56c1571b73fd8c8fe711223d8806ddd6f4dc5f12 /youtube_dl/extractor/dhm.py
parente73c85cb23d278702357412479fd4b162a3abbb3 (diff)
downloadyoutube-dl-237c03c8eaa4da1713a635e87f98ac14430b35cb.tar.xz
[dhm] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/dhm.py')
-rw-r--r--youtube_dl/extractor/dhm.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/dhm.py b/youtube_dl/extractor/dhm.py
index 127eb0439..44e0c5d4d 100644
--- a/youtube_dl/extractor/dhm.py
+++ b/youtube_dl/extractor/dhm.py
@@ -1,10 +1,7 @@
from __future__ import unicode_literals
from .common import InfoExtractor
-from ..utils import (
- xpath_text,
- parse_duration,
-)
+from ..utils import parse_duration
class DHMIE(InfoExtractor):