X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ChangeLog;h=00c5c9c6be8f39a759ad1d0b2437b7139709114b;hb=f19eae429a2c999db143060fded506dc52aaa398;hp=65a01fcc7055aba073046e8523496a193c6edbdf;hpb=6e5eacb7705b68c108160780b4ded3b7abd9ebb6;p=youtube-dl diff --git a/ChangeLog b/ChangeLog index 65a01fcc7..00c5c9c6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +version 2018.01.27 + +Core +* [extractor/common] Improve _json_ld for articles +* Switch codebase to use compat_b64decode ++ [compat] Add compat_b64decode + +Extractors ++ [seznamzpravy] Add support for seznam.cz and seznamzpravy.cz (#14102, #14616) +* [dplay] Bypass geo restriction ++ [dplay] Add support for disco-api videos (#15396) +* [youtube] Extract precise error messages (#15284) +* [teachertube] Capture and output error message +* [teachertube] Fix and relax thumbnail extraction (#15403) ++ [prosiebensat1] Add another clip id regular expression (#15378) +* [tbs] Update tokenizer url (#15395) +* [mixcloud] Use compat_b64decode (#15394) +- [thesixtyone] Remove extractor (#15341) + + version 2018.01.21 Core