Add vertical viewer. Allow to select a viewer

This commit is contained in:
inorichi
2015-10-24 22:47:34 +02:00
parent 0a9b84ea11
commit c7e9016ad7
9 changed files with 146 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ public class Batoto extends Source {
private Chapter constructChapterFromHtmlBlock(Element chapterElement) {
Chapter newChapter = Chapter.newChapter();
Element urlElement = chapterElement.select("a[href^=http://bato.to/read/").first();
Element urlElement = chapterElement.select("a[href^=http://bato.to/reader").first();
Element nameElement = urlElement;
Element dateElement = chapterElement.select("td").get(4);