parseNovel

public abstract Novel.Info parseNovel(String novelURL, Boolean loadChapters)

Using the novel url, Requests for information on the novel

Parameters

novelURL

url of novel, will be fed into expandURL with KEY_NOVEL_URL

loadChapters

option to load chapters or not, for minor performance options (and debug)