Girbons / comics-downloader

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

[Draft] Multiple urls per site #122

Closed bhm closed 1 year ago

bhm commented 1 year ago

SPOILER: Not a go lang dev

WHY: Sites will redirect to another url and tool will fail. Both servers are often valid when using the tool, one will always fail though.

WHAT:

  1. Upgrade golang to 1.18 - slices library has the contains function
  2. Add draft of switch-case to support multiple urls.
Girbons commented 1 year ago

Hey @bhm thanks for the pr, it looks good! In the next days Im going to do a release 😄