Added download cover functionality

This commit is contained in:
glax
2023-05-18 19:56:06 +02:00
parent f92bcebe04
commit c283cbd9a9
3 changed files with 22 additions and 2 deletions

View File

@ -29,6 +29,9 @@ public static class Tranga_Cli
Chapter[] allChapteres = connector.GetChapters(selectedPub, "en");
Chapter[] downloadChapters = SelectChapters(allChapteres);
if(downloadChapters.Length > 0)
connector.DownloadCover(selectedPub);
foreach (Chapter chapter in downloadChapters)
{