1
0
Fork 0
  • 0.5.0 245e33f40d

    Arav released this 2021-05-03 02:47:21 +04:00 | 5 commits to master since this release

    Added

    • Now program makes use of skip_posts argument. Use CLI option -S <number>
      or --skip-posts <number> to set how much posts you want to skip.

    Changed

    • Better, minified messages;
    • Fixed inheritance of Scraper's subclasses and its sane rewrite that led to
      future easy extension with way less repeating.
    • Added a general class TinyboardLikeParser that implements post parser for
      all imageboards based on it or the ones that have identical JSON API. From now
      on all such generalisation classes will end with *LikeParser;
    • Changed file_base_url for 8kun.top.

    Removed

    • Support for Lolifox, since it's gon
    Downloads