[utils] Recognize units with full names in parse_filename

Reference: https://en.wikipedia.org/wiki/Template:Quantities_of_bytes
This commit is contained in:
Yen Chi Hsuan 2016-08-20 00:12:32 +08:00
parent a9a3b4a081
commit 70852b47ca
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 21 additions and 1 deletions

View file

@ -1,7 +1,9 @@
version <unreleased>
Core
* Support m3u8 manifests in HTML5 multimedia tags
+ Recognize file size strings with full unit names (for example "8.5
megabytes")
+ Support m3u8 manifests in HTML5 multimedia tags
* Fix js_to_json(): correct octal or hexadecimal number detection
Extractors