mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Holy moly a fix for Mangasee
This commit is contained in:
parent
d211dd2d01
commit
05190bc9e2
@ -199,8 +199,8 @@ public class Mangasee : MangaConnector
|
|||||||
string? volumeNumber = m.Groups[2].Success ? m.Groups[2].Value : "1";
|
string? volumeNumber = m.Groups[2].Success ? m.Groups[2].Value : "1";
|
||||||
string chapterNumber = m.Groups[1].Value;
|
string chapterNumber = m.Groups[1].Value;
|
||||||
|
|
||||||
url = string.Concat(Regex.Match(url, @"(.*)-page-[0-9]+(\.html)").Groups.Values.Select(v => v.Value));
|
string chapterUrl = Regex.Replace(url, @"-page-[0-9]+(\.html)", ".html");
|
||||||
chapters.Add(new Chapter(manga, "", volumeNumber, chapterNumber, url));
|
chapters.Add(new Chapter(manga, "", volumeNumber, chapterNumber, chapterUrl));
|
||||||
}
|
}
|
||||||
|
|
||||||
//Return Chapters ordered by Chapter-Number
|
//Return Chapters ordered by Chapter-Number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user