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