Python script that scrapes public and private Mailman archive pages and republishes them to local files, and generates an RSS feed of recent emails.
I have an error executing the script. Traceback (most recent call last): File "./MailmanArchiveScraper.py", line 531, in <module> main() File "./MailmanArchiveScraper.py", line 527, in main scraper.scrape() File "./MailmanArchiveScraper.py", line 181, in scrape self.scrapeList() File "./MailmanArchiveScraper.py", line 321, in scrapeList (month, year) = row('td')[0].string.split() ValueError: too many values to unpack Any idea ?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Couby and has received 5 comments.