Commit graph

9 commits

Author SHA1 Message Date
leot
7c7dda4afa gallery-dl: Update net/gallery-dl to 1.3.1
Changes:
1.3.1
-----
* Added support for:
  - `mangadex`
  - `artstation`
* Added Cloudflare DDoS protection bypass to `komikcast` extractors
* Changed archive ID formats for `deviantart` folders and collections
* Improved error handling for `deviantart` API calls
* Removed `imgchili` and various smaller image hosts
2018-03-17 11:07:39 +00:00
leot
adf48d2010 gallery-dl: Update net/gallery-dl to 1.3.0
Changes:
1.3.0
-----
 * Added `--proxy` to explicitly specify a proxy server (#76)
 * Added options to customize archive ID formats and undefined replacement
   fields
 * Changed various archive ID formats to improve their behavior for favorites
   / bookmarks / etc.
   * Affected modules are `deviantart`, `flickr`, `tumblr`, `pixiv` and
     all ...boorus
 * Improved `sankaku` and `idolcomplex` support by
   * respecting `page` and `next` URL parameters (#79)
   * bypassing the page-limit for unauthenticated users
 * Improved `directlink` metadata by properly unquoting it
 * Fixed `pixiv` ugoira extraction (#78)
 * Fixed miscellaneous extraction issues for `mangastream` and `tumblr`
 * Removed `yeet`, `chronos`, `coreimg`, `hosturimage`, `imageontime`,
   `img4ever`, `imgmaid`, `imgupload`
2018-03-03 12:30:31 +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
dccd257e07 gallery-dl: Update net/gallery-dl to 1.1.2
Changes:
1.1.2
-----
 * Added support for:
   * `puremashiro` (#66)
   * `idolcomplex`
 * Added an option to filter reblogs on `tumblr` (#61)
 * Added OAuth user authentication for `tumblr` (#65)
 * Added support for `slideshare` mobile URLs (#67)
 * Improved pagination for various ...booru sites to work around page limits
 * Fixed chapter information parsing for certain manga on `kissmanga` (#58) and `batoto` (#60)
2018-01-13 16:12:19 +00:00
leot
bdea15c7f0 gallery-dl: Update net/gallery-dl to 1.1.1
Changes:
1.1.1
-----
 * Added support for:
    `slideshare` - <https://www.slideshare.net/> (#54)
 * Added pool- and post-extractors for `sankaku`
 * Added OAuth user authentication for `deviantart`
 * Updated `luscious` to support `members.luscious.net` URLs (#55)
 * Updated `mangahere` to use their new domain name (mangahere.cc) and mobile URLs
 * Updated `gelbooru` to not be restricted to the first 20,000 images (#56)
 * Fixed extraction issues for `nhentai` and `khinsider`
2017-12-30 10:31:19 +00:00
leot
24cc852710 gallery-dl: Update net/gallery-dl to 1.1.0
Changes:
1.1.0
-----
 * Added the `-r/--limit-rate` command-line option to set a maximum download
   rate
 * Added the `--sleep` command-line option to specify the number of seconds
   to sleep before each download
 * Updated `gelbooru` to no longer use their now disabled API
 * Fixed SWF extraction for `sankaku` (#52)
 * Fixed extraction issues for `hentai2read` and `khinsider`
 * Removed the deprecated `--images` and `--chapters` options
 * Removed the `mangazuki` module
2017-12-09 10:41:05 +00:00
leot
162b3a1aeb gallery-dl: Update net/gallery-dl to 1.0.1
Changes:
 - Added support for: xvideos (#45)
 - Fixed exception handling during file downloads which could lead to a
   premature exit
 - Fixed an issue with tumblr where not all images would be downloaded when
   using tags (#48)
 - Fixed extraction issues for imgbox (#47), mangastream (#49), and
   mangahere
2017-11-12 13:50:59 +00:00
leot
2895e9979e gallery-dl: Update net/gallery-dl to 1.0.0
Changes:
1.0.0
-----
 - Add `--cookies' option to load further cookies from a file
 - Remove `kisscomic' module, image links on the site are dead
 - Remove `yonkouprod' module, every manga chapter on the site were removed
 - Add thread extractor to `warosu' module
 - Add extractor for ranking lists to `pixiv' module
 - Add extractors for "Popular" images to `booru' module
 - Add `--filter' option to allow image filtering via Python expressions
 - Rename `--images' and `--chapters' options to `--range' and `--chapter-range'
 - Misc bug fixes and improvements
2017-10-28 16:46:40 +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