v613 / toonily-dl

Download comics from Toonily.com website
MIT License
7 stars 0 forks source link

also download cover #2

Closed Shikitsuna closed 8 months ago

Shikitsuna commented 8 months ago

if possible, download convers and put it into the chapter folders so it will be like \books\chapter x\images.png \book\cover.png

v613 commented 8 months ago

Thanks @Shikitsuna for a good idea. If I understood you correctly, you mean

graph TD;
  Book-->Chapter1;
  Book-->ChapterX;
  Book-->Cover.png;

  Chapter1-->Image1;
  Chapter1-->ImageX;

  ChapterX-->image1;
  ChapterX-->imageX;
Shikitsuna commented 8 months ago

Correct , so if i imported to a file/app the cover woudln't be too long since usually apps take any possible file inside the folders, like tachi/hentoid/perfect viewer

v613 commented 8 months ago

Implemented in release v0.1.1