From: mjo Date: Tue, 2 Sep 2008 22:17:12 +0000 (-0400) Subject: Added a documentation directory with a short todo list. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=commitdiff_plain;h=c062e7dbc430c3a609aa677eece1ab8afec7a2ef Added a documentation directory with a short todo list. --- diff --git a/doc/todo.txt b/doc/todo.txt new file mode 100644 index 0000000..e476e3b --- /dev/null +++ b/doc/todo.txt @@ -0,0 +1,5 @@ +1) Refactor the download file naming procedure so that it's the + responsibility of the website (sub)class. + +2) Possibly generalize the http retrieval process (get_page_data et + al) into a Website method.