youtube-dl

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

commit bbf1092ad0e444d766f30c960e11c2e21a77f605
parent 9ef55c5bbc1d3429218950ad380094623f499c6f
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 28 Oct 2014 10:44:17 +0100

[fktv] Remove unused import

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

diff --git a/youtube_dl/extractor/fktv.py b/youtube_dl/extractor/fktv.py @@ -6,7 +6,6 @@ import json from .common import InfoExtractor from ..utils import ( - determine_ext, get_element_by_id, clean_html, )