Tagged with infoqscraper

Infoqscraper 0.0.6

I just released infoqscraper v0.0.6 since v0.0.5 is no longer working.

This is a minor version. It fixes a few regressions that had been introduced by lightweight, but fatal, markup changes:

  • [presentation list] some of the presentation were displayed several times
  • [presentation list] crash if a presention has at least one comment
  • [presentation download] unable to extrac the timecodes

As usual, the release has been uploaded to Pypi. Please report any issue.

Tagged ,

Infoqscraper 0.0.5

I just released infoqscraper v0.0.5 a few days ago. This is a minor version, it fixes a few dependency related issues. If v0.0.4 works fine on your machine then there is no reason to upgrade this time.

Changelog:

  • Avoid a warning message with Python >= 2.7 (argparse)
  • Fix a regression introduced by BeautifulSoup 4.2.0

I have not investigated why the html5lib parser no longer works with BeautifulSoup 4.2.0. Switching back to the standard BS parser fixed the issue for both 4.1.x & 4.2.x. Problem solved.

As usual, the release has been uploaded to Pypi.

Tagged ,