MangaEx.Utils.ParserUtils (manga_ex v0.5.0)

Link to this section Summary

Link to this section Functions

Link to this function

generate_chapter_lists(chapters)

Specs

generate_chapter_lists([{chapter_url :: String.t(), chapter :: String.t()}]) ::
  %{
    special_chapters: [{chapter_url :: String.t(), chapter :: String.t()}],
    chapters: [{chapter_url :: String.t(), chapter :: integer()}]
  }