projects
/
winfreed.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ca39d
)
winfreed.py: remove TODO entries from code
author
Antonio Ospite <ospite@studenti.unina.it>
Sat, 17 Aug 2013 17:08:15 +0000
(19:08 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 17 Aug 2013 17:09:12 +0000
(19:09 +0200)
TODO items are now in the TODO file.
winfreed.py
patch
|
blob
|
history
diff --git
a/winfreed.py
b/winfreed.py
index
ca3cd32
..
e7f186e
100755
(executable)
--- a/
winfreed.py
+++ b/
winfreed.py
@@
-24,14
+24,9
@@
import ConfigParser
import urllib2
from progressbar import Bar, ETA, FileTransferSpeed, Percentage, ProgressBar
-# TODO:
-# - support win64
-
-# TODO make OUTPUT_DIR and LANGCODE configurable from command line
OUTPUT_DIR = 'downloads'
LANGCODE = 'en-US'
-# TODO PKG_DIR in $(datadir) or something like that for python projects
PKG_DIR = 'pkgs'
CHUNK_SIZE = 8192