mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-07 03:14:17 +02:00
Add optional value to search for Manga instead of downloading all
GetPublications(string = null)
This commit is contained in:
@ -6,7 +6,7 @@ public abstract class Connector
|
||||
{
|
||||
internal abstract string downloadLocation { get; }
|
||||
public abstract string name { get; }
|
||||
public abstract Publication[] GetPublications();
|
||||
public abstract Publication[] GetPublications(string publicationTitle = "");
|
||||
public abstract Chapter[] GetChapters(Publication publication);
|
||||
public abstract void DownloadChapter(Publication publication, Chapter chapter); //where to?
|
||||
|
||||
|
Reference in New Issue
Block a user