Raphael Nestler
Raphael Nestler
I just noticed, that I don't really need r2d2-redis anymore, since the r2d2 functionality is now built in: (See https://github.com/mitsuhiko/redis-rs/issues/385 for example)
It's just a log message, so no harm. The L337x is actually from the https://github.com/billyb2/torrent-search-rs crate. But: Should we maybe log a warning for every search provider if there are...
Hmm it works locally for me. @ubruhin could you try to build it?
Hmm... That's the same error that travis gets. Why is it working for me :confused:
@ubruhin Does it work for you as well now?
Woohoo! It builds on AppVeyor!
torrent-csv should be fairly easy to add, since it is just another JSON API: https://github.com/qbittorrent/search-plugins/blob/master/nova3/engines/torrentscsv.py The other two look like HTML parsing is necessary.
> I hadn't looked at the code yet, that's great to know! In my experience torrent-csv usually nets the best results too, so that's a perfect low-hanging fruit. I might...
One could also implement a curses based interface.
Hmm using `-sp` would be against the convention of only using single letters for short options. How about the following: * `-s` for `--sort` * `-p` for `--search-providers` Or is...