diff --git a/CHANGELOG.md b/CHANGELOG.md index e2818090..59ee36ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog -## Unreleased +## 1.15.3 - 2020-11-13 +### Additions +- [sankakucomplex] extract videos and embeds ([#308](https://github.com/mikf/gallery-dl/issues/308)) +- [twitter] add support for lists ([#1096](https://github.com/mikf/gallery-dl/issues/1096)) +- [postprocessor:metadata] accept string-lists for `content-format` ([#1080](https://github.com/mikf/gallery-dl/issues/1080)) +- implement `modules` and `extension-map` options +### Fixes +- [500px] update query hashes +- [8kun] fix file URLs of older posts ([#1101](https://github.com/mikf/gallery-dl/issues/1101)) +- [exhentai] update image URL parsing ([#1094](https://github.com/mikf/gallery-dl/issues/1094)) +- [hentaifoundry] update `YII_CSRF_TOKEN` cookie handling ([#1083](https://github.com/mikf/gallery-dl/issues/1083)) +- [hentaifoundry] use scheme from input URLs ([#1095](https://github.com/mikf/gallery-dl/issues/1095)) +- [mangoxo] fix metadata extraction +- [paheal] fix extraction ([#1088](https://github.com/mikf/gallery-dl/issues/1088)) +- collect post processors from `basecategory` entries ([#1084](https://github.com/mikf/gallery-dl/issues/1084)) ## 1.15.2 - 2020-10-24 ### Additions diff --git a/README.rst b/README.rst index 6715d1ed..ccc745a9 100644 --- a/README.rst +++ b/README.rst @@ -83,8 +83,8 @@ Download a standalone executable file, put it into your `PATH `__, and run it inside a command prompt (like ``cmd.exe``). -- `Windows `__ -- `Linux `__ +- `Windows `__ +- `Linux `__ These executables include a Python 3.8 interpreter and all required Python packages. @@ -308,7 +308,7 @@ access to *gallery-dl*. Authorize it and you will be shown one or more .. _gallery-dl-example.conf: https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl-example.conf .. _configuration.rst: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst .. _Supported Sites: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.15.2.tar.gz +.. _stable: https://github.com/mikf/gallery-dl/archive/v1.15.3.tar.gz .. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz .. _Python: https://www.python.org/downloads/ diff --git a/gallery_dl/version.py b/gallery_dl/version.py index eeb44af3..605865ff 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -6,4 +6,4 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. -__version__ = "1.15.3-dev" +__version__ = "1.15.3" diff --git a/test/test_results.py b/test/test_results.py index 797340cc..239b5add 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -30,6 +30,7 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { + "4plebs", "imagevenue", "mangapanda", "photobucket",