youtube-dl

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

commit 27783821af5a85fb20266834cff4f07eb0695cb5
parent b374af6ebdf6298ab1593bee56dba5b0a1daf9b7
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Sat,  9 Jan 2016 11:16:23 +0100

[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 @@ -6,7 +6,6 @@ from .common import InfoExtractor from ..utils import ( float_or_none, int_or_none, - str_to_int, unified_strdate, )