Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
457 stars 49 forks source link

MangaDex: Add -last flag #43

Closed bake closed 4 years ago

bake commented 4 years ago

Hi, another change I forgot in my last PR: Adding a -last flag to MangaDex. The library sorts chapters by their ID so it's just a if last { urls = urls[len(urls)-1:] } to skip older chapters.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 223


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/sites/mangadex.go 1 6 16.67%
<!-- Total: 1 6 16.67% -->
Totals Coverage Status
Change from base Build 222: -0.5%
Covered Lines: 637
Relevant Lines: 810

💛 - Coveralls
bake commented 4 years ago

Sure, I'll add them later this week.

bake commented 4 years ago

Sorry, it took a little longer.

Girbons commented 4 years ago

Don't worry @bake!

Thanks again :)