projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a477f8
)
[utils] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sun, 13 Mar 2016 11:23:08 +0000
(17:23 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 13 Mar 2016 11:23:08 +0000
(17:23 +0600)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 1d6ee9964634df197090df0b6f4e9a0b788063dc..9fd0ec8d5856cbee27534c0f4a02cc90b05f8389 100644
(file)
--- 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 """