From 9f988faf31dbe3d8cb43f492690ab206577eef69 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 6 May 2012 17:59:05 +0200 Subject: [PATCH] winfreed.py: add "support win64" as a TODO entry --- winfreed.py | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.1.4