mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-07 03:14:17 +02:00
Added download cover functionality
This commit is contained in:
@ -16,6 +16,7 @@ public abstract class Connector
|
||||
public abstract Chapter[] GetChapters(Publication publication, string language = "");
|
||||
public abstract void DownloadChapter(Publication publication, Chapter chapter); //where to?
|
||||
protected abstract void DownloadImage(string url, string savePath);
|
||||
public abstract void DownloadCover(Publication publication);
|
||||
|
||||
internal void DownloadChapter(string[] imageUrls, string saveArchiveFilePath)
|
||||
{
|
||||
|
Reference in New Issue
Block a user