Should follow the existing ListImport model and duck type. For more information look at ListImport::MyAnimeList, which imports a MAL XML file.
In this case, however, it needs to use input_text instead of input_file (to get the username/URL), and then use Nokogiri to scrape the list from HTML. For an example list, see http://mydramalist.com/dramalist/Sawada_makino (some random guy who I just found on the MDL frontpage)
Should follow the existing ListImport model and duck type. For more information look at
ListImport::MyAnimeList
, which imports a MAL XML file.In this case, however, it needs to use
input_text
instead ofinput_file
(to get the username/URL), and then use Nokogiri to scrape the list from HTML. For an example list, see http://mydramalist.com/dramalist/Sawada_makino (some random guy who I just found on the MDL frontpage)