youtube-dl

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

commit e4a75d7932013f49133178d5d84e5f33634a4879
parent e00eb564e921b609c94f87d7db7ad7f709b704f0
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  7 May 2017 00:00:11 +0700

[test_youtube_chapters] PEP 8

Diffstat:
Mtest/test_youtube_chapters.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_youtube_chapters.py b/test/test_youtube_chapters.py @@ -1,5 +1,5 @@ -# coding: utf-8 #!/usr/bin/env python +# coding: utf-8 from __future__ import unicode_literals # Allow direct execution