mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
release version 1.27.5
This commit is contained in:
parent
0389575e0f
commit
df4ecef364
34
CHANGELOG.md
34
CHANGELOG.md
@ -1,5 +1,39 @@
|
||||
# Changelog
|
||||
|
||||
## 1.27.5 - 2024-09-28
|
||||
### Extractors
|
||||
#### Additions
|
||||
- [ao3] add support ([#6013](https://github.com/mikf/gallery-dl/issues/6013))
|
||||
- [civitai] add support ([#3706](https://github.com/mikf/gallery-dl/issues/3706), [#3787](https://github.com/mikf/gallery-dl/issues/3787), [#4129](https://github.com/mikf/gallery-dl/issues/4129), [#5995](https://github.com/mikf/gallery-dl/issues/5995), [#6220](https://github.com/mikf/gallery-dl/issues/6220))
|
||||
- [cohost] add support ([#4483](https://github.com/mikf/gallery-dl/issues/4483), [#6191](https://github.com/mikf/gallery-dl/issues/6191))
|
||||
#### Fixes
|
||||
- [8chan] update `TOS` cookie name
|
||||
- [deviantart] work around OAuth API returning empty journal texts ([#6196](https://github.com/mikf/gallery-dl/issues/6196), [#6207](https://github.com/mikf/gallery-dl/issues/6207), [#5916](https://github.com/mikf/gallery-dl/issues/5916))
|
||||
- [weasyl:favorite] fix pagination ([#6113](https://github.com/mikf/gallery-dl/issues/6113))
|
||||
#### Improvements
|
||||
- [bluesky] support video downloads ([#6183](https://github.com/mikf/gallery-dl/issues/6183))
|
||||
- [deviantart] add `previews` option ([#3782](https://github.com/mikf/gallery-dl/issues/3782), [#6124](https://github.com/mikf/gallery-dl/issues/6124))
|
||||
- [deviantart] warn about empty journal texts ([#5916](https://github.com/mikf/gallery-dl/issues/5916))
|
||||
- [inkbunny:favorite] update default directory ([#6115](https://github.com/mikf/gallery-dl/issues/6115))
|
||||
- [jpgfish] update domain to `jpg5.su` ([#6231](https://github.com/mikf/gallery-dl/issues/6231))
|
||||
- [skeb] prevent 429 errors and need for `request_key` cookie
|
||||
- [weasyl:favorite] support readable URL format ([#6113](https://github.com/mikf/gallery-dl/issues/6113))
|
||||
- [wikimedia] automatically detect API endpoint when none is defined
|
||||
- [zzup] support `up.zzup.com` galleries ([#6181](https://github.com/mikf/gallery-dl/issues/6181))
|
||||
### Post Processors
|
||||
- [ugoira] implement storing "original" frames in ZIP archives ([#6147](https://github.com/mikf/gallery-dl/issues/6147))
|
||||
- [ugoira] fix `KeyError: '_ugoira_frame_index'` ([#6154](https://github.com/mikf/gallery-dl/issues/6154))
|
||||
### Formatter
|
||||
- add `L` conversion - returns the length of a value
|
||||
- allow accessing `util.NONE` via global `_nul`
|
||||
### Miscellaneous
|
||||
- [cookies] add `cookies-select` option
|
||||
- [cookies:firefox] support using domain & container filters together
|
||||
- [docker] prevent errors in Dockerfile build
|
||||
- [tests] make `#category` result entries optional
|
||||
- allow filtering `--list-extractors` results
|
||||
- implement alternatives for deprecated `utc` datetime functions
|
||||
|
||||
## 1.27.4 - 2024-09-06
|
||||
### Extractors
|
||||
#### Additions
|
||||
|
@ -74,9 +74,9 @@ 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.27.4/gallery-dl.exe>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.27.5/gallery-dl.exe>`__
|
||||
(Requires `Microsoft Visual C++ Redistributable Package (x86) <https://aka.ms/vs/17/release/vc_redist.x86.exe>`__)
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.27.4/gallery-dl.bin>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.27.5/gallery-dl.bin>`__
|
||||
|
||||
|
||||
Nightly Builds
|
||||
|
@ -1091,7 +1091,7 @@ Consider all listed sites to potentially be NSFW.
|
||||
</tr>
|
||||
<tr>
|
||||
<td>JPG Fish</td>
|
||||
<td>https://jpg4.su/</td>
|
||||
<td>https://jpg5.su/</td>
|
||||
<td>Albums, individual Images, User Profiles</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
@ -6,5 +6,5 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
__version__ = "1.27.5-dev"
|
||||
__version__ = "1.27.5"
|
||||
__variant__ = None
|
||||
|
Loading…
Reference in New Issue
Block a user