mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-15 07:47:54 +02:00
#68 corrected url in GetChapters
This commit is contained in:
@ -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");
|
||||||
|
Reference in New Issue
Block a user