youtube-dl

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

commit 3438e7acd27d89d83d41e722d21d7660dbad7eea
parent 09c200acf258de115caeda210741a59f2b971b65
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 23 Feb 2015 21:40:50 +0600

[soundgasm] Remove unused import

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

diff --git a/youtube_dl/extractor/soundgasm.py b/youtube_dl/extractor/soundgasm.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals import re from .common import InfoExtractor -from ..utils import clean_html class SoundgasmIE(InfoExtractor):