Commit graph

3 commits

Author SHA1 Message Date
Tom Willemsen
02524e6780 Moved away from deprecated SGMLlib parser
I'd heard that the SGMLlib parser had been deprecated in favor of
HTMLParser, so now I've moved to that.
2011-06-11 11:38:21 +02:00
ryuslash
68be1fe204 Added license info and README 2010-02-09 02:45:56 +01:00
ryuslash
025a723a5a Parser seperation, progress bar
* Seperated the parser from the downloader code.
* Added a progressbar class, to make it look fancier
* Created some functions to do all the work in downloader.py, cleaner now
* Changed parser.py to htmlparser.py, since it was conflicting with a built-in module
2010-01-17 03:48:23 +01:00