Skip to content

2.3.0

Compare
Choose a tag to compare
@jkowalleck jkowalleck released this 26 Jan 10:02
· 46 commits to master since this release
9644dab

Breaking changes

  • nichtparasoup config --check's "duplicate image crawler" is no longer a Warning but an Error.
  • renamed nichtparasoup.testing.config.ConfigFilesTest to ConfigFileTest - without an "s".

Changes

  • nichtparasoup config --check now does a probe crawl.
  • class ImageCrawlerInfo lost support for positional arguments, supports keyword-arguments only - prepare future extensibility.
  • class Image lost support for positional arguments, supports keyword-arguments only - prepare future extensibility.

Added

  • added image crawler for pr0gramm - Read the docs.
  • added additional test function: nichtparasoup.testing.config.ConfigFileTest.probe().