liamtoaldo / mangodl

An easy-to-use cli tool for downloading manga
GNU General Public License v3.0
180 stars 10 forks source link

[Improvement] Ensure that perfect match is always the first result #29

Open SuperDuperDeou opened 2 years ago

SuperDuperDeou commented 2 years ago

When doing -D or -S, ensure that, if there is a perfect match for the query, it shows up as the first result. This already happen often enough to be semi-reliable (for example, if if run mangodl -D "Dragon Ball Super", the manga called "Dragon Ball Super" is the first result, but this doesn't always happen.

Enforcing that would streamline scripting a lot.