hummingbird-me / kitsu-tools

:hammer: The tools we use to build Kitsu, the coolest platform for anime and manga
https://kitsu.app
Apache License 2.0
2.09k stars 265 forks source link

ListImport::MyDramaList #746

Closed NuckChorris closed 7 years ago

NuckChorris commented 8 years ago

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)