From: Antonio Ospite Date: Sun, 6 May 2012 15:59:05 +0000 (+0200) Subject: winfreed.py: add "support win64" as a TODO entry X-Git-Url: https://git.ao2.it/winfreed.git/commitdiff_plain/9f988faf31dbe3d8cb43f492690ab206577eef69 winfreed.py: add "support win64" as a TODO entry --- diff --git a/winfreed.py b/winfreed.py index 362911a..6051d24 100755 --- 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'