]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - doc/todo.txt
Move the TODO I just wrote into the todo.txt document.
[dead/whatever-dl.git] / doc / todo.txt
index e476e3b90811e942f6616709132c5490ee0238b2..ed0bbe8a7d209678a27f9e43af691344e85e9e7e 100644 (file)
@@ -1,5 +1,8 @@
-1) Refactor the download file naming procedure so that it's the
-   responsibility of the website (sub)class.
+1) It's about time I separated VALID_FOO_URL_REGEX into a list of
+   possible regular expressions.
 
-2) Possibly generalize the http retrieval process (get_page_data et
-   al) into a Website method.
+2) After #1 is done, the owns_url? method can be factored out.
+
+3) Merge the Mentalzero get_video_filename with the algorithm in the
+   Xvideos class. Only the last lines differ. Maybe we could have a
+   collection of filename-getting algorithms.