Commit graph

5 commits

Author SHA1 Message Date
leot
dfc84ba387 gallery-dl: Update to 1.16.5
Changes:
1.16.5
------
### Additions
 - [behance] support `video` modules (#1282)
 - [erome] add `album`, `user`, and `search` extractors (#409)
 - [hentaifox] support searching by group (#1294)
 - [imgclick] add `image` extractor (#1307)
 - [kemonoparty] extract inline images (#1286)
 - [kemonoparty] support URLs with non-numeric user and post IDs (#1303)
 - [pillowfort] add `user` and `post` extractors (#846)

### Changes
 - [kemonoparty] include `service` in directories and archive keys
 - [pixiv] require a `refresh-token` to login (#1304)
 - [snap] use `core18` as base

### Fixes
 - [500px] update query hashes
 - [deviantart] update parameters for `/browse/popular` (#1267)
 - [deviantart] provide filename extension for original file downloads (#1272)
 - [deviantart] fix `folders` option (#1302)
 - [inkbunny] add `sid` parameter to private file downloads (#1281)
 - [kemonoparty] fix absolute file URLs
 - [mangadex] revert to `https://mangadex.org/api/` and add `api-server` option (#1310)
 - [nsfwalbum] use fallback for deleted content (#1259)
 - [sankaku] update `invalid token` detection (#1309)
 - [slideshare] fix extraction
 - [postprocessor:metadata] fix crash with `extension-format` (#1285)
2021-02-14 20:19:57 +00:00
leot
49c2acd67a gallery-dl: Update to 1.12.3
1.12.3
------
### Additions
- [hentaifoundry] extract more metadata (#565)
- [twitter] add option to extract TwitPic embeds (#579)
- implement a post-processor module to compare file versions (#530)

### Fixes
- [hitomi] update image URL generation
- [mangadex] revert domain to `mangadex.org`
- [pinterest] improve detection of invalid pin.it links
- [pixiv] update URL patterns for user profiles and bookmarks (#568)
- [twitter] Fix stop before real end (#573)
- remove temp files before downloading from fallback URLs

### Removals
- [erolord] remove extractor
2020-01-20 10:33:04 +00:00
leot
ba845dcdef gallery-dl: Update to 1.7.0
Changes:
1.7.0
-----
- Added support for:
   - `photobucket` (#117)
   - `hentaifox` (#160)
   - `tsumino` (#161)
- Added the ability to dynamically generate extractors based on a user's
  config file for
   - `mastodon` instances (#144)
   - `foolslide` based sites
   - `foolfuuka` based archives
- Added an extractor for `behance` collections (#157)
- Added login support for `luscious` (#159) and `tsumino` (#161)
- Added an option to stop downloading if the `exhentai` image limit is
  exceeded (#141)
- Fixed extraction issues for `behance` and `mangapark`
2019-02-05 21:18:03 +00:00
leot
6a7e123643 gallery-dl: Update net/gallery-dl to 1.2.0
Changes:
1.2.0
-----
 * Added support for:
   - `paheal` (#69)
   - `komikcast` (#70)
   - `subapics` (#70)
 * Added `--download-archive` to record downloaded files in an archive file
 * Added `--write-log` to write logging output to a file
 * Added a filetype check on download completion to fix incorrectly assigned filename extensions (#63)
 * Added the `tumblr:...` pseudo URI scheme to support custom domains for Tumblr blogs (#71)
 * Added fallback URLs for `tumblr` images (#64)
 * Added support for `reddit`-hosted images (#68)
 * Improved the input file format by allowing comments and per-URL options
 * Fixed OAuth 1.0 signature generation for Python 3.3 and 3.4 (#75)
 * Fixed smaller issues for `luscious`, `hentai2read`, `hentaihere` and `imgur`
 * Removed the `batoto` module
2018-02-17 15:52:43 +00:00
leot
5dbb619dec Import gallery-dl-0.9.1 as net/gallery-dl
gallery-dl is a command-line program to download image galleries
and image collections from several image hosting sites.

Originally packaged in pkgsrc-wip by myself.
2017-09-04 09:35:26 +00:00