Skip to content

Releases: lurkbbs/e621dl

e621dl 5.6.0

24 Nov 22:36
Compare
Choose a tag to compare

Reconnects, more stats, improved multithreading, prefilters

  • e621dl ability to recover from network failure upped,
    and a lot. Now you can actually plug and unplug network
    cable and it will continue working. Main improvement was
    around network reset during file download. It hanged all
    app forever before. Now it's not.

  • A lot of new stat numbers added. How many files was
    downloaded, how many posts was filtered, how many files
    was copied or just already was there.

  • Before files were downloaded in parallel only if they were
    in the same folder (section, to be precise). Now they are
    downloaded cross-section but only for one batch of 320
    post from prefilter. Obviously, improvement is only to
    those how actually use prefilter.

  • Prefilters are now can be more than one. They will be
    processed in order of appearance. It can be used if
    you want to download e.g. images before videos.
    Also, if you know exactly how you can narrow one
    big prefilter into many small.

e621dl 5.5.0

20 Oct 23:46
Compare
Choose a tag to compare

New status screen and subcategories

  • Added subcategories, an ability to use search group
    as subfilter inside another search. See README.md
    for details. There is some special processing for
    an empty subcategory, as well as some caveat if used
    with Default section.

  • Console window has static status lines now instead of
    constant stream of events. Additionaly, processed posts
    counter added, to show than app is still working.
    So, new external dependency was added, colorama.
    While it's needed only on Windows platform, you
    still need everywhere because I'm lazy.

  • Finally, README.md is changed to describe subcategory
    feature in great details.

e621dl 5.4.1

05 May 19:34
Compare
Choose a tag to compare

Bugfix: Cache won't work if no custom filename format set.
Edit: Bugfix: If files had custom format, partial download at start was not working correctly

e621dl 5.4.0

08 Apr 20:39
6b7b4dc
Compare
Choose a tag to compare

New in this release:

  • Massive documentation update
  • order:smth metatag family support
  • Ability to custom format how output file names should look like.
  • API request rate is slowed down to 1 request per second to comply with e621 rate limiting policy: "You should make a best effort not to make more than one request per second over a sustained period."

e621dl 5.2.1

24 Feb 18:48
Compare
Choose a tag to compare

Bugfix: metatags are now actually can be used

e621dl 5.2.0

17 Feb 10:33
Compare
Choose a tag to compare

New in this version:

  • Restored subfolders making in download folder
  • Bugfix in tag aliases discovery
  • Cloudflare captcha handling

e621dl 5.0.1

26 Nov 12:04
Compare
Choose a tag to compare
Cleanup and renames

* Removed unnecessary import from remote.py

* Renamed lib subfolder so i can actually build e621.exe
  with pyinstaller. Imports modified accordingly