mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
release version 1.22.2
This commit is contained in:
parent
f8cfc3b08a
commit
1f9ff518ad
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,5 +1,32 @@
|
||||
# Changelog
|
||||
|
||||
## 1.22.2 - 2022-06-27
|
||||
### Additions
|
||||
- [cyberdrop] add fallback URLs ([#2668](https://github.com/mikf/gallery-dl/issues/2668))
|
||||
- [horne] add support for horne.red ([#2700](https://github.com/mikf/gallery-dl/issues/2700))
|
||||
- [itaku] add `gallery` and `image` extractors ([#1842](https://github.com/mikf/gallery-dl/issues/1842))
|
||||
- [poipiku] add `user` and `post` extractors ([#1602](https://github.com/mikf/gallery-dl/issues/1602))
|
||||
- [skeb] add `following` extractor ([#2698](https://github.com/mikf/gallery-dl/issues/2698))
|
||||
- [twitter] implement `expand` option ([#2665](https://github.com/mikf/gallery-dl/issues/2665))
|
||||
- [twitter] implement `csrf` option ([#2676](https://github.com/mikf/gallery-dl/issues/2676))
|
||||
- [unsplash] add `collection_title` and `collection_id` metadata fields ([#2670](https://github.com/mikf/gallery-dl/issues/2670))
|
||||
- [weibo] support `tabtype=video` listings ([#2601](https://github.com/mikf/gallery-dl/issues/2601))
|
||||
- [formatter] implement slice operator as format specifier
|
||||
- support cygwin/BSD/etc for `--cookies-from-browser`
|
||||
### Fixes
|
||||
- [instagram] improve metadata generated by `_parse_post_api()` ([#2695](https://github.com/mikf/gallery-dl/issues/2695), [#2660](https://github.com/mikf/gallery-dl/issues/2660))
|
||||
- [instagram} fix `tag` extractor ([#2659](https://github.com/mikf/gallery-dl/issues/2659))
|
||||
- [instagram] automatically invalidate expired login sessions
|
||||
- [twitter] fix pagination for conversion tweets
|
||||
- [twitter] improve `"replies": "self"` ([#2665](https://github.com/mikf/gallery-dl/issues/2665))
|
||||
- [twitter] improve strategy for user URLs ([#2665](https://github.com/mikf/gallery-dl/issues/2665))
|
||||
- [vk] take URLs from `*_src` entries ([#2535](https://github.com/mikf/gallery-dl/issues/2535))
|
||||
- [weibo] fix URLs generated by `user` extractor ([#2601](https://github.com/mikf/gallery-dl/issues/2601))
|
||||
- [weibo] fix retweets ([#2601](https://github.com/mikf/gallery-dl/issues/2601))
|
||||
- [downloader:ytdl] update `_set_outtmpl()` ([#2692](https://github.com/mikf/gallery-dl/issues/2692))
|
||||
- [formatter] fix `!j` conversion for non-serializable types ([#2624](https://github.com/mikf/gallery-dl/issues/2624))
|
||||
- [snap] Fix missing libslang dependency ([#2655](https://github.com/mikf/gallery-dl/issues/2655))
|
||||
|
||||
## 1.22.1 - 2022-06-04
|
||||
### Additions
|
||||
- [gfycat] add support for collections ([#2629](https://github.com/mikf/gallery-dl/issues/2629))
|
||||
|
@ -65,8 +65,8 @@ Standalone Executable
|
||||
Prebuilt executable files with a Python interpreter and
|
||||
required Python packages included are available for
|
||||
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.22.1/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.22.1/gallery-dl.bin>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.22.2/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.22.2/gallery-dl.bin>`__
|
||||
|
||||
| Executables build from the latest commit can be found at
|
||||
| https://github.com/mikf/gallery-dl/actions/workflows/executables.yml
|
||||
|
@ -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.22.2-dev"
|
||||
__version__ = "1.22.2"
|
||||
|
Loading…
Reference in New Issue
Block a user