projects
/
winfreed.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a60f74
)
winfreed.py: add "support win64" as a TODO entry
author
Antonio Ospite <ospite@studenti.unina.it>
Sun, 6 May 2012 15:59:05 +0000
(17:59 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sun, 6 May 2012 15:59:05 +0000
(17:59 +0200)
winfreed.py
patch
|
blob
|
history
diff --git
a/winfreed.py
b/winfreed.py
index
362911a
..
6051d24
100755
(executable)
--- a/
winfreed.py
+++ b/
winfreed.py
@@
-24,6
+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'