projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
385009f
)
[mlb] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Thu, 9 Oct 2014 13:07:34 +0000
(20:07 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 9 Oct 2014 13:07:34 +0000
(20:07 +0700)
youtube_dl/extractor/mlb.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/mlb.py
b/youtube_dl/extractor/mlb.py
index 362c2b5c9815d79f6ce22220eef1065c796e0ff7..42aa2e227dcb1360af535c92a17edcbdf99f259c 100644
(file)
--- a/
youtube_dl/extractor/mlb.py
+++ b/
youtube_dl/extractor/mlb.py
@@
-6,7
+6,6
@@
from .common import InfoExtractor
from ..utils import (
parse_duration,
parse_iso8601,
- find_xpath_attr,
)