]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commitdiff
Move the TODO I just wrote into the todo.txt document.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Feb 2011 03:16:04 +0000 (22:16 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Feb 2011 03:16:04 +0000 (22:16 -0500)
doc/todo.txt
src/websites/mentalzero.rb

index 36ed738fcf8a46febdb99f82e6c21657c6374fb2..ed0bbe8a7d209678a27f9e43af691344e85e9e7e 100644 (file)
@@ -1,2 +1,8 @@
 1) It's about time I separated VALID_FOO_URL_REGEX into a list of
    possible regular expressions.
+
+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.
index e2ce6bfc3c96117cf4baba8d1b8eb566107520c8..60b83ac521331894f493d5b160d26ca2e7377551 100644 (file)
@@ -37,11 +37,6 @@ class Mentalzero < Website
 
 
   def get_video_filename()
-    #
-    # TODO: Merge this with the algorithm in the Xvideos class. Only
-    # the last lines differ. Maybe we could have a collection of
-    # filename-getting algorithms.
-    #
     # Override the default since a nice human-readable name is right
     # at the end of @url.
     file_and_params = @url.split('/').pop()