mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
release version 1.13.2
This commit is contained in:
parent
5b676ea59d
commit
e0b0e8d62a
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,6 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 1.13.2 - 2020-03-14
|
||||
### Additions
|
||||
- [furaffinity] extract more metadata
|
||||
- [instagram] add `post_shortcode` metadata field ([#525](https://github.com/mikf/gallery-dl/issues/525))
|
||||
- [kabeuchi] add extractor ([#561](https://github.com/mikf/gallery-dl/issues/561))
|
||||
- [newgrounds] add extractor for favorited posts ([#394](https://github.com/mikf/gallery-dl/issues/394))
|
||||
- [pixiv] implement `avatar` option ([#595](https://github.com/mikf/gallery-dl/issues/595), [#623](https://github.com/mikf/gallery-dl/issues/623))
|
||||
- [twitter] add extractor for bookmarked Tweets ([#625](https://github.com/mikf/gallery-dl/issues/625))
|
||||
### Fixes
|
||||
- [bcy] reduce number of HTTP requests during data extraction
|
||||
- [e621] update to new interface ([#635](https://github.com/mikf/gallery-dl/issues/635))
|
||||
- [exhentai] handle incomplete MIME types ([#632](https://github.com/mikf/gallery-dl/issues/632))
|
||||
- [hitomi] improve metadata extraction
|
||||
- [mangoxo] fix login
|
||||
- [newgrounds] improve error handling when extracting post data
|
||||
|
||||
## 1.13.1 - 2020-03-01
|
||||
### Additions
|
||||
|
@ -83,8 +83,8 @@ Download a standalone executable file,
|
||||
put it into your `PATH <https://en.wikipedia.org/wiki/PATH_(variable)>`__,
|
||||
and run it inside a command prompt (like ``cmd.exe``).
|
||||
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.13.1/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.13.1/gallery-dl.bin>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.13.2/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.13.2/gallery-dl.bin>`__
|
||||
|
||||
These executables include a Python 3.8 interpreter
|
||||
and all required Python packages.
|
||||
@ -236,7 +236,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.13.1.tar.gz
|
||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.13.2.tar.gz
|
||||
.. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz
|
||||
|
||||
.. _Python: https://www.python.org/downloads/
|
||||
|
@ -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.13.2-dev"
|
||||
__version__ = "1.13.2"
|
||||
|
@ -30,6 +30,9 @@ BROKEN = {
|
||||
"35photo",
|
||||
"mangapark",
|
||||
"photobucket",
|
||||
"sexcom",
|
||||
"hentaicafe",
|
||||
"worldthree",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user