nindogo / qbtSearchScripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagnetDL Plugin Doesn't Work on qBittorrent v4.2.1

Jackson1315 opened this issue · comments

Hi, I just downloaded the MagnetDL plugin and it installed fine on qBittorrent, but when I search for a torrent no results from that site come up.

It appears that only single word searches work.

commented

You can add this line
query = query.replace("%20", "-")
after
query = self.url + what[:1] + '/' + what +'/' + str(pages)

commented

There is actually pull request already to fix this:
#9