projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e73c85c
)
[dhm] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:19:23 +0000
(
01:19
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:19:23 +0000
(
01:19
+0600)
youtube_dl/extractor/dhm.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dhm.py
b/youtube_dl/extractor/dhm.py
index 127eb043971d41ac5ae8aeb6e902729a48e0dfef..44e0c5d4d7094cf965555431e39387a78bdb6f83 100644
(file)
--- 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):