projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43acb12
)
[mdr] Remove unused imports
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 21 Apr 2014 04:49:21 +0000
(06:49 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 21 Apr 2014 04:49:21 +0000
(06:49 +0200)
youtube_dl/extractor/mdr.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/mdr.py
b/youtube_dl/extractor/mdr.py
index 271dccf537e9ad5d7aa99e0eba18b7bac19e52e0..1b8c4a32edf5d269b1e9bb9db366487ef2fba981 100644
(file)
--- a/
youtube_dl/extractor/mdr.py
+++ b/
youtube_dl/extractor/mdr.py
@@
-3,9
+3,6
@@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..utils import (
- ExtractorError,
-)
class MDRIE(InfoExtractor):