Commit graph

23 commits

Author SHA1 Message Date
ryuslash
caba2811b9 KeyboardInterrupt, 80 columns
Keyboard Interruption (CTRL+C) should now be handled gracefully
Tried making the 4grab.py file no more than 80 columns wide
2010-03-12 21:50:10 +01:00
ryuslash
b546de2645 /bin/env seems less reliable than /usr/bin/python 2010-03-10 12:13:27 +01:00
ryuslash
a77b9c9d09 Merged 2010-03-07 00:31:40 +01:00
ryuslash
ba6b659fb8 Removed download.py dependency
download.py no longer requires progressbar.py, it now contains a class that accepts another class as a parameter, this may be useful later when adding different ways of interaction
2010-03-07 00:20:37 +01:00
ryuslash
9ed19eae00 Who knows what the hell I did this time 2010-02-12 00:34:36 +01:00
ryuslash
d41ab5335e Removed some comments 2010-02-12 00:18:34 +01:00
ryuslash
5516dbbcae Stopped saying Failed and Skipped things
Now it summarizes at the end
2010-02-12 00:04:34 +01:00
ryuslash
c85a69a893 Added a wizard
The wizard uses his robe and wizard hat to help you download images
2010-02-11 23:46:23 +01:00
ryuslash
f09ea95c84 Added --thread
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.
2010-02-11 22:05:37 +01:00
ryuslash
420bc469a4 Added --category
With --category, a category can be specified which will be downloaded, but only that run, next time the configured category will take over again
2010-02-11 21:20:16 +01:00
ryuslash
68be1fe204 Added license info and README 2010-02-09 02:45:56 +01:00
ryuslash
1b09267876 configuration settings and startfile
Configuration Settings can now be changed with the -e command line argument
execution of 4grab has been moved to 4grab.py, but should also still work with download.py
2010-02-09 02:10:17 +01:00
ryuslash
91e0b5dc66 merged with commit from RAAM 2010-02-09 01:35:17 +01:00
ryuslash
32c4471273 working on the command-line arguments here 2010-02-09 01:32:42 +01:00
ryuslash
cc571e6d80 Still wasn't working on windows
if savedir did not exists, then downloading would never work. Now if it does not exist, it is created, or it crashes and burns if it isn't allowed.
2010-02-08 01:48:12 +01:00
unknown
7707d5d3c6 Fixed in windows
Windows was giving trouble with the os.getenv(HOME) which can be executed in the python shell and IDLE and will return C:\Documents and Settings\username\, but when running a script it will return None.
If os.getenv(HOME) is None, then now the exec dir will be used instead
2010-02-08 01:24:18 +01:00
ryuslash
53c7802ae2 Configuration
* A configuration file is made if one hasn't been found
* Certain values (currently download category and location) are stored in config file.
2010-01-26 20:20:39 +01:00
ryuslash
c737789105 Started working on configuration file 2010-01-18 20:08:38 +01:00
ryuslash
4a10e87d3d self.fill_char was named self.fill_cahr 2010-01-17 16:55:11 +01:00
ryuslash
e750aada18 progress bar windows
* Made the progress bar 1 character smaller by default, good for windows CMD
2010-01-17 16:43:42 +01:00
ryuslash
10f2f918a1 added crunchbang 2010-01-17 03:56:00 +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
ryuslash
fb65246575 Initial commit
Can download images from /w/
2010-01-15 08:22:17 +01:00