aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-08-20 00:12:32 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-08-20 00:17:26 +0800
commit70852b47ca101f0b4acc76eb3213b763a14b3602 (patch)
tree2657ec4ed07313970481913223e0d98cbe566aee /ChangeLog
parenta9a3b4a081a6793f0dd0b40be8429a2aa3c1c36d (diff)
downloadyoutube-dl-70852b47ca101f0b4acc76eb3213b763a14b3602.tar.xz
[utils] Recognize units with full names in parse_filename
Reference: https://en.wikipedia.org/wiki/Template:Quantities_of_bytes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 450351231..b36e4438c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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