mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-07 03:14:17 +02:00
Add Publication to DownloadChapter Method, to later correctly save images.
This commit is contained in:
@ -7,7 +7,12 @@ public abstract class Connector
|
||||
public abstract string name { get; }
|
||||
public abstract Publication[] GetPublications();
|
||||
public abstract Chapter[] GetChapters(Publication publication);
|
||||
public abstract void DownloadChapter(Chapter chapter); //where to?
|
||||
public abstract void DownloadChapter(Publication publication, Chapter chapter); //where to?
|
||||
|
||||
internal void DownloadChapter(string url)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
internal class DownloadClient
|
||||
{
|
||||
|
Reference in New Issue
Block a user