xavier2k6
b554c8aa25
GHA CI: Add python 3.14 to test matrix
CI / Check (3.10) (push) Has been cancelled
CI / Check (3.11) (push) Has been cancelled
CI / Check (3.12) (push) Has been cancelled
CI / Check (3.13) (push) Has been cancelled
CI / Check (3.14-dev) (push) Has been cancelled
CI / Check (3.7) (push) Has been cancelled
CI / Check (3.8) (push) Has been cancelled
CI / Check (3.9) (push) Has been cancelled
2024-10-09 11:37:59 +01:00
ducalex
40d7c52d6e
Fixed search failure due to unexpected parser state
CI / Check (3.10) (push) Has been cancelled
CI / Check (3.11) (push) Has been cancelled
CI / Check (3.12) (push) Has been cancelled
CI / Check (3.13-dev) (push) Has been cancelled
CI / Check (3.7) (push) Has been cancelled
CI / Check (3.8) (push) Has been cancelled
CI / Check (3.9) (push) Has been cancelled
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
Alex Duchesne
3a88c6fb10
Add date field to torrentproject
...
This changes the search url from `/?t=abc` to `/browse?t=abc` because the latter provides a date.
The search results are identical with for most queries I've tried but sometimes it differs, so maybe using `/browse` isn't acceptable?
2024-08-21 20:57:22 +01:00
ducalex
b7c497003e
Add date field to eztv
2024-08-19 10:43:10 +01:00
ducalex
cfe98dab9e
Fixed EZTV plugin ( #291 )
...
* Fixed EZTV plugin
It requires a post parameter in order to get magnet links
* Added retrieve_url function to eztv plugin so that it works for everybody
* Try helpers.py's retrieve_url first, then fallback to urllib if it doesn't support POST
* Attempt to satisfy linter
* Reverted failed attempt at satisfying the linter
* Appease linter, second attempt
2024-08-17 14:45:02 +01:00
Chocobo1
16522073e1
Disable bandit rule B310
...
This specfic rule is too dumb to be helpful.
https://stackoverflow.com/a/53040523
2024-08-14 14:33:05 +08:00
Alex Duchesne
1984449f63
Added published date to solidtorrents
2024-08-10 22:03:07 +01:00
Alex Duchesne
286b510dd9
Added published date to torlock
2024-08-06 23:51:08 +01:00
xavier2k6
dbb42bb48d
Update torrentproject URL
...
Co-Authored-By: WolfganP <2248211+wolfganp@users.noreply.github.com>
2024-08-06 13:33:42 +01:00
xavier2k6
02a3ff222f
GHA CI: Add python 3.13 to test matrix
2024-08-06 13:26:00 +01:00
xavier2k6
8b7e22b699
Update SolidTorrents URL
...
Co-Authored-By: WolfganP <2248211+wolfganp@users.noreply.github.com>
2024-08-06 13:24:21 +01:00
Alex Duchesne
8f002e5a1e
Added published date to torrents-csv
2024-08-06 13:22:16 +01:00
Alex Duchesne
6c7f044905
Added published date to piratebay
2024-06-30 22:46:06 +01:00
Alex Duchesne
bd2119b4e3
Updated torrents-csv URL
...
The previous url `torrents-csv.ml` seems to redirect to malware now.
2024-06-27 21:38:29 +01:00
dependabot[bot]
efe75bec7e
Bump Github Actions versions ( #264 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-03 16:45:38 +08:00
dependabot[bot]
cc9da36568
Bump github actions versions ( #255 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 15:28:05 +08:00
Chocobo1
18e44cd8b5
Introduce dependabot updates
2023-09-07 15:26:07 +08:00
Diego Heras
7c91e43b00
Remove RarBG search engine. Resolves #242 ( #247 )
2023-06-10 18:16:44 +02:00
Chocobo1
60a3f4d9c9
Add bandit
checking to CI
2023-05-23 03:33:06 +08:00
Diego Heras
6677f9a8c0
Update Jackett search engine (multi thread). Resolves #210 ( #239 )
...
* Make search faster with multi-thread implementation
* Show error messages per indexer
* Number of threads is configurable in jackett.json config file
Based on #222 Thank you @galeksandrp and @WojtekKowaluk
2023-05-21 15:33:02 +02:00
Diego Heras
3508f23400
Update ThePirateBay search engine. Resolves #217 ( #238 )
2023-05-21 14:05:33 +02:00
Diego Heras
f2b29a682b
Update ThePirateBay search engine. Resolves #217 ( #237 )
2023-05-21 13:57:08 +02:00
Diego Heras
4d84613393
Remove LegitTorrents. Resolves #224 ( #233 )
2023-05-21 13:14:37 +02:00
Diego Heras
87a9da35ee
Update .gitignore ( #232 )
2023-05-21 13:12:01 +02:00
Chocobo1
f6a0d34dd7
Migrate CI to Github Actions
2023-05-18 15:35:07 +08:00
Diego Heras
ac82c6b3c7
Add TorrentProject search engine ( #215 )
2022-09-25 00:24:56 +02:00
Diego Heras
564577af9b
Add SolidTorrents search engine ( #214 )
2022-09-24 23:46:27 +02:00
Diego Heras
a625f65cd2
Remove Zooqle search engine ( #213 )
2022-09-24 23:27:15 +02:00
Diego Heras
c65870bed9
Update TorLock search engine ( #212 )
2022-09-24 23:19:32 +02:00
Diego Heras
6290596235
Update LimeTorrents search engine ( #211 )
2022-09-24 23:08:51 +02:00
xavier2k6
80db70bb18
Travis: Add python 3.10
( #195 )
2022-04-17 10:32:37 +02:00
ngosang
dfabe652b7
Include screenshots for Torznab search engine
2022-01-23 17:10:15 +01:00
Diego Heras
a9094a91f5
Update README.md
2022-01-23 16:49:41 +01:00
Diego Heras
1a391de57f
Update TorrentsCSV search engine ( #174 )
2021-05-16 19:06:41 +02:00
Diego Heras
6445cf4d5a
Update PirateBay search engine ( #173 )
2021-05-16 19:00:11 +02:00
Diego Heras
e8bb333976
Update TorLock search engine ( #172 )
...
Original domain is working but blocked in most countries
2021-05-16 18:50:17 +02:00
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