summaryrefslogtreecommitdiffstats
path: root/progressbar.py
Commit message (Collapse)AuthorAgeFilesLines
* self.fill_char was named self.fill_cahrGravatar ryuslash2010-01-171-1/+1
|
* progress bar windowsGravatar ryuslash2010-01-171-4/+5
| | | | * Made the progress bar 1 character smaller by default, good for windows CMD
* Parser seperation, progress barGravatar ryuslash2010-01-171-0/+27
* 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