Commit Graph

11 Commits

Author SHA1 Message Date
Chocobo1 ce89a8a0b9
Remove workaround for SSL
limetorrents have valid certificate now.
2024-12-27 13:58:19 +08:00
ducalex 40d7c52d6e
Fixed search failure due to unexpected parser state 2024-10-01 23:05:38 +01:00
Alex Duchesne 93635981e8 Add pub_date support to limetorrents
I had to overhauled the parser a little because the old way of using td classes didn't work for our purpose.
2024-10-01 20:47:00 +01:00
Diego Heras 6290596235
Update LimeTorrents search engine (#211) 2022-09-24 23:08:51 +02:00
Diego Heras 4f396c0c42
Remove legacy Python2 code (#150) 2020-11-28 20:34:41 +01:00
Tom Piccirello e0303cff4e
Drop leading zero ('0') from plugin minor version (#135)
Four search plugins specify a leading zero in their minor version (e.g. `jackett: 3.03`). This leading zero isn't reflected in the qBittorrent GUI or the Web UI. This is because qBittorrent's version display logic [0] effectively drops the leading zero when calling `QString::number()`. Given that semver rule 2 [1] expressely forbids leading zeros, I don't consider qBittorrent's implementation a bug. Thus, we might as well drop the leading zero from those version numbers.

[0] 8999f1a8da/src/base/utils/version.h (L115),L129
[1] https://semver.org/#spec-item-2
2020-05-03 14:22:46 +02:00
Diego Heras 2878c0d259
Fix limetorrents (#129) 2020-03-22 20:46:07 +01:00
Diego Heras 33b7a4be71
Fix Limetorrents encoding (part 2) (#113) 2019-09-22 15:05:39 +02:00
Diego Heras aac8672ae5
Fix Limetorrents encoding (#111) 2019-09-22 14:39:10 +02:00
ngosang 520bacdf88 Fix Limetorrents search plugin in Windows 2019-01-28 19:41:19 +01:00
ngosang f8896bdbc5 Add limetorrents search plugin 2018-09-22 11:09:04 +02:00