projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5402ac
)
[wayofthemaster] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 24 Aug 2014 02:18:09 +0000
(
04:18
+0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 24 Aug 2014 02:18:09 +0000
(
04:18
+0200)
youtube_dl/extractor/wayofthemaster.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/wayofthemaster.py
b/youtube_dl/extractor/wayofthemaster.py
index c0723b8ebb6078a4c03f0b9cd76eb150cf021b1d..af7bb8b492a3bc731d95be4235a84d642e19cfa9 100644
(file)
--- a/
youtube_dl/extractor/wayofthemaster.py
+++ b/
youtube_dl/extractor/wayofthemaster.py
@@
-3,7
+3,6
@@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..utils import determine_ext
class WayOfTheMasterIE(InfoExtractor):