Skip to content

v1.0.6 (2011-02-19)

Compare
Choose a tag to compare
@jodal jodal released this 20 Mar 09:51

The 1.0.6 release includes two bugfixes, five new crawlers, and many updated crawlers. Also, most crawler schedules have been updated to make the status page more useful.

Bugfixes

  • comics.aggregator.lxmlparser.LxmlParser methods now returns an empty list if allow_multiple is :class:True and no value is given for default. This ensures that using the return value in for loops will not fail if no matches are found.
  • comics.aggregator.crawler.CrawlerBase.get_crawler_release does no longer create empty releases if the do_crawl method returns false values, like empty lists. It previously only stopped processing if do_crawl returned None.
  • Remove safe filter from title text, and explicitly use escape, even though they should be implicitly escaped. Thanks to XKCD #859.

Crawlers

  • A lot of comic release schedule updates.
  • New: nerfnow
  • New: romanticallyapocalyptic
  • New: schlockmercenary
  • New: spaceavalanche
  • New: treadingground
  • Update butternutsquash which is no longer published.
  • Update charliehorse which is no longer published.
  • Update garfield to include Sunday editions.
  • Update hipsterhitler to work after feed change.
  • Update idiotcomics which is no longer published.
  • Update inktank which is no longer published.
  • Update intelsinsides which is no longer published.
  • Update kiwiblitz to work after feed change.
  • Update lifewithrippy which is no longer published.
  • Update pcweenies to work after feed change.
  • Update petpeevy which is no longer published.
  • Update smbc to work after feed change.
  • Update superpoop which is no longer published.
  • Update thegutters to use feed instead of broken page parser.
  • Update threepanelsoul to work after feed change.
  • Update userfriendly to support reruns.
  • Update wulffmorgenthaler to work after site change.