More accurate search results

This commit is contained in:
zotify 2023-05-29 23:58:06 +12:00
parent 2908dadc5b
commit 30721125ef
11 changed files with 269 additions and 226 deletions

View file

@ -1,6 +1,6 @@
[metadata]
name = zotify
version = 0.9.1
version = 0.9.2
author = Zotify Contributors
description = A highly customizable music and podcast downloader
long_description = file: README.md
@ -33,7 +33,7 @@ console_scripts =
[flake8]
# Conflicts with black
ignore = E203, W503
ignore = E203
max-line-length = 160
per-file-ignores =
zotify/file.py: E701