youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b097b5f2469e9df11c120b6338a38b28f951510c
parent 385009fc443eb81dc8695dd46448950bbe76cce3
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  9 Oct 2014 20:07:34 +0700

[mlb] Remove unused import

Diffstat:
Myoutube_dl/extractor/mlb.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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, )