Skip to content

Commit

Permalink
Изменилась разметка на ридманге и адультманге.
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkAlex committed Apr 4, 2015
1 parent bf42feb commit 8e408e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangaReader/Manga/Grouple/Getter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public static List<Uri> GetImagesLink(Uri uri)
document.LoadHtml(Page.GetPage(uri));

var firstOrDefault = document.DocumentNode
.SelectNodes("//div[@class=\"pageBlock reader-bottom\"]")
.SelectNodes("//div[@class=\"pageBlock container reader-bottom\"]")
.FirstOrDefault();

if (firstOrDefault == null)
Expand Down

0 comments on commit 8e408e6

Please sign in to comment.