youtube-dl

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

commit 2f7ae819ac844f4052dcd4ef031fdae01daff3b8
parent 0a477f873115a11dbaadae674c2aaabe15ec4249
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 13 Mar 2016 17:23:08 +0600

[utils] PEP 8

Diffstat:
Myoutube_dl/utils.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py @@ -1393,6 +1393,7 @@ def parse_count(s): return lookup_unit_table(_UNIT_TABLE, s) + def month_by_name(name): """ Return the number of a month by (locale-independently) English name """