youtube-dl

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

commit 60e5016199320333ad3f3584b5b0c0147cfaeba3
parent c4d6fc6d659ba74aab3f59aca02ff0e2e0763eb4
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat,  8 Apr 2017 14:19:01 +0700

[test_download] Remove unused import

Diffstat:
Mtest/test_download.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/test_download.py b/test/test_download.py @@ -11,7 +11,6 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from test.helper import ( assertGreaterEqual, expect_warnings, - expect_value, get_params, gettestcases, expect_info_dict,