youtube-dl

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

commit 9fda6ee39fa2da1949af5e9b95633e3df3c6f6b4
parent bc3e582fe457f9239dc3a3386cbfd0e7db167404
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Sun,  4 Jan 2015 14:06:23 +0100

[tf1] Remove unused import

Diffstat:
Myoutube_dl/extractor/tf1.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/tf1.py b/youtube_dl/extractor/tf1.py @@ -1,8 +1,6 @@ # coding: utf-8 from __future__ import unicode_literals -import re - from .common import InfoExtractor