mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
#68 corrected url in GetChapters
This commit is contained in:
parent
c71aec8882
commit
88876fb8f4
@ -120,7 +120,7 @@ public class MangaLife : MangaConnector
|
|||||||
public override Chapter[] GetChapters(Manga manga, string language="en")
|
public override Chapter[] GetChapters(Manga manga, string language="en")
|
||||||
{
|
{
|
||||||
Log($"Getting chapters {manga}");
|
Log($"Getting chapters {manga}");
|
||||||
DownloadClient.RequestResult result = downloadClient.MakeRequest($"https://mangasee123.com/rss/{manga.publicationId}.xml", 1);
|
DownloadClient.RequestResult result = downloadClient.MakeRequest($"https://manga4life.com/rss/{manga.publicationId}.xml", 1);
|
||||||
if ((int)result.statusCode < 200 || (int)result.statusCode >= 300)
|
if ((int)result.statusCode < 200 || (int)result.statusCode >= 300)
|
||||||
{
|
{
|
||||||
Log("Failed to load chapterinfo");
|
Log("Failed to load chapterinfo");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user