question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest v2.5.1 breaks some previous features

See original GitHub issue

What happened ?

After the latest tagged version of v2.5.1, while trying to fix #36, I found that it broke some useful features.

The options which I found not working are:

  1. --use-chapter-title
  2. --no-group-name

Using the same Reproducible command, explained at #36,

mangadex-downloader "https://mangadex.org/title/296cbc31-af1a-4b5b-a34b-fee2b4cad542/-oshi-no-ko" --language "en" --cover "original" --use-compressed-image --start-chapter 1 --end-chapter 6 --save-as raw --use-chapter-title --no-group-name

If run, results somewhat like this: Screenshot_20221121_183049

Where the above mentioned command options are ignored by the app: Screenshot_20221121_183128

If I try to download “Chapter 11” from the manga, which has 2 scanlator uploads, both are being downloaded with scanlator’s name prefixed in the folder name, but chapter title is still ignored. Screenshot_20221121_185140 Screenshot_20221121_185224

So it’s basically forcing --group all to be an absolute option as well. But selecting a single group with --group XXX is still operational.

So, I get Downloaded Folders (for raw format) as: <Scanlator Group/Uploader Name> <Volume> <Chapter>, which is unexpected.

What did you expect to happen ?

I should’ve got folders/files prefixed as <Volume> <Chapter> - <Title>, as it did in the previous tagged versions.

OS version

Ubuntu 22.04

App version

mangadex-downloader v2.5.1 (https://github.com/mansuf/mangadex-downloader)
Python: 3.10.6
arch: x64
bundled executable: no

Installation origin

PyPI (Python Package Index)

Installation origin (other sources)

No response

Reproducible command

mangadex-downloader "https://mangadex.org/title/296cbc31-af1a-4b5b-a34b-fee2b4cad542/-oshi-no-ko" --language "en" --cover "original" --use-compressed-image --start-chapter 1 --end-chapter 6 --save-as raw --use-chapter-title --no-group-name

And for testing the chapter download with dual scanlator (chapter 11)

mangadex-downloader "https://mangadex.org/title/296cbc31-af1a-4b5b-a34b-fee2b4cad542/-oshi-no-ko" --language "en" --cover "original" --use-compressed-image --start-chapter 10 --end-chapter 12 --save-as raw --use-chapter-title --no-group-name

Additional context

No response

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mansufcommented, Nov 21, 2022

Released in v2.5.2

1reaction
mansufcommented, Nov 21, 2022

Side note: While figuring out this issue, if you could set the app to skip/ignore chapter links which redirects to non-mangadex links would be helpful (those are basically Licensed Uploader’s website links). I don’t know how the mangadex API works, but if there is a way to filter the links before downloading them, I’d appreciate if you could implement it too in the near future.

This has been implemented in v2.5.1. The app will look for images not referral links. If the chapter doesn’t have images it will simply skipped and will be not downloaded

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's New in PowerShell 7.2 - Microsoft Learn
PowerShell 7.2 includes the following features, updates, and breaking changes. New universal installer packages for most supported Linux ...
Read more >
2022.12: It does matter! - Home Assistant
Already the last release of the year, right on time to bring you some cool new features to work with during the upcoming...
Read more >
VOLK v2.5.1 release - GNU Radio
Hi everyone! We have a new VOLK release! We are happy to announce VOLK v2.5.1! We want to thank all contributors. This release...
Read more >
Releases · kubernetes/dashboard - GitHub
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard. Images. Kubernetes Dashboard. kubernetesui/ ...
Read more >
Unreal Engine 5.1 Release Notes
Overview of new and updated features in Unreal Engine 5.1. ... The damage threshold and which bones broke (if any) is also displayed....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found