youtube-dl

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

commit f535ec8278c8f465b47919d3f451571ae8ccfc7b
parent 238755752f4f9169a1edda91067c8627afe19cce
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed,  5 Aug 2015 23:08:26 +0600

[xhamster] Remove unused import

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

diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py @@ -4,7 +4,6 @@ import re from .common import InfoExtractor from ..utils import ( - ExtractorError, unified_strdate, str_to_int, int_or_none,