X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=doc%2Ftodo.txt;h=ed0bbe8a7d209678a27f9e43af691344e85e9e7e;hp=36ed738fcf8a46febdb99f82e6c21657c6374fb2;hb=810ba77e00655c6422e575751188d8289f76116d;hpb=6abf9e6fb867108e5d815373c8b4fb0365ee15b3 diff --git a/doc/todo.txt b/doc/todo.txt index 36ed738..ed0bbe8 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -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.