ludviglundgren / qbittorrent-cli

Cli to manage qBittorrent
MIT License
152 stars 17 forks source link

[Minor bug] Adding Torrent files with characters like `:` gives a `found 0 torrents matching` #102

Open dessalines opened 3 weeks ago

dessalines commented 3 weeks ago

When adding a torrent with colons or other characters, I get the following error:

found 0 torrents matching ____

I'm guessing this has something to do with glob looping, or an incorrect filename match somewhere.

Its minor, since we can just rename the torrent file, but it should be noted.

ludviglundgren commented 3 weeks ago

Hi! Does it happen if you quote the filename?

dessalines commented 2 weeks ago

Yes it does.