This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[utils] PEP 8
totalwebcasting
Sergey M․
9 years ago
parent
0a477f8731
commit
2f7ae819ac
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/utils.py
+ 1
- 0
youtube_dl/utils.py
View File
@ -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
"""
Write
Preview
Loading…
Cancel
Save