summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar ryuslash2010-01-17 03:48:23 +0100
committerGravatar ryuslash2010-01-17 03:48:23 +0100
commit025a723a5a201009da392bca4c27c4eb25e9e734 (patch)
tree8a16a78a0326c78ab6cdca270623986bcc369dcd /.gitignore
parentfb65246575871e0129b80911c3610606884451b0 (diff)
download4grab-025a723a5a201009da392bca4c27c4eb25e9e734.tar.gz
4grab-025a723a5a201009da392bca4c27c4eb25e9e734.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b25c15b..2f836aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*~
+*.pyc