mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-13 06:47:54 +02:00
Upgraded test-setup
This commit is contained in:
@ -7,8 +7,9 @@ public class Program
|
|||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
MangaDex mangaDexConnector = new MangaDex("D:");
|
MangaDex mangaDexConnector = new MangaDex("D:");
|
||||||
Publication[] publications = mangaDexConnector.GetPublications();
|
Publication[] publications = mangaDexConnector.GetPublications("test");
|
||||||
Console.ReadKey();
|
Chapter[] chapters = mangaDexConnector.GetChapters(publications[1]);
|
||||||
|
mangaDexConnector.DownloadChapter(publications[1], chapters[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user