youtube-dl

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

commit e0dccdd39886c8cda1dddde0d5f5f5a2dcd33746
parent 5d583bdf6cff8161e2df87ba1a0c97a943596eab
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 10 Mar 2016 09:04:48 +0600

[test_YoutubeDL] PEP 8

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

diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py @@ -506,7 +506,6 @@ class TestYoutubeDL(unittest.TestCase): 'fps': 30, }), '^30fps$') - def test_postprocessors(self): filename = 'post-processor-testfile.mp4' audiofile = filename + '.mp3'