Commit Graph

84 Commits

Author SHA1 Message Date
Diego Heras 72ab3d56f1
Remove 1337x / leetx plugin. Cloudflare protection. (#171) 2021-05-16 18:32:29 +02:00
Diego Heras 94f167d683
Update EZTV search engine (#170) 2021-05-16 18:25:38 +02:00
Diego Heras 9c89e61ac2
Updated travis.yml to add Python 3.9 (fix) (#154) 2020-12-06 21:34:49 +01:00
Ni Ndogo fa88aef603
Updated travis.yml to add Python 3.9 (#153) 2020-12-06 19:56:57 +01:00
Ni Ndogo 7e606522d5
Get EZTV to work. (#152)
Website changed again and this gets it to work again.
2020-12-04 20:15:06 +01:00
Diego Heras 490afb65dc
Update The Pirate Bay search engine (#151) 2020-11-28 22:00:03 +01:00
Diego Heras 4f396c0c42
Remove legacy Python2 code (#150) 2020-11-28 20:34:41 +01:00
Ni Ndogo a02a35e4ec
Fixed eztv to work (#148)
Did 2 changes:
a. Changed the url to https://eztv.it which works for all valid urls.
b. Changed the code to work with new site settings.
2020-11-28 19:54:56 +01:00
Diego Heras be0715d099
Update rarbg (#145) 2020-08-18 22:02:25 +02:00
Diego Heras 4897c77738
Drop support for Python2. Resolves #84 (#144) 2020-08-18 20:41:32 +02: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 7ca82920ad
Update README.md 2020-04-26 14:24:52 +02:00
Diego Heras 0ef54b7f60
rarbg: fix categories. resolves #132 (#133) 2020-04-22 16:40:24 +02:00
Diego Heras e884870475
ci/cd: bump minimum python version to 3.4 (pyflakes req.) (#134) 2020-04-22 16:37:14 +02:00
Diego Heras 2878c0d259
Fix limetorrents (#129) 2020-03-22 20:46:07 +01:00
Diego Heras 56b5430aed
Remove btbit, tracker gone (#128) 2020-03-22 20:42:11 +01:00
Diego Heras aa20428080
Update Jackett error message (#127)
Co-authored-by: Tom Piccirello <thomas.piccirello@gmail.com>
2020-03-22 20:14:25 +01:00
Diego Heras a8452b505d
Add license (#126) 2020-03-22 20:11:06 +01:00
Diego Heras 27274f33e3
Add torrents-csv search engine (#116) 2019-10-05 14:00:59 +02:00
Diego Heras 585f0b29ef
Fix 1337x provider (#114) 2019-09-22 15:10:46 +02:00
Diego Heras 33b7a4be71
Fix Limetorrents encoding (part 2) (#113) 2019-09-22 15:05:39 +02:00
Diego Heras a12f44bdca
Remove BTDB plugin due to Cloudflare protection (#112) 2019-09-22 14:47:13 +02:00
Diego Heras aac8672ae5
Fix Limetorrents encoding (#111) 2019-09-22 14:39:10 +02:00
giladger 3725067ae8 Add 4K/UHD categories to rarbg plugin (#104) 2019-07-28 14:44:21 +02:00
Diego Heras 7f6ce6b3a2
Add BTBit search engine (#100) 2019-06-19 20:59:50 +02:00
Diego Heras fb80f0524b
Update BTDB search engine. Closes #97 (#99) 2019-06-19 19:25:16 +02:00
Diego Heras 17b6057b94
Add BTDB search engine (#89) 2019-04-27 18:02:36 +02:00
Diego Heras dc07c4650b
Fix The Pirate Bay search plugin (#88) 2019-04-27 17:33:45 +02:00
Diego Heras 789fefad84
Fix Eztv search plugin (#87) 2019-04-27 17:04:06 +02:00
Diego Heras 22320b82f1
Fix RarBG description link. Thanks #85 (#86) 2019-04-27 16:05:15 +02:00
Diego Heras 8c1932330a
Fix Jackett search plugin (#82) 2019-03-05 19:32:05 +01:00
Diego Heras 8bd1b7db86
Fix Jackett plugin (#80) 2019-02-19 23:50:41 +01:00
Diego Heras 396b78110a
Refactor Jackett plugin to use torznab api (#79)
* Refactor Jackett plugin to use Torznab api
2019-02-19 23:23:59 +01:00
Diego Heras b1e9b5c913
Merge pull request #74 from ngosang/feature/lime
Fix Limetorrents search plugin in Windows
2019-01-28 19:43:26 +01:00
ngosang 520bacdf88 Fix Limetorrents search plugin in Windows 2019-01-28 19:41:19 +01:00
Diego Heras 828fc9271d
Merge pull request #73 from ngosang/feature/tpb2
Fix The Pirate Bay search plugin in Windows
2019-01-28 19:39:14 +01:00
ngosang fe688d74c0 Fix The Pirate Bay search plugin in Windows 2019-01-28 19:34:36 +01:00
Diego Heras 9c06b23305
Update README.md 2019-01-20 15:21:01 +01:00
Diego Heras 939ed241ba
Merge pull request #70 from ngosang/feature/tpb
Fix The Pirate Bay search plugin
2019-01-20 13:53:55 +01:00
ngosang a2309cf3d3 Fix The Pirate Bay search plugin 2019-01-20 13:47:14 +01:00
Diego Heras b24a518f0c
Merge pull request #63 from ngosang/feature/btdb
Remove BTDB plugin. Closes #62
2018-12-27 18:41:53 +01:00
ngosang 138ca55ebe Remove BTDB plugin 2018-12-27 18:03:03 +01:00
Diego de las Heras 13abda5617
Update README.md 2018-11-24 15:57:29 +01:00
Diego de las Heras b933ac8a7e
Merge pull request #46 from ngosang/feature/btdb
Make btdb plugin python2 & python3 compatible
2018-11-24 15:56:10 +01:00
ngosang b2d3d6afac Make btdb plugin python2 & python3 compatible 2018-11-24 15:50:54 +01:00
Diego de las Heras 0a9deb250c
Merge pull request #47 from ngosang/feature/jackett
Add Jackett search plugin Closes  #40
2018-11-24 15:28:10 +01:00
Chocobo1 c9e9b0e9e3
Remove empty line at the end of file
Currently qbt (and older versions too) cannot handle that empty line.
2018-11-03 00:42:24 +08:00
Diego de las Heras 4a21503f78
Merge pull request #51 from ngosang/feature/limetorrents
Add limetorrents search plugin
2018-09-24 18:01:31 +02:00
ngosang f8896bdbc5 Add limetorrents search plugin 2018-09-22 11:09:04 +02:00
ngosang 95f361c830 Add Jackett search plugin 2018-09-19 19:26:15 +02:00