diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-10-09 20:07:34 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-10-09 20:07:34 +0700 |
commit | b097b5f2469e9df11c120b6338a38b28f951510c (patch) | |
tree | 234114291b895f9c5093a4b7d63c5f7d2fa979f6 | |
parent | 385009fc443eb81dc8695dd46448950bbe76cce3 (diff) |
[mlb] Remove unused import
-rw-r--r-- | youtube_dl/extractor/mlb.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/mlb.py b/youtube_dl/extractor/mlb.py index 362c2b5c9..42aa2e227 100644 --- 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, ) |