summaryrefslogtreecommitdiffstats
path: root/progressbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed some commentsGravatar ryuslash2010-02-121-4/+0
|
* Added --threadGravatar ryuslash2010-02-111-4/+24
| | | | | | With --thread a signle thread ID or thread URL can be entered. If thread is a URL, it will download it. If thread is an ID, a category must also be set.
* Added license info and READMEGravatar ryuslash2010-02-091-0/+19
|
* 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