Commit graph

52 commits

Author SHA1 Message Date
leot
93c9b50938 gallery-dl: Update to 1.13.2
Changes:
1.13.2
------
### Additions
 - [furaffinity] extract more metadata
 - [instagram] add `post_shortcode` metadata field (#525)
 - [kabeuchi] add extractor (#561)
 - [newgrounds] add extractor for favorited posts (#394)
 - [pixiv] implement `avatar` option (#595, #623)
 - [twitter] add extractor for bookmarked Tweets (#625)

### Fixes
 - [bcy] reduce number of HTTP requests during data extraction
 - [e621] update to new interface (#635)
 - [exhentai] handle incomplete MIME types (#632)
 - [hitomi] improve metadata extraction
 - [mangoxo] fix login
 - [newgrounds] improve error handling when extracting post data
2020-03-15 11:37:17 +00:00
leot
9557583976 gallery-dl: Update to 1.13.1
Changes:
1.13.1
------
### Additions
 - [hentaihand] add extractors (#605)
 - [hiperdex] add chapter and manga extractors (#606)
 - [oauth] implement option to write DeviantArt refresh-tokens to cache (#616)
 - [downloader:http] add more MIME types for `.bmp` and `.rar`
   files (#621, #628)
 - warn about expired cookies

### Fixes
 - [bcy] fix partial image URLs (#613)
 - [danbooru] fix Ugoira downloads and metadata
 - [deviantart] check availability of `/intermediary/` URLs (#609)
 - [hitomi] follow multiple redirects & fix image URLs
 - [piczel] improve and update
 - [tumblr] replace `-` with ` ` in tag searches (#611)
 - [vsco] update gallery URL pattern
 - fix `--verbose` and `--quiet` command-line options
2020-03-01 21:16:59 +00:00
leot
d836469999 gallery-dl: Update to 1.13.0
Changes:
1.13.0
======
Additions
---------
 - Support for
   - `furaffinity` (#284)
   - `8kun` (#582)
   - `bcy` (#592)
 - [blogger] implement video extraction (#587)
 - [oauth] add option to specify port number used by local server (#604)
 - [pixiv] add `rating` metadata field (#595)
 - [pixiv] recognize tags at the end of new bookmark URLs
 - [reddit] add `videos` option
 - [weibo] use youtube-dl to download from m3u8 manifests
 - implement `parent-directory` option (#551)
 - extend filename formatting capabilities:
   - implement field name alternatives (#525)
   - allow multiple "special" format specifiers per replacement field (#595)
   - allow for numeric list and string indices

Changes
-------
 - [reddit] handle reddit-hosted images and videos natively (#551)
 - [twitter] change default value for `videos` to `true`

Fixes
-----
 - [cloudflare] unescape challenge URLs
 - [deviantart] fix video extraction from `extended_fetch` results
 - [hitomi] implement workaround for "broken" redirects
 - [khinsider] fix and improve metadata extraction
 - [patreon] filter duplicate files per post (#590)
 - [piczel] fix extraction
 - [pixiv] fix user IDs for bookmarks API calls (#596)
 - [sexcom] fix image URLs
 - [twitter] force old login page layout (#584, #598)
 - [vsco] skip "invalid" entities
 - improve functions to load/save cookies.txt files (#586)

Removals
--------
 - [yaplog] remove module
2020-02-17 11:00:51 +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
74ace07969 gallery-dl: Update to 1.12.2
Changes:
1.12.2
------
### Additions
 - [deviantart] match new search/popular URLs (#538)
 - [deviantart] match `/favourites/all` URLs (#555)
 - [deviantart] add extractor for followed users (#515)
 - [pixiv] support listing followed users (#515)
 - [imagefap] handle beta.imagefap.com URLs (#552)
 - [postprocessor:metadata] add `directory` option (#520)

### Fixes
 - [artstation] fix search result pagination (#537)
 - [directlink] send Referer headers (#536)
 - [exhentai] restrict default directory name length (#545)
 - [mangadex] change domain to mangadex.cc (#559)
 - [mangahere] send `isAdult` cookies (#556)
 - [newgrounds] fix tags metadata extraction
 - [pixiv] retry after rate limit errors (#535)
 - [twitter] handle quoted tweets (#526)
 - [twitter] handle API rate limits (#526)
 - [twitter] fix URLs forwarded to youtube-dl (#540)
 - prevent infinite recursion when spawning new extractors (#489)
 - improve output of `--list-keywords` for "parent" extractors (#548)
 - provide fallback for SQLite versions with missing `WITHOUT ROWID`
   support (#553)
2020-01-05 21:53:55 +00:00
leot
3032236741 gallery-dl: Update to 1.12.1
Changes:
### Additions
- [4chan] add extractor for entire boards (#510)
- [realbooru] add extractors for pools, posts, and tag searches (#514)
- [instagram] implement a `videos` option (#521)
- [vsco] implement a `videos` option
- [postprocessor:metadata] implement a `bypost` option for downloading the
  metadata of an entire post (#511)

### Changes
- [reddit] change the default value for `comments` to `0`
- [vsco] improve image resolutions
- make filesystem-related errors during file downloads non-fatal (#512)

### Fixes
- [foolslide] add fallback for chapter data extraction
- [instagram] ignore errors during post-page extraction
- [patreon] avoid errors when fetching user info (#508)
- [patreon] improve URL pattern for single posts
- [reddit] fix errors with `t1` submissions
- [vsco] fix user profile extraction … again
- [weibo] handle unavailable/deleted statuses
- [downloader:http] improve rate limit handling
- retain trailing zeroes in Cloudflare challenge answers
2019-12-28 21:44:17 +00:00
leot
17c392d45f gallery-dl: Update to 1.12.0
Changes:
1.12.0
------
### Additions
 - [flickr] support 3k, 4k, 5k, and 6k photo sizes (#472)
 - [imgur] add extractor for subreddit links (#500)
 - [newgrounds] add extractors for `audio` listings and general `media`
   files (#394)
 - [newgrounds] implement login support (#394)
 - [postprocessor:metadata] implement a `extension-format` option (#477)
 - `--exec-after`

### Changes
 - [deviantart] ensure consistent username capitalization (#455)
 - [directlink] split `{path}` into `{path}/{filename}.{extension}`
 - [twitter] update metadata fields with user/author information
 - [postprocessor:metadata] filter private entries & rename `format` to
   `content-format`
 - Enable `cookies-update` by default

### Fixes
 - [2chan] fix metadata extraction
 - [behance] get images from 'media_collection' modules
 - [bobx] fix image downloads by randomly generating session cookies (#482)
 - [deviantart] revert to getting download URLs from OAuth API calls (#488)
 - [deviantart] fix URL generation from '/extended_fetch' results (#505)
 - [flickr] adjust OAuth redirect URI (#503)
 - [hentaifox] fix extraction
 - [imagefap] adapt to new image URL format
 - [imgbb] fix error in galleries without user info (#471)
 - [instagram] prevent errors with missing 'video_url' fields (#479)
 - [nijie] fix `date` parsing
 - [pixiv] match new search URLs (#507)
 - [plurk] fix comment pagination
 - [sexcom] send specific Referer headers when downloading videos
 - [twitter] fix infinite loops (#499)
 - [vsco] fix user profile and collection extraction (#480)
 - Fix Cloudflare DDoS protection bypass

### Removals
 - `--abort-on-skip`
2019-12-09 11:56:17 +00:00
leot
7feb91dbfe gallery-dl: Update to 1.11.1
Changes:
1.11.1
======
### Fixes
 - Fix inclusion of bash completion and man pages in source distributions

1.11.0
======
### Additions
 - Support for
   - `blogger` (#364)
   - `nozomi`  (#388)
   - `issuu`   (#413)
   - `naver`   (#447)
 - Extractor for `twitter` search results (#448)
 - Extractor for `deviantart` user profiles with configurable targets
   (#377, #419)
 - `--ugoira-conv-lossless` (#432)
 - `cookies-update` option to allow updating cookies.txt files (#445)
 - Optional `cloudflare` and `video` installation targets (#460)
 - Allow executing commands with the `exec` post-processor after all files
   are downloaded (#413, #421)

### Changes
 - Rewrite `imgur` using its public API (#446)
 - Rewrite `luscious` using GraphQL queries (#457)
 - Adjust default `nijie` filenames to match `pixiv`
 - Change enumeration index for gallery extractors from `page` to `num`
 - Return non-zero exit status when errors occurred
 - Forward proxy settings to youtube-dl downloader
 - Install bash completion script into `share/bash-completion/completions`

### Fixes
 - Adapt to new `instagram` page layout when logged in (#391)
 - Support protected `twitter` videos (#452)
 - Extend `hitomi` URL pattern and fix gallery extraction
 - Restore OAuth2 authentication error messages
 - Miscellaneous fixes for `patreon` (#444), `deviantart` (#455),
   `sexcom` (#464), `imgur` (#467), `simplyhentai`
2019-11-11 05:24:23 +00:00
leot
24943f243d gallery-dl: Update to 1.10.6
Changes:
1.10.6
------
# Additions
 - `--exec` command-line option to specify a command to run after each
   file download (#421)

# Changes
 - Include titles in `gfycat` default filenames (#434)

# Fixes
 - Fetch working download URLs for `deviantart` (#436)
 - Various fixes and improvements for `yaplog` blogs (#443)
 - Fix image URL generation for `hitomi` galleries
 - Miscellaneous fixes for `behance` and `xvideos`
2019-10-13 13:55:44 +00:00
leot
2c3c6f0c86 gallery-dl: Update to 1.10.5
Changes:
1.10.5
------
### Additions
 - `instagram.highlights` option to include highlighted stories when
   downloading user profiles (#329)
 - Support for `/user/` URLs on `reddit` (#350)
 - Support for `imgur` user profiles and favorites (#420)
 - Additional metadata fields on `nijie`(#423)

### Fixes
 - Improve handling of private `deviantart` artworks (#414) and
   429 status codes (#424)
 - Prevent fatal errors when trying to open download-archive files (#417)
 - Detect and ignore unavailable videos on `weibo` (#427)
 - Update the `scope` of new `reddit` refresh-tokens (#428)
 - Fix inconsistencies with the `reddit.comments` option (#429)
 - Extend URL patterns for `hentaicafe` manga and `pixiv` artworks
 - Improve detection of unavailable albums on `luscious` and `imgbb`
 - Miscellaneous fixes for `tsumino`
2019-10-02 08:19:28 +00:00
leot
be74e7b1a4 gallery-dl: Update to 1.10.4
Changes:
1.10.4
------
### Additions
 - Support for
   - `lineblog` (#404)
   - `fuskator` (#407)
 - `ugoira` option for `danbooru` to download pre-rendered ugoira
   animations (#406)

### Fixes
 - Download the correct files from `twitter` replies (#403)
 - Prevent crash when trying to use unavailable downloader modules (#405)
 - Fix `pixiv` authentication (#411)
 - Improve `exhentai` image limit checks
 - Miscellaneous fixes for `hentaicafe`, `simplyhentai`, `tumblr`
2019-09-08 20:16:13 +00:00
leot
bdcd349fa2 gallery-dl: Update to 1.10.3
Changes:
1.10.3
------
### Additions
 - Provide `filename` metadata for all `deviantart` files (#392, #400)
 - Implement a `ytdl.outtmpl` option to let youtube-dl handle filenames by
   itself (#395)
 - Support `seiga` mobile URLs (#401)

### Fixes
 - Extract more than the first 32 posts from `piczel` galleries (#396)
 - Fix filenames of archives created with `--zip` (#397)
 - Skip unavailable images and videos on `flickr` (#398)
 - Fix filesystem paths on Windows with Python 3.6 and lower (#402)
2019-08-30 18:16:13 +00:00
leot
9d2e087ef2 gallery-dl: Update to 1.10.2
Changes:
1.10.2
======
### Additions
 - Support for `instagram` stories and IGTV (#371, #373)
 - Support for individual `imgbb` images (#363)
 - `deviantart.quality` option to set the JPEG compression quality for newer
   images (#369)
 - `enumerate` option for `extractor.skip` (#306)
 - `adjust-extensions` option to control filename extension adjustments
 - `path-remove` option to remove control characters etc. from filesystem
   paths

### Changes
 - Rename `restrict-filenames` to `path-restrict`
 - Adjust `pixiv` metadata and default filename format (#366)
   - Set `filename` to `"{category}_{user[id]}_{id}{suffix}.{extension}"` to
     restore the old default
 - Improve and optimize directory and filename generation

### Fixes
 - Allow the `classify` post-processor to handle files with unknown filename
   extension (#138)
 - Fix rate limit handling for OAuth APIs (#368)
 - Fix artwork and scraps extraction on `deviantart` (#376, #392)
 - Distinguish between `imgur` album and gallery URLs (#380)
 - Prevent crash when using `--ugoira-conv` (#382)
 - Handle multi-image posts on `patreon` (#383)
 - Miscellaneous fixes for `*reactor`, `simplyhentai`
2019-08-23 21:28:34 +00:00
leot
bdfea8a46e gallery-dl: Update to 1.10.1
Changes:
1.10.1
------
## Fixes
- Restore functionality of both domains for `exhentai` extractors
2019-08-05 20:50:45 +00:00
leot
1a95f2c626 gallery-dl: Update to 1.10.0
Changes:
1.10.0
------
### Warning
 - Prior to version 1.10.0 all cache files were created world readable
   (mode `644`) leading to possible sensitive information disclosure on
   multi-user systems.
   It is recommended to restrict access permissions of already existing files
   (`/tmp/.gallery-dl.cache`) with `chmod 600`.
   Windows users should not be affected.
### Additions
 - Support for
   - `vsco` (#331)
   - `imgbb` (#361)
   - `adultempire` (#340)
 - `restrict-filenames` option to create Windows-compatible filenames on any
   platform (#348)
 - `forward-cookies` option to control cookie forwarding to youtube-dl (#352)
### Changes
 - The default cache file location on non-Windows systems is now
    `$XDG_CACHE_HOME/gallery-dl/cache.sqlite3` or
    `~/.cache/gallery-dl/cache.sqlite3`
 - New cache files are created with mode `600`
 - `exhentai` extractors will always use `e-hentai.org` as domain
### Fixes
 - Logging into `exhentai` now collects more cookies than just `ipb_member_id`
   and `ipb_pass_hash`
 - Better handling of `exhentai` image limits and errors (#356, #360)
 - Try to prevent ZIP file corruption (#355)
 - Miscellaneous fixes for `behance`, `ngomik`
2019-08-01 21:40:15 +00:00
leot
e767e58eee gallery-dl: Update to 1.9.0
Changes:
1.9.0
-----
### Additions
- Support for
  - `erolord` (#326)
- Add login support for `instagram` (#195)
- Add `--no-download` and `extractor.*.download` disable file downloads (#220)
- Add `-A/--abort` to specify the number of consecutive download skips before
  aborting
- Interpret `-1` as infinite retries (#300)
- Implement custom log message formats per log-level (#304)
- Implement an `mtime` post-processor that sets file modification times
  according to metadata fields (#332)
- Implement a `twitter.content` option to enable tweet text extraction
  (#333, #338)
- Enable `date-min/-max/-format` options for `tumblr` (#337)

### Changes
- Set file modification times according to their `Last-Modified` header when
  downloading (#236, #277)
    - Use `--no-mtime` or `downloader.*.mtime` to disable this behavior
- Duplicate download URLs are no longer silently ignored (controllable with
  `extractor.*.image-unique`)
- Deprecate `--abort-on-skip`

### Fixes
- Retry downloads on OpenSSL exceptions (#324)
- Ignore unavailable pins on `sexcom` instead of raising an exception (#325)
- Use Firefox's SSL/TLS ciphers to prevent Cloudflare CAPTCHAs (#342)
- Improve folder name matching on `deviantart` (#343)
- Forward cookies to `youtube-dl` to allow downloading private videos
- Miscellaneous fixes for `35photo`, `500px`, `newgrounds`, `simplyhentai`
2019-07-19 20:38:40 +00:00
leot
467cc3d2cc gallery-dl: Update to 1.8.7
Changes:
1.8.7
-----
Additions:
 - Support for
   - `vanillarock` (#254)
   - `nsfwalbum`   (#287)
 - `artist` and `tags` metadata for `hentaicafe` (#238)
 - `description` metadata for `instagram` (#310)
 - Format string option to replace a substring with another
   - `R<old>/<new>/` (#318)

Changes:
 - Delete empty archives created by the `zip` post-processor (#316)

Fixes:
 - Handle `hitomi` Game CG galleries correctly (#321)
 - Miscellaneous fixes for `deviantart`, `hitomi`, `pururin`, `kissmanga`,
   `keenspot`, `mangoxo`, `imagefap`
2019-06-30 19:28:59 +00:00
leot
cfd2dcce56 gallery-dl: Update to 1.8.6
Changes:
1.8.6
-----
### Additions
 - Support for
   - `slickpic` (#249)
   - `xhamster` (#281)
   - `pornhub`  (#282)
   - `8muses`   (#305)
 - `extra` option for `deviantart` to download Sta.sh content linked in
   description texts (#302)
### Changes
 - Detect `directlink` URLs with upper case filename extensions (#296)
### Fixes
 - Improved error handling for `tumblr` API calls (#297)
 - Fixed extraction of `livedoor` blogs (#301)
 - Fixed extraction of special `deviantart` Sta.sh items (#307)
 - Fixed pagination for specific `keenspot` comics
2019-06-14 19:36:46 +00:00
leot
3b40b7a86f gallery-dl: Update to 1.8.5
Changes:
1.8.5
-----
### Additions
- Support for
  - `keenspot` (#223)
  - `sankakucomplex` (#258)
- `folders` option for `deviantart` to add a list of containing folders to
  each file's metadata (#276)
- `captcha` option for `kissmanga` and `readcomiconline` to control CAPTCHA
  handling (#279)
- `filename` metadata for files downloaded with youtube-dl (#291)

### Changes
- Adjust `wallhaven` extractors to new page layout:
  - use API and add `api-key` option
  - removed traditional login support
- Provide original filenames for `patreon` downloads (#268)
- Use e-hentai.org or exhentai.org depending on input URL (#278)

### Fixes
- Fix pagination over `sankaku` popular listings (#265)
- Fix folder and collection extraction on `deviantart` (#271)
- Detect "AreYouHuman" redirects on `readcomiconline` (#279)
- Miscellaneous fixes for `hentainexus`, `livedoor`, `ngomik`
2019-06-01 19:33:12 +00:00
leot
fa82eb1a95 gallery-dl: Update to 1.8.4
Changes:
### Additions
 - Support for
   - `patreon` (#226)
   - `hentainexus` (#256)
 - `date` metadata fields for `pixiv` (#248), `instagram` (#250),
   `exhentai`, and `newgrounds`
### Changes
 - Improved `flickr` metadata and video extraction (#246)
### Fixes
 - Download original GIF animations from `deviantart` (#242)
 - Ignore missing `edge_media_to_comment` fields on `instagram` (#250)
 - Fix serialization of `datetime` objects for `--write-metadata` (#251, #252)
 - Allow multiple post-processor command-line options at once (#253)
 - Prevent crash on `booru` sites when no tags are available (#259)
 - Fix extraction on `instagram` after `rhx_gis` field removal (#266)
 - Avoid Cloudflare CAPTCHAs for Python interpreters built
   against OpenSSL < 1.1.1
 - Miscellaneous fixes for `luscious`
2019-05-17 22:47:24 +00:00
leot
a9653f4962 gallery-dl: Update to 1.8.3
Changes:
1.8.3
-----
### Additions
- Support for
  - `plurk` (#212)
  - `sexcom` (#147)
- `--clear-cache`
- `date` metadata fields for `deviantart`, `twitter`, and `tumblr` (#224, #232)

### Changes
- Standalone executables are now built using PyInstaller:
  - uses the latest CPython interpreter (Python 3.7.3)
  - available on several platforms (Windows, Linux, macOS)
  - includes the `certifi` CA bundle, `youtube-dl`, and `pyOpenSSL` on Windows

### Fixes
- Patch `urllib3`'s  default list of SSL/TLS ciphers to prevent Cloudflare
  CAPTCHAs (#227)
  - Windows users need to install `pyOpenSSL` for this to take effect
- Provide fallback URLs for `twitter` images (#237)
- Send `Referer` headers when downloading from `hitomi` (#239)
- Updated login procedure on `mangoxo`
2019-05-04 21:38:37 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
leot
f553947431 gallery-dl: Update to 1.8.2
pkgsrc changes:
 - Configuration files and man pages were accidentally installed
   in etc/ and share/man.  Add a SUBST_SED in order to avoid hard-coded
   paths and install bash completions in share/bash_completions.d.

Changes:
1.8.2
=====
Additions
---------
 - Support for
   - `pixnet` (#177)
   - `wikiart` (#179)
   - `mangoxo` (#184)
   - `yaplog` (#190)
   - `livedoor` (#190)
 - Login support for `mangoxo` (#184) and `twitter` (#214)

Changes
-------
 - Increased required `Requests` version to 2.11.0

Fixes
-----
 - Improved image quality on `reactor` sites (#210)
 - Support `imagebam` galleries with more than 100 images (#219)
 - Updated Cloudflare bypass code
2019-04-12 09:48:41 +00:00
leot
de72dee83c gallery-dl: Update to 1.8.1
Changes:
1.8.1
-----
### Added
 - Support for:
   - `35photo` (#162)
   - `500px` (#185)
 - `instagram` extractor for hashtags (#202)
 - Option to get more metadata on `deviantart` (#189)
 - Man pages and bash completion (#150)
 - Snap improvements (#197, #199, #207)
### Changed
 - Metadata for `luscious` albums
 - FFmpeg arguments for `--ugoira-conv`
### Fixed
 - `tumblr` avatar URLs when not using OAuth1.0 (#193)
 - `instagram` multi-image posts (#178, #201)
 - Miscellaneous issues on `exhentai`, `komikcast`
2019-03-31 20:37:10 +00:00
leot
c676eb7732 gallery-dl: Update to 1.8.0
Changes:
1.8.0
-----
### Added
- Support for:
  - `weibo`
  - `pururin` (#174)
  - `fashionnove` (#175)
  - `shopify` sites in general (#175)
- Snap packaging (#169, #170, #187, #188)
- Automatic Cloudflare DDoS protection bypass
- Extractor and Job information for logging format strings
  - `dynastyscans` image and search extractors (#163)
  - `deviantart` scraps extractor (#168)
  - `artstation` extractor for artwork listings (#172)
  - `smugmug` video support and improved image format selection (#183)

### Changed
- More metadata for `nhentai` galleries
- Combined `myportfolio` extractors into one
- Renamed `name` metadata field to `filename` and removed the original `filename` field
- Simplified and improved internal data structures
- Optimized creation of child extractors

### Fixed
- Filter empty `tumblr` URLs (#165)
- Filter ads and improve connection speed on `hentaifoundry`
- Show proper error messages if `luscious` galleries are unavailable
- Miscellaneous issues on `mangahere`, `ngomik`, `simplyhentai`, `imgspice`

### Removed
- `seaotterscans`
2019-03-15 14:42:44 +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
5b199a0d8b gallery-dl: Update to 1.6.3
Changes:
1.6.3
-----
- Added `metadata` post-processor to write image metadata to an external
  file (#135)
- Added option to reverse chapter order of manga extractors (#149)
- Added authentication support for `danbooru` (#151)
- Added tag metadata for `exhentai` and `hbrowse` galleries
- Improved `*reactor` extractors (#148)
- Fixed extraction issues for `nhentai` (#156), `pinterest`, `mangapark`
2019-01-18 13:34:12 +00:00
leot
6e14874a73 gallery-dl: Update to 1.6.2
Changes:
1.6.2
-----
- Added support for:
  - `instagram` - https://www.instagram.com (#134)
- Added support for multiple items on sta.sh pages (#113)
- Added option to download `tumblr` avatars (#137)
- Changed defaults for visited post types and inline media on `tumblr`
- Improved inline extraction of `tumblr` posts (#133, #137)
- Improved error handling and retry behavior of all API calls
- Improved handling of missing fields in format strings (#136)
- Fixed hash extraction for unusual `tumblr` URLs (#129)
- Fixed image subdomains for `hitomi` galleries (#142)
- Fixed and improved miscellaneous issues for `kissmanga` (#20), `luscious`,
  `mangapark`, `readcomiconline`
2019-01-01 20:09:26 +00:00
leot
6ed334b13a gallery-dl: Update net/gallery-dl to 1.6.1
Changes:
1.6.1
-----
 - Added support for:
   - `joyreactor` (#114)
   - `pornreactor` (#114)
   - `newgrounds` (#119)
 - Added extractor for search results on `luscious` (#127)
 - Fixed filenames of ZIP archives (#126)
 - Fixed extraction issues for `gfycat`, `hentaifoundry` (#125), `mangafox`
2018-11-28 19:56:58 +00:00
leot
c844b717e7 gallery-dl: Update net/gallery-dl to 1.6.0
Changes:
1.6.0
-----
- Add wallhaven extractor
- Add yuki extractor
- Add a ytdl (youtube-dl) downloader to download media via youtube-dl
  (Unfortunately at the moment youtube-dl package is not a multipackage (we do
  not have py{27,34,35,37}-youtube-dl so this will work only if youtube-dl was
  built with the same PYTHON_VERSION_DEFAULT of gallery-dl))
- Add '--no-check-certificate' command-line option
- Misc bug fixes and improvements
2018-11-18 10:51:38 +00:00
leot
b9b3b70915 gallery-dl: Add dependency to sqlite3 2018-10-01 20:07:23 +00:00
leot
012eee4546 gallery-dl: Update net/gallery-dl to 1.5.3
Changes:
1.5.3
-----
- Added support for:
   + hentaicafe - https://hentai.cafe/ (#101)
   + bobx - http://www.bobx.com/dark/
- Added black-/whitelist options for post-processor modules
- Added support for tumblr inline videos (#102)
- Fixed extraction of smugmug albums without owner (#100)
- Fixed issues when using default config values with reddit extractors (#104)
- Fixed pagination for user favorites on sankaku (#106)
• Fixed a crash when processing deviantart journals (#108)
2018-09-14 17:55:07 +00:00
leot
07e4d1011e gallery-dl: Update net/gallery-dl to 1.5.2
Changes:
1.5.2
-----
- Added support for `twitter` timelines
- Added option to suppress FFmpeg output during ugoira conversions
- Improved filename formatter performance
- Improved inline image quality on `tumblr`
- Fixed image URLs for newly released `mangadex` chapters
- Fixed a smaller issue with `deviantart` journals
- Replaced `subapics` with `ngomik`
2018-08-31 19:18:59 +00:00
leot
de495d8a9b gallery-dl: Update net/gallery-dl to 1.5.1
Changes:
1.5.1
-----
- Added support for:
   * `piczel` - https://piczel.tv/
- Added support for related pins on `pinterest`
- Fixed accessing "offensive" galleries on `exhentai` (#97)
- Fixed extraction issues for `mangadex`, `komikcast` and `behance`
- Removed original-image functionality from `tumblr`, since "raw"
  images are no longer accessible
2018-08-17 14:50:52 +00:00
leot
f59ea1c5f8 gallery-dl: Update net/gallery-dl to 1.5.0
Changes:
1.5.0
-----
- Added support for:
  - `behance` - https://www.behance.net/
  - `myportfolio` - https://www.myportfolio.com/ (#95)
- Added custom format string options to handle long strings (#92, #94)
  - Slicing: `"{field[10:40]}"`
  - Replacement: `"{field:L40/too long/}"`
- Improved frame rate handling for ugoira conversions
- Improved private access token usage on `deviantart`
- Fixed metadata extraction for some images on `nijie`
- Fixed chapter extraction on `mangahere`
- Removed `whatisthisimnotgoodwithcomputers`
- Removed support for Python 3.3
2018-08-03 16:19:11 +00:00
leot
d57bcd47c4 gallery-dl: Update net/gallery-dl to 1.4.2
Changes:
1.4.2
-----
 - Added image-pool extractors for safebooru and rule34
 - Added option for extended tag information on booru sites (#92)
 - Added support for DeviantArt's new URL format
 - Added support for mangapark mirrors
 - Changed imagefap extractors to use HTTPS
 - Fixed crash when skipping downloads for files without known extension
2018-07-14 11:09:30 +00:00
leot
ac2df4bd26 gallery-dl: Update net/gallery-dl to 1.4.1
Changes:
1.4.1
-----
 - Added an ugoira post-processor to convert pixiv animations to WebM
 - Added --zip and --ugoira-conv command-line options
 - Changed how ugoira frame information is handled
    * instead of being written to a separate file, it is now made
      available as metadata field of the ZIP archive
 - Fixed manga and chapter titles for mangadex
 - Fixed file deletion by post-processors
2018-06-23 08:53:31 +00:00
leot
92129a28c1 gallery-dl: Update net/gallery-dl to 1.4.0
Changes:
1.4.0
-----
* Added support for:
   - `simplyhentai` (#89)
* Added extractors for
   - `pixiv` search results and followed users
   - `deviantart` search results and popular listings
* Added post-processors to perform actions on downloaded files
* Added options to configure logging behavior
* Added OAuth support for `smugmug`
* Changed `pixiv` extractors to use the AppAPI,
  this breaks `favorite` archive IDs and changes some metadata fields
* Changed the default filename format for `tumblr` and renamed `offset` to
  `num`
* Fixed a possible UnicodeDecodeError during installation (#86)
* Fixed extraction of `mangadex` manga with more than 100 chapters (#84)
* Fixed miscellaneous issues for `imgur`, `reddit`, `komikcast`, `mangafox`
  and `imagebam`
2018-06-10 12:00:24 +00:00
leot
5ac5dfba49 gallery-dl: Update net/gallery-dl to 1.3.5
Changes:
1.3.5
-----
 - Added support for:
    * smugmug - https://www.smugmug.com/
 - Added title information for mangadex chapters
 - Improved the pinterest API implementation (#83)
 - Improved error handling for deviantart and tumblr
 - Removed gomanga and puremashiro
2018-05-06 10:01:56 +00:00
leot
c66bfbb8e1 gallery-dl: Update net/gallery-dl to 1.3.4
Changes:
1.3.4
-----
* Added support for custom OAuth2 credentials for `pinterest`
* Improved rate limit handling for `tumblr` extractors
* Improved `hentaifoundry` extractors
* Improved `imgur` URL patterns
* Fixed miscellaneous extraction issues for `luscious` and `komikcast`
* Removed `loveisover` and `spectrumnexus`
2018-04-21 09:25:16 +00:00
leot
579461f10f gallery-dl: Update net/gallery-dl to 1.3.3
Changes:
## 1.3.3 - 2018-04-06
- Added extractors for
   * `nhentai` search results
   * `exhentai` search results and favorites
   * `nijie` doujins and favorites
- Improved metadata extraction for `exhentai` and `nijie`
- Improved `tumblr` extractors by avoiding unnecessary API calls
- Fixed Cloudflare DDoS protection bypass
- Fixed errors when trying to print unencodable characters
2018-04-07 16:36:24 +00:00
leot
1a53213525 gallery-dl: Update net/gallery-dl to 1.3.2
Changes:
1.3.2
-----
 * Added extractors for `artstation` albums, challenges and search results
 * Improved URL and metadata extraction for `hitomi`and `nhentai`
 * Fixed page transitions for `danbooru` API results (#82)
2018-03-24 10:32:01 +00:00
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
6043767ce6 gallery-dl: Update net/gallery-dl to 1.0.2
Changes:
1.0.2
-----
* Added an option to set a custom user-agent string
* Improved retry behavior for failed HTTP requests
* Improved `seiga` by providing better metadata and getting more than the
  latest 200 images
* Improved `tumblr` by adding support for all post types, scanning for inline
  images and following external links] (#48)
* Fixed extraction issues for `hbrowse`, `khinsider` and `senmanga`
2017-11-25 18:34:23 +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