Commit Graph

5368 Commits

Author SHA1 Message Date
Garfield69 88b04964dd epizod: fix ebook detection resolves #10538 2020-12-17 10:19:14 +13:00
Garfield69 52ac5aeb06 Revert "epizod: fix ebook detection resolves #10538"
This reverts commit 32b382cefa.
2020-12-17 10:16:16 +13:00
Garfield69 32b382cefa epizod: fix ebook detection resolves #10538 2020-12-17 09:57:37 +13:00
Garfield69 6241882741 noname-clubl: date is on column 11 after login 2020-12-17 07:49:30 +13:00
Garfield69 82f7be2e05 noname-clubl: login version of the nnc indexer resolves #10531 2020-12-17 07:27:32 +13:00
ilike2burnthing dd794f725d
leaguehd: rename to lemonhd. resolves #10533 (#10535) 2020-12-16 16:21:29 +00:00
Garfield69 4fd91456c7 tvvault- add tvhd and tvsd cats #10412 2020-12-16 17:59:37 +13:00
ilike2burnthing c497d42a4e
takeabyte: remove, down for 30 days. resolves #4153 (#10530) 2020-12-16 01:08:04 +00:00
Diego Heras bda0c2808f
epizod: set windows user-agent, unblock linux users (#10529) 2020-12-16 01:45:57 +01:00
Diego Heras bf8cae6a48
core: allow to set user-agent header per indexer (#10528) 2020-12-16 01:42:41 +01:00
Diego Heras 6e87fe4860
mejortorrent: new domain (#10526) 2020-12-16 00:20:28 +01:00
Diego Heras 3b9a7edb62
mejortorrent: add flaresolverr message. resolves #10500 (#10524) 2020-12-15 23:25:35 +01:00
Garfield69 01fb990164 turkseed: fix no-results
site has dropped download link in browse rows.
also defaults to full title instead of abbreviated titles with tooltip
2020-12-16 09:14:55 +13:00
Daniel Martin Gonzalez df942e3f85
[Cinecalidad] Update Links to cinecalidad.im (#10522) 2020-12-16 08:16:09 +13:00
ilike2burnthing f9402415ae
assorted yaml: add info about flaresolverr (#10513) 2020-12-15 18:50:24 +00:00
ilike2burnthing de9821f039
epizod: site change (#10505)
Co-authored-by: garfield69 <garfield69@outlook.com>
2020-12-15 18:16:18 +00:00
Daniel Martin Gonzalez 1f771d89e0
[HDOlimpo] Fix Freeleech tags (#10518) 2020-12-15 22:20:13 +13:00
Garfield69 4b2c4c0718 torrentccf: renew categories 2020-12-15 20:24:01 +13:00
ilike2burnthing a91e82724c
arenabg: site change 2020-12-14 22:34:53 +00:00
ilike2burnthing abbc99d4f4
torrentbomb: change URL torrentb.site 2020-12-14 17:36:14 +00:00
ilike2burnthing 48fa32cfe9
zetorrents: change domain wwv.* 2020-12-14 17:33:51 +00:00
ilike2burnthing cef941d2a7
mesevilag: site change (#10497) resolves #10201 2020-12-14 16:23:00 +13:00
Diego Heras b365607714
core: improve search cache debug logs (#10502) 2020-12-14 00:46:18 +01:00
Diego Heras ebe05267b2
core: FlareSolverr integration. Bypass Cloudflare protection (#9028) 2020-12-13 21:42:10 +01:00
Diego Heras 13baa27656
core: fix .net core 5.0 warnings. resolves #10433 (#10485) 2020-12-12 21:38:33 +01:00
Garfield69 eaa4126da5 NNC: add season search support resolves #10481 2020-12-13 06:58:10 +13:00
Diego Heras f8d3781f7a
core: search cache optimizations #10382 (#10484)
* Empty cache when user changes proxy configuration
* Reduce the CPU needed to clean up results that exceed the limit per indexer
2020-12-12 18:44:08 +01:00
ilike2burnthing b39fd35cf9
Revert "omgwtftrackr: remove, down for 30 days. resolves #8970 (#10462)" (#10483)
This reverts commit 70416ae224.
2020-12-12 17:23:25 +00:00
ilike2burnthing 300e7d04f8
yts: add proxies
unblocked.rest proxy is failing in browser, redirecting to yifyddl.co, which directs to yts.lv (which is a different site).

yts.pm and yify.is are also different sites.
2020-12-12 09:32:33 +00:00
Diego Heras 0e12f35082
core: remove legacy cryptographic code. #10433 (#10477)
Legacy code was deprecated on May 30, 2018
e73ae99e38
2020-12-12 01:09:52 +01:00
Garfield69 ce4b99394e generationfree: refresh cats resolves #10473 2020-12-12 12:21:15 +13:00
Diego Heras a1567a94f4
assorted c#: fix configuration of several indexers (#10476)
The link could not be changed
2020-12-12 00:12:40 +01:00
Diego Heras 69125add3e
core: redo search cache from scratch. resolves #10382 (#10447)
In simple words, when you make a request in Jackett, the results are saved in memory (cache). The next request will return results form the cache improving response time and making fewer requests to the sites.
* We assume all indexers/sites are stateless, the same request return the same response. If you change the search term, categories or something in the query Jackett has to make a live request to the indexer.
* There are some situations when we don't want to use the cache:
** When we are testing the indexers => if query.IsTest results are not cached
** When the user updates the configuration of one indexer => We call CleanIndexerCache to remove cached results before testing the configuration
** When there is some error/exception in the indexer => The results are not cached so we can retry in the next request
* We want to limit the memory usage, so we try to remove elements from cache ASAP:
** Each indexer can have a maximum number of results in memory. If the limit is exceeded we remove old results
** Cached results expire after some time
* Users can configure the cache or even disable it
2020-12-11 23:14:21 +01:00
ilike2burnthing ec3787e803
btsow: change domain to *.cam 2020-12-10 23:54:12 +00:00
ilike2burnthing 7b6d53e4fc
epublibre: update unblockit proxy domain *.dev 2020-12-10 23:07:51 +00:00
ilike2burnthing 295f910ad7
ettv: update unblockit proxy domain *.dev
Seems I missed this one when updating the rest to *.app
2020-12-10 23:06:49 +00:00
Garfield69 d9e9e994cd assorted yml: *unblockit.app -> *.dev 2020-12-11 10:15:48 +13:00
Garfield69 f46cb8dacf torrentz2: switch to only working domain resolves #1040 2020-12-11 10:07:58 +13:00
ilike2burnthing 70416ae224
omgwtftrackr: remove, down for 30 days. resolves #8970 (#10462) 2020-12-10 04:57:59 +00:00
ilike2burnthing 72f5e51072
selezen: restore *.net domain. resolves #9166 2020-12-10 04:46:32 +00:00
ilike2burnthing b63344945c
speedtorrentreloaded: fix login test path
https://github.com/Jackett/Jackett/issues/10026#issuecomment-742023042
2020-12-09 22:51:09 +00:00
Garfield69 4ceb98909c gktorrent, oxtorrent: msgnets only. resolves #10448 2020-12-09 13:00:26 +13:00
ilike2burnthing e4d571a44c
torrentview: change domain *25.com 2020-12-08 20:51:59 +00:00
ilike2burnthing 784e121509
torrentgalaxy: site updated, fix rows and dates 2020-12-08 19:27:08 +00:00
Diego Heras 222c02f28a
speedapp: change login username to email. resolves #10226 (#10444) 2020-12-08 12:28:59 +01:00
Diego Heras 4330207a6d
torrentseeds: fix category parsing. resolves #7794 (#10443) 2020-12-08 12:24:36 +01:00
airhawk777 65ca4d7478
Update to .NET 5 (#10346)
* Update to .NET 5

.NET 5 brings many performance (especially regex) improvements
https://devblogs.microsoft.com/dotnet/announcing-net-5-0/

Can look at bringing the packages upto date and using a single file executable in a future PR if the maintainers are interested

* Dotnet restore before building

* Restore on Windows only

* Out of ideas

* Update framework for windows specific apps

* Don't upgrade Microsoft.Extensions.Configuration

* drop mono from the dotnet linux build instructions

* Fix logic to get app runtime

* readme: add windows .net prereq link

* Update README.md

* azure-pipeline: bump minorversion to 17

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Diego Heras <ngosang@hotmail.es>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 21:10:34 +13:00
ilike2burnthing 6e8a6167e9
ztracker: add MR and MST
"Downloaded torrents must be seeded up to 0.8 OR 3 days of clean seed time."
http://ztracker.org/rules.php
Global MR is 0.6
2020-12-08 04:26:38 +00:00
ilike2burnthing 2438d54252
anidub: fix search, don't replace spaces with + (#10438) 2020-12-08 02:16:41 +00:00
Tom.Tan 81c205bd33
Add pttime.org support (#10422)
Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 01:38:58 +00:00
Garfield69 7f0477c6fc torrentproject2: alternate date parsing resolves #10435 2020-12-08 12:29:04 +13:00
Garfield69 a92a3cb00d torrentparadise: new cats resolves #8438 2020-12-08 12:02:37 +13:00
Garfield69 ad91845c76 torrentdownload: new cats resolves #9273 2020-12-08 11:59:00 +13:00
Garfield69 e1b994a490 linuxtracker: add undocumented cat resolves #10274 2020-12-08 11:55:34 +13:00
Garfield69 4277f81b33 firebit: new cat resolves #8434 2020-12-08 11:23:32 +13:00
Diego Heras 4ad0e1ee9d
vizuk: update categories (#10436) 2020-12-07 22:18:35 +01:00
Dmitry Chepurovskiy a820b318b2
[ShizaProject] Implement auto re-auth on cookie expire (#10429) 2020-12-07 22:17:55 +01:00
Diego Heras dda3f033aa
femdomcult: fix torrents without date (#10434) 2020-12-07 21:56:36 +01:00
Garfield69 92f7277cb1 uhdbits: add season pack search support. resolves #10423 2020-12-08 07:40:36 +13:00
mazmar 858bce64c6
fixed torrent names on SKTorrent and Trezzor tracker (#10404) 2020-12-08 07:05:39 +13:00
LonelyMuppet 06a3549d0c
dmhy, u2: add movies categories (#10399) 2020-12-08 07:00:32 +13:00
ilike2burnthing 75e9931a5a
extratorrent-it: fix some magnet links
Some magnets are using ; instead of & between trackers, e.g.:
...&dn=title&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce;tr=...
This results in them being added to the torrent client as a single, long, broken tracker.
2020-12-07 14:11:23 +00:00
ilike2burnthing cd71d716fe
divxtotal: change domain *.one 2020-12-07 05:50:30 +00:00
ilike2burnthing a08f8374a3
Update carpathians.yml
"By re-assigning a downloaded quantity of 1:1"
MST ranges between 24-48hrs depending on how much you upload.
Can't find any mention of a global MR.
https://mycarpathians.net/wiki.php
2020-12-07 04:32:37 +00:00
ilike2burnthing cb0593bcfd
scenetime: correct MR
0.3 is their global MR, "Scenetime is a ratio-based tracker which means you need to seed back whatever you grab from the site, either to a 1:1 ratio or 72 hours. So, this means if you grab a 1 gig file, you need to keep it seeding/running in your client until either you have seeded to someone else 1.0 gigs or for 72 hours total."
https://www.scenetime.com/forums.php?action=viewtopic&subforum=12&topicid=11043
2020-12-07 04:22:39 +00:00
ilike2burnthing 46a6b22441
Revert "btgigs: removed, dead (#10395)" (#10419)
This reverts commit 1dc2ff5693.
2020-12-07 03:17:16 +00:00
Diego Heras 9f66532530
core: remove legacy configuration files (#10416)
#10392 #10415
2020-12-07 01:08:21 +00:00
Diego Heras 38f09900ca
core: fix version number to match github release tag. resolves #10249 (#10413) 2020-12-07 00:14:23 +01:00
Diego Heras 2b8bc648a0
xthor: update categories. resolves #10407 (#10410) 2020-12-06 22:37:49 +01:00
Diego Heras 0b02df740d
digitalcore: update categories (#10405) 2020-12-06 21:33:54 +01:00
Garfield69 17212d927e bit-titan: new search. #10281
temporary fix until the indexer is converted to C# using the API is published.
2020-12-07 09:16:37 +13:00
Garfield69 2670229383 1337x: drop torrage and btcache. #10396 2020-12-06 15:30:04 +13:00
ilike2burnthing 1dc2ff5693
btgigs: removed, dead (#10395) 2020-12-06 01:31:10 +00:00
ilike2burnthing 84731bcc9a
cinemamovies: correct name (#10394) 2020-12-05 23:18:14 +00:00
ilike2burnthing a4c89c9f36
selezen: change to temporary domain *.site
https://github.com/Jackett/Jackett/issues/9166#issuecomment-739327508
2020-12-05 17:55:01 +00:00
ilike2burnthing a016faba4f
hqsource: add MR & MST
Seeding requirements are balanced between time and ratio (e.g. <0.5=72hrs, 1.0=3hrs)
Global MR is 1.0 to not be deemed a leech
https://hqsource.org/faqpl.php
2020-12-05 13:26:05 +00:00
Diego Heras 6de470fd68
torrentbytes: remove certificate fingerprint #10323 (#10383) 2020-12-05 13:33:12 +01:00
ilike2burnthing e04ab2e6ad
btsow: change domain to *.surf. resolves #6576
https://tellme.pw/btsow
2020-12-05 10:58:14 +00:00
Garfield69 6881485e93 torrentseeds: refresh cats resolves #7794 2020-12-05 14:53:58 +13:00
Garfield69 fae9b9cdce 4thd: add new cat. resolves #7789 2020-12-05 13:42:55 +13:00
Garfield69 fa7462dce5 BTF: add info about account settings to config. resolves #10355 2020-12-04 08:19:36 +13:00
ilike2burnthing ce977b7911
dragonworldreloaded: add MR and MST
"You will continue to share your download at least 100%. You will receive your download at least 12 hours within 14 days."
https://dragonworld-reloaded.net/member-torrents.php#url

Global MR is lower, "If your ratio falls below 0.6, the system will automatically warn you for 2 weeks..."
https://dragonworld-reloaded.net/rules.php
2020-12-03 10:43:57 +00:00
ilike2burnthing f8e697ce8a
magnetdl & torrentquest: remove by quest of site maintainers (#10347) 2020-12-02 12:27:36 +00:00
ilike2burnthing 91f011b918
bitru: fix search redirect (#10336) 2020-12-02 10:28:57 +13:00
Garfield69 1687af0bd1 bibliotik: fix typo resolves #10342 2020-12-02 10:16:52 +13:00
Garfield69 f5fac592c3 bibliotik: fix typo resolves #10342 2020-12-02 10:14:25 +13:00
Garfield69 4d40894c35 Revert "bibliotik: pre-init optional selectors. #10342"
This reverts commit a4cd6036c2.
2020-12-02 10:13:28 +13:00
Garfield69 a4cd6036c2 bibliotik: pre-init optional selectors. #10342 2020-12-02 10:05:22 +13:00
Garfield69 2cf3c3d101 bibliotik: fix 18bb309f 2020-12-02 09:39:38 +13:00
ilike2burnthing e8d5492a72
hddolby: add MR
Global minimum ratio ranges between 0.4-1.2 depending on amount downloaded. No mention of MR or MST for individual torrents.
https://www.hddolby.com/faq.php
2020-12-01 20:26:42 +00:00
Garfield69 18bb309f48 bibliotik: drop redundant config sorts #10342 2020-12-02 09:14:22 +13:00
ilike2burnthing 440d18d859
asylumshare: typo fix 2020-12-01 12:52:02 +00:00
ilike2burnthing be45539cb7
asylumshare: prepend + to each word to remove unrelated results
e.g.: https://asylumshare.net/torrents-search.php?search=720p+dual
vs
https://asylumshare.net/torrents-search.php?search=%2B720p+%2Bdual
2020-12-01 12:39:53 +00:00
Garfield69 ed514a9fde torrentbytes: ignore certificate for #10323 2020-12-01 18:16:26 +13:00
Garfield69 e15210d802 lesaloon: drop rememberme=forever from login #10287 2020-12-01 10:08:25 +13:00
Garfield69 f75979fa8b sportscult: update login test #10321 2020-12-01 07:03:43 +13:00
Garfield69 cdfd25d4d0 spacetorrent: gone. removed. #2901 2020-12-01 06:39:38 +13:00
Garfield69 19e3290b68 nyaasi: drop square brackets surrounding Spanish in titles 2020-11-29 16:35:44 +13:00
Garfield69 d5dd595e90 frozenlayer: drop square brackets surrounding Spanish in titles 2020-11-29 16:35:33 +13:00
Diego Heras 18aff90b9c
core: add post body in debug traces. resolves #10285 (#10320) 2020-11-28 22:04:41 +01:00
Diego Heras 5547bf6a03
cinecalidad: fix download link (#10318) 2020-11-28 21:40:10 +01:00
Diego Heras eeb51c7e63
torrentseeds: fix search with only one result. resolves #5973 (#10317) 2020-11-28 19:36:35 +01:00
SPlNeTe f97e89bac3
hdspain: drop square brackets surrounding language in titles (#10315)
Language identification correction for Radarr and pyMedusa.
2020-11-29 06:52:50 +13:00
SPlNeTe 160bcd3076
hdcity: drop square brackets surrounding language in titles (#10314) 2020-11-29 06:51:27 +13:00
Diego Heras f3c8035a04
magnetico: add clarification note. resolves #10174 (#10316) 2020-11-28 18:34:37 +01:00
Garfield69 3169ac6cb4 ethor" gone. removed. #726 #9389 2020-11-27 09:10:09 +13:00
Garfield69 913d10172a fouducinema: switch to semi-private #8260 2020-11-27 09:03:58 +13:00
ilike2burnthing ff3d30980c
assorted: correct MST and MR (#10301)
* brasiltracker: correct MR and MST

"After downloading at least 95% of a torrent, you must seed for at least 48 hours or until you have seed at least one full copy (1:1)."
https://brasiltracker.org/wiki.php?action=article&id=201

Global ratio ranges from 0-0.6
https://brasiltracker.org/rules.php?p=ratio

* gigatorrents: add MST

"Maximum seed commitment time is 2 days!" - assuming that's a bad Google translation and should be 'Minimum'.
https://gigatorrents.ws/wiki.php?action=article&id=25

There is a global minimum ratio of 0.5, but this doesn't seem to apply to seed obligation (HnR).
https://gigatorrents.ws/wiki.php?action=article&id=10

* greekdiamond: add MST

"Always make sure your ratio is above 1.00 [...] We need all users to keep live files that download 72 hours or give back the volume of the file"
https://greekdiamond.info/index.php?page=faq

* hdzone: add MR and MST

"Share rate < 1.2 will lead to account blocking [...] Seeds with the H&R logo must be planted for 336 hours within 60 days or the share rate reached 1"
https://hdzone.me/rules.php

* polishsource: add MST

"You are expected to seed every torrent for at least 48 hours during the course of 14 days since finishing the download. Ratio on a position is irrelevant."
https://polishsource.cz/rules.php

* Update uniongang.yml

"Users with a rating below 0.20 and more than 30 GB in the "Download" graph receive a message containing a warning and advice to raise the rating in the next two weeks to at least 0.30."
https://www.uniongang.net/faq.php

No mention (that I could see) of time or ratio minimums for individual seeds.

* gigatorrents: add MR

* hddisk: add MR

Global MR ranges from 0.4-0.8 depending on how much you have downloaded
https://hddisk.life/faq.php

* hdzone: remove MST

* uniongang: correct MR
2020-11-27 07:20:19 +13:00
Garfield69 2d42d1359b keepfriends: switch to cookie method resolves #10295 2020-11-27 06:22:15 +13:00
ilike2burnthing f1fde21026
torrentview: change domain *24.com 2020-11-26 15:42:05 +00:00
ilike2burnthing 565ba538ec
digitalcore: correct MST (#10299) 2020-11-26 20:36:06 +13:00
ilike2burnthing 039d82e3d8
hdturk: add MST and MR (#10300) 2020-11-26 20:35:02 +13:00
Diego Heras 4967fe4f60
torrentleech: add freeleech only option #9456 #10280 (#10298) 2020-11-25 19:16:36 +01:00
Daniel Martin Gonzalez 79ca5b2f73
Revert "divteam: drop pinned results resolves #10196" (#10297)
This reverts commit e74b64d411.
2020-11-26 06:33:22 +13:00
Garfield69 17e5070d1c newpct: tag latino as Spanish Latino when found. resolves #10293 2020-11-25 14:05:47 +13:00
Garfield69 807c1b1df9 beyond-hd: support for new layout #10288 2020-11-25 07:43:21 +13:00
Garfield69 e84bd715d7 extratorrent-it: add unblockit proxy 2020-11-24 18:15:54 +13:00
ilike2burnthing e75ce7eede
torrentparadise: change domain *.cc 2020-11-23 14:34:57 +00:00
Diego Heras 81d53d339b
speedapp: merge Xtreme Zone, SceneFZ and Ice Torrent. resolves #10226 (#10279) 2020-11-23 11:29:05 +13:00
Diego Heras e452437939
puntotorrent: rename indexer and update categories. resolves #10276 (#10278) 2020-11-22 20:26:01 +01:00
Garfield69 48d65c4b8e torrentparadise: add new cat resolves #8438 2020-11-23 07:52:58 +13:00
Garfield69 0c650fb7bb emtrek: add new cat. resolves #10273 2020-11-23 07:33:13 +13:00
Garfield69 02a6e7133e linuxtracker: add new cats resolves #10274 2020-11-23 07:04:17 +13:00
Garfield69 2d805c8748 hdspace: refresh cats and MST 2020-11-22 21:02:07 +13:00
ilike2burnthing 8e3bb97fa7
extratorrent-it: category typos 2020-11-21 23:15:46 +00:00
Harald Weber 5535f49b80
TorrentHeaven: drop grabs and add new tv4k cat (#10262) 2020-11-22 06:22:06 +13:00
Garfield69 91ab3a22ab korsar: broken. removed. resolves #7052 2020-11-21 09:24:46 +13:00
ilike2burnthing 77a65fb08d
extratorrent-it: add public tracker (#10252) 2020-11-21 08:05:04 +13:00
ilike2burnthing d0d728a853
assorted yml: code tidy (#10253) 2020-11-21 07:03:54 +13:00
Garfield69 2be45b6c9d hdforever: add info about tokens to config. #10225 2020-11-20 17:22:17 +13:00
Garfield69 8443bc0976 haidan: fix no results and invalid dates 2020-11-20 16:40:56 +13:00
Garfield69 76cacb1c4a kickasstorrent: broken. removed. resolves #3593 2020-11-20 07:37:03 +13:00
Garfield69 a1d3687a1a corsarored: broken. removed. resolves #3593 2020-11-20 07:32:11 +13:00
Garfield69 8fc91fa2d2 skytorrentsclone2: new domain www.* resolves #10000 2020-11-20 07:23:56 +13:00
Garfield69 d736ce1649 xfsub: broken. removed. resolves #8351 2020-11-20 07:11:14 +13:00
Garfield69 2f657e6d20 scenefz, icetorrent: update descritpion. #10226 2020-11-19 21:57:24 +13:00
ilike2burnthing 7986763baf
torrent9: remove *.li domain (#10237) 2020-11-19 17:32:01 +13:00
ilike2burnthing 06cae85ebe
torrentproject: add indexer (#10231) 2020-11-19 15:23:43 +13:00
Garfield69 9000e0ac11 greekdiamond: new layout resolves #9407 2020-11-19 06:58:32 +13:00
Garfield69 95a33db262 xtremezone: refresh cats 2020-11-18 21:09:58 +13:00
Garfield69 e4fd2741c3 scenefz: refresh cats 2020-11-18 21:09:46 +13:00
Garfield69 28e5e780a4 xtremezone: new domain speedapp.io 2020-11-18 20:35:56 +13:00
Garfield69 262e95b423 scenefz: new domain speedapp.io 2020-11-18 20:35:37 +13:00
ilike2burnthing e2defbcb83
torrent9: add sort option and *.li proxy
code used and adapted from cpasbienclone.yml
2020-11-18 04:02:27 +00:00
Garfield69 610e22e041 IceTorrent: refresh cats 2020-11-18 14:45:23 +13:00
Garfield69 66c40a9846 icetorrent: new domain speedapp.io 2020-11-18 12:23:57 +13:00
Garfield69 84d2cb0f6f btsow: new domain *.store 2020-11-18 12:04:02 +13:00
Garfield69 2fca6bf98d assorted yml: code tidy 2020-11-18 10:28:31 +13:00
ilike2burnthing 0c5647466a
assorted: add torrentbay proxies (#10224)
Also added 3 more results pages to EXT (25 per, now 100 total), and removed 3 from Il Corsaro Nero (40 per, now 120 total).
2020-11-17 19:39:31 +00:00
ilike2burnthing 56f151b4a2
assorted: update unblockninja proxies (#10223)
Also added size filter to replace Ko with KB, etc. in Torrent9 proxies
2020-11-17 18:06:18 +00:00
Garfield69 e7e12ba990 assorted yml: code tidy 2020-11-17 19:29:02 +13:00
Garfield69 f5fc110aac assorted yml: code tidy 2020-11-17 16:28:44 +13:00
Garfield69 271a745f93 torrentview: fix date parsing 2020-11-17 15:54:19 +13:00
Garfield69 9ba44f86c9 assorted yml: code tidy 2020-11-17 15:54:04 +13:00
Garfield69 861ffcc3c0 assorted yml: add date TZ
code tidy
2020-11-17 15:53:32 +13:00
Garfield69 9d8b429169 assorted yml: add date TZ
code tidy
2020-11-17 14:06:13 +13:00
Garfield69 2e20f3c2f8 assorted yml: code tidy 2020-11-17 14:05:43 +13:00
Garfield69 ca3f756d57 assorted yml: add date TZ
code tidy
2020-11-17 09:42:22 +13:00
Garfield69 1e63493f7f assorted yml: code tidy 2020-11-17 09:41:45 +13:00
Garfield69 8996cb6b5d arenabg: new engine support. resolves #3989 2020-11-17 09:40:24 +13:00
Garfield69 c644ba215f assorted yml: add date TZ
code tidy
2020-11-16 15:47:35 +13:00
Garfield69 52f3a75ee0 assorted yml: code tidy 2020-11-16 15:46:54 +13:00
Garfield69 5341e551c0 magico: new domain *.fun resolves #10202
sent the wrong indexer previously
2020-11-16 07:18:06 +13:00
Garfield69 6bf7444fb2 Revert "magico: new domain *.fun resolves #10202"
This reverts commit 999e6d3d42.
2020-11-16 07:17:27 +13:00
ilike2burnthing 08107b6713
torrentquest: add second keyword results page 2020-11-15 18:13:51 +00:00
ilike2burnthing fa2bc3598f
magnetdl: add second keyword results page 2020-11-15 18:13:44 +00:00
ilike2burnthing bfc5f0c8c7
magnetdl: fix keywordless search
search for 2020 results in 404 error
2020-11-15 16:27:56 +00:00
ilike2burnthing 6df47eeefc
torrentquest: fix keywordless search
sorting movies or tv by age results in 404 error
2020-11-15 16:24:41 +00:00
Diego Heras c24a4d6cce
puntotorrent: fix unrelated results with unicode characters (#10208) 2020-11-15 16:21:38 +01:00
Garfield69 999e6d3d42 magico: new domain *.fun resolves #10202 2020-11-15 20:24:31 +13:00
Garfield69 cdd395476e nyaa-pantsu: fix dateparse
code tidy
2020-11-15 20:02:59 +13:00
Garfield69 2ea027c721 nntt: add date TZ
code tidy
2020-11-15 20:01:36 +13:00
Garfield69 0320f2f9bf nitro: add date TZ
code tidy
2020-11-15 20:01:15 +13:00
Garfield69 e5af933a8b newstudio: correct date TZ to MSK 2020-11-15 20:00:54 +13:00
Garfield69 b85d3a2ff9 newretro: add date TZ
code tidy
2020-11-15 20:00:28 +13:00
Garfield69 e21033031b movecr: add date TZ 2020-11-15 19:59:56 +13:00
Garfield69 712203f380 monokebt: add date TZ
code tidy
2020-11-15 19:59:39 +13:00
Garfield69 acd8bee868 mma-torrents: add date TZ 2020-11-15 19:59:03 +13:00
Garfield69 c5d69429a6 microbit: add date TZ 2020-11-15 19:58:49 +13:00
Garfield69 242dfc6deb assorted yml: code tidy 2020-11-15 19:58:35 +13:00
Garfield69 dad14eca09 losslessclub: add date TZ
code tidy
2020-11-15 16:59:55 +13:00
Garfield69 9dec9ba04d lesaloon: add date TZ
code tidy
2020-11-15 16:59:40 +13:00
Garfield69 da279ea87d legittorrents: add date TZ 2020-11-15 16:59:19 +13:00
Garfield69 ed7e0633d8 kinoavse100: add date TZ
code tidy
2020-11-15 16:58:58 +13:00
Garfield69 5363a9f0e9 assorted yml: code tidy 2020-11-15 16:58:20 +13:00
Garfield69 4685f8fdc1 add mesevilag a Hungarian private site. resolves #10201 2020-11-15 15:06:50 +13:00
ilike2burnthing f1a5b70a65
hdroute: typo fix 2020-11-15 01:43:52 +00:00
Garfield69 861007dfbd hqsource: switch date TZ to CET
code tidy
2020-11-15 11:14:29 +13:00
Garfield69 298b05b55c hdturk: add date TZ
code tidy
2020-11-15 11:14:03 +13:00
Garfield69 1b577dcd88 hdroute: added date TZ
code tidy
2020-11-15 11:13:35 +13:00
Garfield69 f3b74e3bbf hdcity: add date TZ
code tidy
2020-11-15 11:13:15 +13:00
Garfield69 9db7a76d56 assorted yml: code tidy 2020-11-15 11:12:59 +13:00
Garfield69 f8aedfb95a hachede: add date TZ 2020-11-15 08:50:55 +13:00
Garfield69 9fe480dbdb focusx: add date TZ 2020-11-15 08:50:39 +13:00
Garfield69 0d404ce7fc assorted yml: code tidy 2020-11-15 08:50:26 +13:00
Garfield69 e74b64d411 divteam: drop pinned results resolves #10196 2020-11-15 08:49:29 +13:00
ilike2burnthing 69b951fb90
rutracker-ru: typo fix 2020-11-14 04:45:45 +00:00
Garfield69 88c306920c extremetorrents: add date TZ 2020-11-14 16:53:56 +13:00
Garfield69 9c41e359f6 dwr: add dat eTZ
code tidy
2020-11-14 16:53:34 +13:00
Garfield69 6e7c7fb42f dmhy: add date TZ 2020-11-14 16:53:04 +13:00
Garfield69 91b0347256 assorted yml: code tidy 2020-11-14 16:52:45 +13:00
Garfield69 8d6d56bc67 assorted unit3d: add tmdbid support
for those that can do tvdbid support that too
standardise poster to one side for dashboard display
for those I have an a/c add MR and MST if required
2020-11-14 09:13:41 +13:00
Garfield69 51bab85faa legacy: unit3d -> 2.4.0 2020-11-14 09:08:35 +13:00
Garfield69 392023431a asiancinema: unit3d -> 3.0.0 2020-11-14 09:07:56 +13:00
Garfield69 fd2fdfa7bd assorted unit3d that have upgraded to 4.0.0
update search parms
update poster
for sites I have a/c on check and add MR and MST if required
2020-11-14 09:06:44 +13:00
Garfield69 5e032aa0a1 proaudiotorrents: switch to cookie method resolves #10184 2020-11-14 05:36:28 +13:00
Garfield69 5fdde9869b cinemageddon: add date TZ
code tidy
2020-11-13 12:56:09 +13:00
Garfield69 606e8f1e65 casatorrent: add date TZ 2020-11-13 12:55:50 +13:00
Garfield69 90753eff6c carphunter: change TZ to CET 2020-11-13 12:55:34 +13:00
Garfield69 61e266600f assorted yml: code tidy 2020-11-13 12:55:10 +13:00
Garfield69 7e92739a0c retracker-ru: add new cats resolves #10126 2020-11-13 09:41:39 +13:00
Garfield69 731febbf59 btnext: add date TZ
code tidy
2020-11-13 09:41:08 +13:00
Garfield69 7589234145 broadcity: add date TZ
code tidy
2020-11-13 09:40:42 +13:00
Garfield69 3e45a7f127 assorted yml: code tidy 2020-11-13 09:40:19 +13:00
Garfield69 c854a91b99 cardigannindexer: add tmdbid as auto-optional field 2020-11-13 08:38:25 +13:00
Garfield69 0781926d95 assorted yml: remove redundant "optional:true" for imdb,poster,rageid,tmdbid,tvdbid
standardise imdb selector
2020-11-13 08:37:40 +13:00
ilike2burnthing 09d8e43bf1
32pages: removed, site has closed. resolves #1448 (#10182) 2020-11-12 15:27:41 +00:00
Garfield69 b3187fbc95 aftershock: add date TZ
standardize imdb selector
2020-11-12 21:44:06 +13:00
Garfield69 6a36bff5b9 acidlounge: add date TZ
code tidy
2020-11-12 21:42:50 +13:00
Garfield69 d837a0c64f 3dtorrents: add date TZ
default leechers to 1
2020-11-12 21:42:27 +13:00
Garfield69 0ace6dd156 assorted yml: code tidy
lint
2020-11-12 21:42:06 +13:00
ilike2burnthing bfa80044c4
torrentview: new domain *23.net 2020-11-11 19:47:38 +00:00
Garfield69 fb7765d908 add animeclipse a Greek anime public site resolves #10171 2020-11-11 22:45:57 +13:00
ilike2burnthing b9b786d857
pornolive: change domain www.* 2020-11-11 02:31:17 +00:00
Dmitry Chepurovskiy 47f0941207
AniDUB : Fix unrelated results (#10167) 2020-11-11 09:25:44 +13:00
Dmitry Chepurovskiy 0a60ab1605
shizaproject : Fix auth check (#10166) resolves #10160 2020-11-11 09:24:56 +13:00
Michel Peterson a45b168785
superbits: Add TV NO and TV FI categories (#10162)
Added two categories of TV missing
2020-11-11 06:12:13 +13:00
Garfield69 e172f391ec assorted unit3d: force timeago dateparsing
the default fuzzytime dateparse chokes on "3 months" for example.
2020-11-10 16:59:59 +13:00
Garfield69 de513c638a desireleasers: customised unit3d 2.7
they have dropped categories from results
added magnets
hacked other selectors
added hiddencomment TR and another TR thats empty
who knows what they are up to it will probably change again tomorrow
2020-11-10 16:43:09 +13:00
Garfield69 3a24de7a58 muziekfabriek: switch to cookie method
site has enabled an anti DDoS front page
2020-11-10 15:00:57 +13:00
Garfield69 ec0577ffb9 torrentview: new domain *22.new 2020-11-10 14:32:03 +13:00
ilike2burnthing 95a554b5e3
xxxtor: ignore expired certificate 2020-11-09 23:38:00 +00:00
Diego Heras ee8a558ffa
scenefz: fix poster parsing. resolves #10151 (#10153) 2020-11-09 12:38:36 +01:00
Sergey Peshkov 6329a46b66
retracker: Fixed title formatting for TV series without metadata (#10138)
Also refreshed categories
2020-11-09 15:45:29 +13:00
Diego Heras 32f0006680
divteam, hachede, mejortorrent, puntotorrent, torrentland, vizuk, zonaq: improve radarr search (#10148) 2020-11-09 02:20:15 +01:00
Garfield69 bfb9baee77 unit3d: add swedish support resolves #10129 2020-11-09 13:45:32 +13:00
Diego Heras 2030d9cf13
core: follow torznab specs about categories. resolves #10120 (#10147) 2020-11-08 23:27:54 +01:00
Garfield69 10c8e33715 rutracker-ru: new cats resolves #10126 2020-11-09 08:51:23 +13:00
Garfield69 0c08aec4ec filebase: fix DL and Details links resolves 10143 2020-11-09 08:33:13 +13:00
Garfield69 2ccd057726 mixtapetorrent: andmatch resolves #10142
add date TZ
2020-11-09 07:12:36 +13:00
Garfield69 1ae11a604b vsthouse: andmatch #10142
include only files
2020-11-09 07:11:54 +13:00
Garfield69 f1445c0a37 vsttorrents: andmatch #10142
add date TZ
2020-11-09 07:09:31 +13:00
Diego Heras 91fd16bceb
zonaq: fix login error. resolves #10140 (#10145) 2020-11-08 16:56:13 +01:00
Garfield69 1f84c5e457 torrenting: switch to cookie method. resolves #10139 2020-11-08 23:15:47 +13:00
Diego Heras 2ea22af9ef
core: rename comments field to details #10092 (#10135) 2020-11-08 15:11:27 +13:00
Diego Heras f0d8c88505
magnetico: add new local dht tracker. #2684 (#10136)
https://github.com/boramalper/magnetico
2020-11-08 02:45:03 +01:00
Diego Heras c5dd37b836
core: rename banner field to poster #10092 (#10134) 2020-11-08 12:43:33 +13:00
Diego Heras 1f14eb19fc
zonaq: add new indexer. resolves #10022 (#10131) 2020-11-07 17:08:27 +01:00
Garfield69 094b1f3ce5 T9: add info about setting torznab apps' cats list 2020-11-07 18:11:40 +13:00
Garfield69 2abbdc409f alpharatio: revert 570f422d resolves #10128
the indexer is a gazelletracker abstract dependant, which  relies on the cat description for matching, using MapTrackerCatDescToNewznab
2020-11-07 13:42:39 +13:00
Garfield69 86c997fb7b torrent-pirat: set date now resolves #10127 2020-11-07 13:28:28 +13:00
Garfield69 c67afbd814 rutracker-ru: refresh cats resolves #10126 2020-11-07 12:47:19 +13:00
Diego Heras 2cf78fe4fd
core: add missing torznab attributes. resolves #10118 (#10122)
* add coverurl
* rename tvdb and tmdb
2020-11-06 22:03:25 +01:00
Garfield69 9378cf84ad hdspain: switch to method cookie resolves #10119
code tidy
add date TZ
2020-11-07 07:59:02 +13:00
Garfield69 e9725ba75b bakabt: revert 570f422d resolves #10121
the indexer relies on the description for matching, using MapTrackerCatDescToNewznab
2020-11-07 07:40:07 +13:00
Garfield69 32625cec0b partis: revert 570f422d
the indexer relies on the description for matching, using MapTrackerCatDescToNewznab
2020-11-07 07:39:37 +13:00
Garfield69 e3982e4a9d sportscult: drop recommended torrents table 2020-11-06 22:40:46 +13:00
Garfield69 481d7d7dda assorted yaml: code tidy
add date TZ where needed
add missing modes
2020-11-06 18:27:16 +13:00
Garfield69 570f422de1 assorted c# indexers: cat labels refresh 2020-11-06 16:09:57 +13:00
Garfield69 df144addc2 sportscult: fix for new layout #10116 2020-11-06 11:25:23 +13:00
Garfield69 bc59c8ab69 sportscult: add tv and movie search modes for Sonarr/Radarr. resolves #10116 2020-11-06 10:37:25 +13:00
Garfield69 8c653e34c1 ydypt: refresh categories 2020-11-05 18:14:39 +13:00
Garfield69 fee4a8c40b yingk: code tidy 2020-11-05 18:14:18 +13:00
Garfield69 65c6aa584b ztracker: code tidy 2020-11-05 18:13:54 +13:00
Garfield69 3c09866dc2 pier720: switch to cookie method 2020-11-05 15:33:52 +13:00
Diego Heras ed9d0a8328
core: remove recaptcha legacy code. resolves #8268 (#10111) 2020-11-05 15:19:09 +13:00
Diego Heras 938315cebd
core: remove legacy cloudflare code (#10110) 2020-11-04 23:01:58 +01:00
ilike2burnthing 7f29913d4b
eztv: change domain *.re and add proxies
proxy list - https://eztvstatus.com/
2020-11-04 21:43:48 +00:00
Diego Heras 0e56ef75cb
core: exclude some classes from code coverage (#10108) 2020-11-04 22:23:34 +01:00
Diego Heras 11e4143841
core: add more unit tests (#10107) 2020-11-04 21:56:54 +01:00
Diego Heras e31bfa0ffe
hachede: refresh categories (#10106) 2020-11-04 19:25:55 +01:00
Garfield69 e576c6f4b1 ilcorsaronero: oops. fix c2ec42b8 2020-11-05 07:18:15 +13:00
Garfield69 47e4d94409 linuxtracker: drop recommended torrents. 2020-11-05 07:10:12 +13:00
ilike2burnthing dda026cf60
nitro: forcing https 2020-11-04 08:05:12 +00:00
ilike2burnthing 7de4c9f4af
gktorrent: change domain vww.* 2020-11-04 08:03:54 +00:00
Garfield69 167002f183 assorted yml: fine ture info_8000 2020-11-04 15:47:56 +13:00
Garfield69 c3e65e6d04 yourbittorrent: convert to categorymappings
add date TZ
2020-11-04 15:40:59 +13:00
Garfield69 282e16080b uhdbits: convert to categorymappings
code tidy
2020-11-04 15:28:08 +13:00
Garfield69 5db6d4f6ae torrentz2k: convert to categorymappings
code tidy
2020-11-04 15:27:44 +13:00
Garfield69 5d752718a0 magnetUtils: fix 14fdea16 build separate &tr= trackers instead of single. 2020-11-04 14:58:00 +13:00
Garfield69 f9d72fe6f2 Merge branch 'master' of https://github.com/Jackett/Jackett 2020-11-04 14:32:19 +13:00
Garfield69 58601f34fe monova: use infohash
fix path
2020-11-04 14:31:18 +13:00
Garfield69 c2ec42b84d ilcorsaronero: use infohash
code tidy
add date TZ
2020-11-04 14:27:46 +13:00
Garfield69 d28ca2144f ilcorsaroblu: use infohash
code tidy
2020-11-04 14:22:40 +13:00
Garfield69 02a76b17ba idope: use infohash
code tidy
2020-11-04 14:16:30 +13:00
ilike2burnthing ff5d4a9850
exttorrents: typo 2020-11-03 22:09:37 +00:00
Diego Heras 4e35866cf5
animebytes: code clean up (#10080) 2020-11-04 10:58:36 +13:00
Garfield69 36161345f1 torrentz2: convert to infohash
convert ot category mappings
2020-11-04 10:51:45 +13:00
Garfield69 36e78d08da torrentquest: convert to categorymappings
code tidy
2020-11-04 10:51:08 +13:00
Diego Heras f10d132e54
core: add infohash parameter in cardigann definition (#10091)
* core: add infohash parameter in cardigann definition

#8590 #10087

* linuxtracker: refresh categories

add date TZ
code tidy
2020-11-04 09:45:02 +13:00
ilike2burnthing ca165b9b45
extratorrent-cd: results <1hr old shown as from 2020y ago. resolves #10099
fix by garfield69
2020-11-03 18:53:23 +00:00
ilike2burnthing 2d95fb53a2
assorted: update unblockit proxy domain *.app (#10096) 2020-11-03 09:40:30 +00:00
Garfield69 5e5e885e77 torrentfunk: convert to categorymappings 2020-11-03 21:05:42 +13:00
Garfield69 3a0a484276 toros: convert to categorymappings
code tidy
2020-11-03 20:51:19 +13:00
Diego Heras 13f0698388
core: remove some cardigann traces (#10085) 2020-11-03 07:21:46 +01:00
Garfield69 baac86e376 skytorrentsclone2: convert to categorymappings
code tidy
2020-11-03 17:18:36 +13:00
Garfield69 76b80eb4a7 skytorrentclone: cpnvert to categorymappings
code tidy
2020-11-03 17:14:04 +13:00
Garfield69 49f651e56b shokweb: convert to categorymappings
code tidy
2020-11-03 17:12:48 +13:00
Garfield69 40f91ebf28 pirateiro: convert to categorymappings
code tidy
2020-11-03 17:00:30 +13:00
Garfield69 a4f1d9b193 monova: convert to categorymappings
code tidy
2020-11-03 17:00:06 +13:00
Garfield69 b20b6f5251 metaltracker: convert to categorymappings
code tidy
2020-11-03 16:59:37 +13:00
Garfield69 564f9cb65c magnetdl: convert to categorymappings
code tidy
2020-11-03 13:58:05 +13:00
Garfield69 333d22d13d mactorrents: convert to categorymappings
code tidy
2020-11-03 13:51:09 +13:00
Garfield69 a6b30e9bc0 limetorrents: convert to categorymappings
code tidy
add info about 8000
2020-11-03 13:42:43 +13:00
ilike2burnthing 49b11b0fd3
torrentproject2: change search, add categorymappings (#10081) 2020-11-03 11:25:06 +13:00
Garfield69 f8b86383e6 kickasstorrent-kathow: some size values are invalid. resolves #10035 2020-11-03 10:27:12 +13:00
Garfield69 0ad911f97a trezzor: fix lint cce0cf0f 2020-11-03 09:15:21 +13:00
Garfield69 4fb39171b4 kickasstorrents-to: handle no results. resolves #10093 2020-11-03 08:59:54 +13:00
Garfield69 cce0cf0ffa trezzor: code tidy
add english title clean up #9943
add date TZ
2020-11-03 06:44:11 +13:00
Garfield69 f25ff306fb torrentdownload: convert to categorymappings, add new cat. resolves #9273 2020-11-03 06:34:28 +13:00
Diego Heras 858ef530d0
assorted c#: auto generate magnet links from info hash (#10090)
#8590 #10087
2020-11-02 18:01:06 +01:00
Diego Heras 14fdea164c
core: generate magnet link from infohash and vice versa. resolves #8590 (#10087)
* global list of public trackers
* infohash => magnet link (only in public trackers)
* magnet link => infohash
2020-11-02 17:43:13 +01:00
Diego Heras 9bd8f4d014
pretome: remove category hack and add custom categories (#10084)
Part of #10049
2020-11-02 15:05:15 +01:00
Diego Heras 3d03c59cc0
solidtorrents, corsarored: improve error parsing (#10083) 2020-11-02 14:56:19 +01:00
Diego Heras 6413ad8fd4
core: refactor results post processing: filter and fixing results (#10082) 2020-11-02 14:20:13 +01:00
Diego Heras 27d7d1b48c
core: improve indexer load traces. resolves #9851 (#10079) 2020-11-02 12:32:36 +01:00
Diego Heras e340813291
core: fix custom categories sorting. (#10078)
Fix #10031
2020-11-02 11:31:30 +01:00
Garfield69 f17b9dbc21 trezzor: switch to cookie method. resolves #10071 2020-11-02 22:02:00 +13:00
Garfield69 9a41584f35 assorted yml: convert to categorymappings 2020-11-02 18:55:39 +13:00
Garfield69 ad87481a70 firebit: oops 2020-11-02 16:29:09 +13:00
Garfield69 d0e7b63ab6 myamity: Now just a forum. Removed. resolves #9780 2020-11-02 16:11:52 +13:00
Garfield69 18a63bd682 assorted yml: convert to categorymappings 2020-11-02 16:09:09 +13:00
ilike2burnthing 2aca0e253a
casstudiotv: ignore expired certificate 2020-11-02 02:36:13 +00:00
ilike2burnthing 817e0fa76d
torrentparadise: change domain *.la 2020-11-02 02:28:44 +00:00
Garfield69 cb9799d83b zooqle: switch to categorymappings
code tidy
when seeds and leech are missing default to 0
2020-11-02 13:43:12 +13:00
Diego Heras 1d7ea48505
core: add custom cats in indexers with string categories. resolves #9746 (#10060)
* When category ids in the indexer are "strings" we create a unique hash to make it compatible with Torznab
* This PR also fix several issues related to custom cats
2020-11-02 13:42:00 +13:00
Garfield69 d2a7b59a8a fouducinema: refresh categories resolves #10045 2020-11-02 06:22:43 +13:00
Diego Heras 46d4a41a60
iptorrents: fix new layout. resolves #10040 (#10062)
* files column can be disabled by the user
2020-11-01 17:42:04 +01:00
Diego Heras 13fc916177
iptorrents: fix new layout. resolves #10050 (#10054)
* files column removed
* fix date parsing
* include first results
* add uploader into description
2020-11-01 13:41:52 +01:00
Diego Heras 60af4a04d3
avistaz: improve category parsing (#10038)
The category hack is not required after #10031
2020-11-01 12:21:50 +01:00
Diego Heras 7a2e52659a
core: rewrite category code from scratch. resolves #8049 (#10031)
* Core: Categories are stored in a real tree
* Sorting: First Torznab categories sorted by Id and then custom cats sorted by Name
* Filtering: Results with child category are not removed when searching by parent category. Details in #8049
* Jacket UI: Add parent category when at least one child category exists
* Torznab (caps): Remove non existent children categories. Remove duplicated categories. Details in #10006
2020-11-01 12:07:24 +01:00
Garfield69 4464d97e2f iptorrents: new results selectors. resolves #10040 2020-11-01 19:11:52 +13:00
ilike2burnthing 4c3637e4b6
speedtorrentreloaded: fix login, skip sessioncheck (#10039)
Given that the OP said it works, and that the alternative is either to wait for an invite or switch to the cookie method, lets publish and see what happens.
2020-11-01 16:03:56 +13:00
Garfield69 790a88295e retracker-ru: refreh categories resolves #9203 2020-11-01 15:59:48 +13:00
Garfield69 533827673f byrutor: correct empty size detection. resolves #10034 2020-11-01 14:04:34 +13:00
Garfield69 141ae0714b kickasstorrent-kathow: categories can be missing from results. resolves #10035 2020-11-01 13:50:48 +13:00
Garfield69 8739155055 lepornoinfo: refresh categories resolves #10036 2020-11-01 13:37:39 +13:00
Garfield69 b538326fdc aither: oops #10033 2020-11-01 13:07:52 +13:00
Garfield69 45afa509d1 aither: refresh categories resolves #10033 2020-11-01 13:04:20 +13:00
Garfield69 25eee1eb8b iptorrents: refresh categories resolves #10032 2020-11-01 12:53:40 +13:00
Diego Heras 44e4e5c53b
purovicio: refresh categories (#10037) 2020-11-01 00:18:24 +01:00
Garfield69 cf99e79772 hdreactor: add date TZ 2020-11-01 09:59:55 +13:00
Garfield69 84fb9631c3 gktorrent: code tidy 2020-11-01 09:55:46 +13:00
Garfield69 c5d17ee0e0 gamestorrents: add date TZ 2020-11-01 09:55:32 +13:00
Garfield69 b18818108f frozenlayer: add date TZ
code tidy
2020-11-01 07:58:48 +13:00
Garfield69 2d0053530e riperam: handle missing cat in results. resolves #10027 2020-11-01 06:53:07 +13:00
ilike2burnthing 4ad281961f
riperam: disable full phrase input
prepends each keyword with +
2020-10-31 12:15:28 +00:00
ilike2burnthing 9a136d2b1c
booktracker: add andmatch 2020-10-31 12:01:38 +00:00
Garfield69 2ce59ef251 focusx: refresh cats
code tidy
2020-10-31 19:59:22 +13:00
Garfield69 c95d6f2a1e firebit: add date TZ
code tidy
2020-10-31 19:24:19 +13:00
Garfield69 f3309f966e filebase: add date TZ
code tidy
2020-10-31 19:14:35 +13:00
Diego Heras b33988a9ac
animebytes: add music and book search modes #10018 (#10025) 2020-10-31 02:00:36 +01:00
Garfield69 dbfad099fc Merge branch 'master' of https://github.com/Jackett/Jackett 2020-10-31 13:14:05 +13:00
Garfield69 f0a8bf9ad8 eztv: code tidy 2020-10-31 13:13:06 +13:00
Diego Heras 15ea7ed9f9
core: rearrange test classes (#10023) 2020-10-31 01:12:35 +01:00
Garfield69 4c4f0f044c extratorrentcd: add music and book modes
code tidy
2020-10-31 13:08:07 +13:00
Garfield69 cc31fca29a exttorrents: code tidy 2020-10-31 13:03:35 +13:00
Garfield69 3d27e18b87 ettv: refresh cats
cody tidy
2020-10-31 10:11:10 +13:00
Liam d982cb8398
animebytes: Add music category (#10021)
Music support seems to have disappeared from Jackett recently, this adds it back
2020-10-31 10:02:38 +13:00
Garfield69 00cfcd29e5 epizod: add audio and books cats
add music and book modes
improve size allocation
2020-10-31 09:16:02 +13:00
Garfield69 23e6bfb71d ehentai: code tidy 2020-10-31 08:23:27 +13:00
Garfield69 866919751c cpasbienclone: code tidy 2020-10-31 07:53:27 +13:00
Garfield69 5a1f88fec1 concen: code tidy 2020-10-31 07:50:43 +13:00
Garfield69 4c75b55c48 cilipro: add date TZ
add music and book modes
code tidy
2020-10-31 07:39:36 +13:00
Garfield69 923faa1012 btsow: add date TZ
add music and book modes
code tidy
2020-10-31 07:38:59 +13:00
ilike2burnthing befd2ce9f9
gay-torrents: switch andmatch for re_replace 2020-10-30 10:55:50 +00:00
ilike2burnthing e7fc9e02a3
eniahd: switch andmatch for re_replace 2020-10-30 10:49:14 +00:00
ilike2burnthing 2c77dbda26
rintor: switch andmatch for re_replace 2020-10-30 10:41:02 +00:00
ilike2burnthing 03635b63ff
sktorrent-org: switch andmatch for re_replace 2020-10-30 10:29:12 +00:00
ilike2burnthing 3bf000b31b
emtrk: switch andmatch for re_replace 2020-10-30 10:19:36 +00:00
ilike2burnthing 55feba49ac
torrentslocal: add input allw
last time I'm touching this, promise ;)
2020-10-30 10:17:10 +00:00
ilike2burnthing 66bc1f367e
torrentslocal: switch andmatch for re_replace 2020-10-30 10:12:37 +00:00
ilike2burnthing 70976584c8
eniahd: add andmatch 2020-10-30 09:46:58 +00:00
ilike2burnthing b27b7e331d
rintor: add andmatch 2020-10-30 09:46:21 +00:00
Garfield69 3e382670b7 fouducinema: correct MR and MST #8260 2020-10-30 21:40:23 +13:00
ilike2burnthing 315e1efce3
gay-torrents: add andmatch 2020-10-30 08:03:32 +00:00
ilike2burnthing 46d81e43ce
torrentslocal: add andmatch 2020-10-30 07:54:25 +00:00
ilike2burnthing 8a293cfe64
genesismovement: add andmatch 2020-10-30 07:48:40 +00:00
ilike2burnthing 89a75c10f9
sktorrent-org: add andmatch 2020-10-30 06:53:27 +00:00
ilike2burnthing 17a7877adc
emtrek: add andmatch
Site's own 'all words' option does nothing
2020-10-30 06:41:17 +00:00
ilike2burnthing 2207359137
skytorrentsclone: fix search, whoops
124dbc356b
2020-10-30 05:22:33 +00:00
Garfield69 82d65fe95e fouducinema: DL requires thanks. #8260
add support to say thanks before download
2020-10-30 17:26:05 +13:00
Garfield69 4a6b04f1e6 btetree: code tidy 2020-10-30 16:03:46 +13:00
Garfield69 bde9e185ed btdigg: add music and book modes 2020-10-30 16:03:23 +13:00
Garfield69 9535681b38 btdb: add music and book modes
code tidy
2020-10-30 16:02:49 +13:00
Garfield69 e266c9f4ac bitru: add date TZ 2020-10-30 16:02:08 +13:00
Garfield69 eac82118de bigfangroup: add date TZ
refresh cats
2020-10-30 16:01:53 +13:00
Garfield69 846dd179c9 audiobookbay: refresh cats 2020-10-30 16:01:20 +13:00
Garfield69 f73722ae57 assorted yml: code tidy 2020-10-30 10:19:35 +13:00
Garfield69 1026ddf902 add emtrek a Russian Public General site. resolves #9999 2020-10-29 18:00:18 +13:00
Garfield69 828223474c add genesismovement a semi-rpivate site resolves #9989 2020-10-29 13:51:41 +13:00
Garfield69 560d7d9203 gaytorrentru: refresh categories
add freeleech config
add sort config
add poster
add date TZ
add MR
2020-10-29 10:36:50 +13:00
Garfield69 bdb13809fd sktorrent: new layout torrents_v2 resolves #10011 2020-10-29 09:11:18 +13:00
Diego Heras 767700d6bb
core: categories cleanup (#10006)
* core: categories cleanup
* swap categories 2050 Movies/BluRay / 2060 Movies/3D
* swap categories 6050 XXX/Pack / 6070 XXX/Other
* swap categories 7010 Books/Mags / 7020 Books/EBook / 7030 Books/Comics
* category validation is case sensitive
* renamed some categories to follow Newznab specs
2020-10-29 08:00:48 +13:00
Garfield69 91bb8fae50 add mixtapetorrent a public site resolves #9988 2020-10-28 20:29:21 +13:00
Garfield69 7542a6a249 assorted yaml: fix typo Categores 2020-10-28 11:54:12 +13:00
Diego Heras 861655395b
core: move categories code into a new class (#10005) 2020-10-27 22:17:03 +01:00
Alexandre Beloin 4b743e4040
Cardigann: add check for redirect when pulling login page (#9984) 2020-10-28 10:00:18 +13:00
garfield69 aec14b88e9
Core: correct Other as 8000 and Books as 7000 (#9986)
as documented in https://newznab.readthedocs.io/en/latest/misc/api/#predefined-categories
and update any indexers affected
2020-10-28 08:02:32 +13:00
ilike2burnthing 124dbc356b
skytorrentsclone: change domain *.lol reverts #3564899 2020-10-27 18:56:15 +00:00
Garfield69 4df5215628 add skytorrentsclone2 resolves #10000 2020-10-28 07:02:10 +13:00
ilike2burnthing bbf92ca3aa
bootytape: semi-private fixed 2020-10-27 07:57:38 +00:00
Garfield69 04fc90e85e topnow: yml removed. awating C# replacement. #8199 2020-10-27 16:13:40 +13:00
Garfield69 b3dabad82e add bootytape a semi0privat e3x site resolves #9979 2020-10-27 12:35:39 +13:00
Garfield69 2fac1f04fe gaytorrentru: code tidy
drop config option incldead, include all torrents.
2020-10-27 09:49:23 +13:00
Garfield69 dd8000036d gay-torrentsorg: code tidy
drop config option 'active',  include all torrents.
2020-10-27 09:48:38 +13:00
ilike2burnthing d3b8ea47da
assorted kickasstorrents clones: add and amend proxies (#9973)
* kickasstorrents-to: add proxies

* kickasstorrent: correct proxy comments

* kickasstorrent-kathow: add proxies

Co-authored-by: garfield69 <garfield69@outlook.com>
2020-10-26 05:30:55 +00:00
ilike2burnthing afe73bf8de
isohunt2: add proxies
Proxy list - https://isohunt.page/

Ignore https://isohunt.app/ and https://isohunt.info/
2020-10-26 05:09:22 +00:00
ilike2burnthing 02f5fafd49
torrentproject2: add proxies
proxy list - https://torrentproject.net/
2020-10-26 05:02:40 +00:00
Garfield69 c1cdf3eb29 add torrentsurf a privat esite. resolves #9951 2020-10-26 17:58:41 +13:00
Garfield69 5eb981363b kickasstorrents.to: add proxy 2020-10-26 17:09:40 +13:00
Garfield69 0247fe148e kickass.ws: drop wrong proxy 2020-10-26 17:09:26 +13:00
Garfield69 d341ec61b5 kickasstorrents.to fix typo 2020-10-26 15:34:18 +13:00
Garfield69 ff83bc2785 kickasstorrent-kathow: code tidy and 2020-10-26 15:29:40 +13:00
Garfield69 903266844a add kickasstorrents.to a public KAT clone resolves #9966 2020-10-26 15:07:29 +13:00
Tigerdyret 03246ce62a
Update shareuniversity.yml (#9964) 2020-10-26 12:02:47 +13:00
ilike2burnthing 1171c5aaa4
btssow: change domain *.work
https://tellme.pw/btsow
2020-10-25 03:37:13 +00:00
Garfield69 f46be3af71 vsttorrents: ignore rows without a title resolves #9954 2020-10-25 10:47:00 +13:00
ilike2burnthing 6a83ab5e67
torrentkitty: add official proxy *.io 2020-10-24 20:01:43 +01:00
Garfield69 ec4377cf34 byrutor: drop entries without size resolves #9952
untested
the offending example has been removed from the site
2020-10-25 06:33:58 +13:00
Garfield69 f89779f576 Merge branch 'master' of https://github.com/Jackett/Jackett 2020-10-25 06:18:36 +13:00
Garfield69 a7b7ca658f elitetorrent-biz: removed resolves #9873
the site cannot be supported by a jackett indexer because the download links are no longer readily accessible via html
2020-10-25 06:18:29 +13:00
Diego Heras a2db948700
purovicio: update categories (#9953) 2020-10-24 13:13:05 +02:00
Garfield69 7bf2fb18d8 zelkaorg: oops fix d87d3e7b 2020-10-24 22:12:02 +13:00
Garfield69 382ef1db78 zetorrents: code tidy 2020-10-24 22:00:10 +13:00
Garfield69 d87d3e7bed zelkaorg: fix date parsing
add date TZ
code tidy
2020-10-24 21:54:21 +13:00
Garfield69 19b765bdf9 zamundanet: fix date parsing
code tidy
add date TZ
2020-10-24 21:53:49 +13:00
Garfield69 231217914f assorted y* yml: code tidy 2020-10-24 21:34:20 +13:00
Garfield69 f15c4394fd ydypt: add MR
code tidy
2020-10-24 21:30:46 +13:00
Garfield69 4b65a6f99f assorted x* yml: code tidy 2020-10-24 21:30:13 +13:00
Garfield69 f283b9790d xwtorrents: add date TZ
cose tidy
2020-10-24 21:29:42 +13:00
Garfield69 a28e6c1e3d xwtclassic: add date TZ
code tidy
2020-10-24 21:29:20 +13:00
Garfield69 fba6f1c242 xspeeds: add MR 2020-10-24 20:44:38 +13:00
Garfield69 55b8a91910 assorted x* yml: code tidy 2020-10-24 20:44:25 +13:00
Garfield69 80cb2bedc9 assorted w* yml: code tidy 2020-10-24 20:43:50 +13:00
Garfield69 230d9300c9 baibako: new domain. resolves #5673 2020-10-24 20:43:14 +13:00
Garfield69 78934cdf5e wdt: add date TZ
code tidy
2020-10-24 20:15:07 +13:00
Garfield69 5d57784e70 vizuk: refresh cats
code tidy
add date TZ
2020-10-24 20:13:57 +13:00
Garfield69 81007f1ee3 unlimitz: add date TZ
cody tidy
2020-10-24 19:21:14 +13:00
Garfield69 0e2faac190 assorted u* yml: code tidy 2020-10-24 19:20:51 +13:00
Garfield69 561929dd67 beyond-hd: add info about 2FA #9856 2020-10-24 17:54:41 +13:00
Garfield69 55f3c788b5 twilightszoom: add date TZ
cody tidy
2020-10-24 16:31:48 +13:00
Garfield69 8f18cbce40 twilight: add date TZ
code tidy
2020-10-24 16:31:24 +13:00
Garfield69 77425e3459 tvchaosuk: refresh cats
code tidy
2020-10-24 16:31:05 +13:00
Garfield69 11864948b4 turktorrent: refresh cats
code tidy
add date TZ
2020-10-24 16:30:42 +13:00
Garfield69 62b2f19283 turkseed: refresh cats
code tidy
add date TZ
2020-10-24 16:30:15 +13:00
Garfield69 0ad985a98d ttsweb: refresh cats
code tidy
add date TZ
2020-10-24 16:29:51 +13:00
Garfield69 acaa85d1f7 tribalmixes: code tidy 2020-10-24 16:29:21 +13:00
Garfield69 9d83fe1082 totallykids: refresg cats
code tidy
add date TZ
2020-10-24 16:28:29 +13:00
Garfield69 900a648698 assorted t* yml (2) code tidy 2020-10-24 16:27:51 +13:00
Garfield69 b44548ec91 assorted t* yml: code tidy 2020-10-24 13:09:18 +13:00
Garfield69 f4ff987d1d racingforme: oops fix 6c33c481 2020-10-24 09:35:39 +13:00
Garfield69 5f0933fa52 assorted s* yml: code tidy 2020-10-24 09:24:24 +13:00
Garfield69 6c33c48106 assorted r* yml: code tidy 2020-10-24 09:16:48 +13:00
Garfield69 3369e4dccc assorted p* yml: code tidy 2020-10-24 09:01:19 +13:00
Garfield69 93e9f2beeb assorted o* yml: code tidy 2020-10-24 08:51:01 +13:00
Garfield69 8164f75b1e assorted n* yml: code tidy 2020-10-24 08:47:31 +13:00
Garfield69 83d6eb05fa Update torrentkitty.yml 2020-10-24 08:35:00 +13:00
Garfield69 a53fbd3194 topnow: optional cat config support for torznab app compatibility 2020-10-24 08:34:21 +13:00
Garfield69 fabeac202a limetorrents: code tidy 2020-10-24 08:34:02 +13:00
Garfield69 3e0a9735d1 btsow: optional cat config support for torznab app compatibility 2020-10-24 08:33:35 +13:00
Garfield69 0f903f3700 movcr: optional cat config support for torznab app compatibility 2020-10-24 08:22:33 +13:00
Garfield69 b94b380249 assorted m* yml: code tidy 2020-10-24 08:21:52 +13:00
Garfield69 58328dd2e9 assorted l* yml: code tidy 2020-10-24 08:02:25 +13:00
Garfield69 82371b9955 assorted k* yml: code tidy 2020-10-24 07:40:32 +13:00
Garfield69 1c2dcdb63d jptv: code tidy 2020-10-24 07:38:02 +13:00
Garfield69 d66dd6b52c assorted i* yml: code tidy 2020-10-24 07:37:49 +13:00
Garfield69 48a6610e46 assorted h* yml: code tidy 2020-10-24 07:32:22 +13:00
Garfield69 45a9cf7873 danishbits: gone. removed. resolves #9949 2020-10-24 06:47:21 +13:00
Garfield69 9e1be7f70b assorted *g yml: code tidy 2020-10-23 22:00:09 +13:00
Garfield69 256935af3b assorted *f yml: code tidy 2020-10-23 21:53:35 +13:00
Garfield69 feee9bf709 assorted e* yml: code tidy 2020-10-23 21:32:22 +13:00
Garfield69 5f4ad88326 dasunerwartete: oops fix 99493630 2020-10-23 20:55:04 +13:00
Garfield69 99493630e2 assorted d* yml: code tidy 2020-10-23 19:38:42 +13:00
Garfield69 73956a361e desitorrents: smarter fix for #9849 2020-10-23 19:32:40 +13:00
Garfield69 5b8b127779 assorted yml: code tidy 2020-10-23 18:51:06 +13:00
Garfield69 cdbc47ddc7 assorted yml: code tidy 2020-10-23 18:22:00 +13:00
Garfield69 fe756aae6c torrentslocal: refresh cats
now the date and grabs is  languange independent
2020-10-23 16:04:24 +13:00
Garfield69 7dc5b4de3f torrentleech: correct MST 2020-10-23 13:30:40 +13:00
Garfield69 403ce07841 torrentland: add date TZ 2020-10-23 13:30:15 +13:00
Garfield69 ed9bf2c4f1 torrenting: copy tidy 2020-10-23 13:29:55 +13:00
Garfield69 5981e146e0 torrentdb: oops fix 57fa8abd 2020-10-23 10:17:54 +13:00
Garfield69 510afc88ff torrentexplosiv: add date TZ
add MR and MST
2020-10-23 10:10:50 +13:00
Garfield69 dc6a1d934c torrentdownload: code tidy 2020-10-23 09:56:31 +13:00
Garfield69 57fa8abda8 torrentdb: code tidy 2020-10-23 09:52:44 +13:00
Garfield69 79848fc80e torrentccf: add MR 2020-10-22 20:10:08 +13:00
Garfield69 468667f238 gaytorrents: add login error detection
add date TZ
add engine tag
2020-10-22 19:29:58 +13:00
Garfield69 fcbd612299 korsar: new domain and private 2020-10-22 16:30:35 +13:00
Garfield69 57056bed6e rockbox: fix login error detection 2020-10-22 16:18:19 +13:00
Garfield69 4862a6a63f torrentbd: refresh cats
fix date parsing
correct internal-release parm
2020-10-22 13:18:58 +13:00
Garfield69 2c3e11a10a torrentlt: add date TZ
add tpp info
2020-10-22 09:03:27 +13:00
Garfield69 2d8f03285d TSC: refresh cats
add date TZ
correct MR
2020-10-22 08:34:21 +13:00
Garfield69 82aa6fd04a tjupt: add MR 2020-10-22 08:33:43 +13:00
Garfield69 e1226f30e4 3evils: new domain new cats ne engine resolves #4264
add MR and MST
new freeleech detection
2020-10-21 22:27:34 +13:00
Garfield69 7d97c33474 the-unknown: become 3evils resolves #9678 2020-10-21 21:04:24 +13:00
Garfield69 be376640b9 torrent4you: optional cat config support for torznab app compatibility 2020-10-21 20:14:35 +13:00
Garfield69 99fe32bec6 theshinning: add date TZ 2020-10-21 20:14:19 +13:00
Garfield69 7f271f4894 magnet4you: optional cat config support for torznab app compatibility 2020-10-21 20:14:01 +13:00
Garfield69 12ca9ba487 et-cd: optional cat config support for torznab app compatibility
also update the date processing
add date TZ
2020-10-21 20:13:47 +13:00
Garfield69 26d5f8a4aa btdigg: optional cat config support for torznab app compatibility 2020-10-21 20:12:56 +13:00
Garfield69 28341540c4 7torrents: optional cat config support for torznab app compatibility 2020-10-21 20:12:39 +13:00
Garfield69 4a30195db3 zetorrents: season pack support. #9712
optional cat config support for torznab app compatibility
2020-10-21 17:00:02 +13:00
Garfield69 e8dcaa2c4e torrent9clone: season pack support. #9712 2020-10-21 16:59:06 +13:00
Garfield69 2c9c403b83 torrent9: season pack support. #9712 2020-10-21 16:58:55 +13:00
Garfield69 fca82c14e2 oxtorrent: season pack support. #9712 2020-10-21 16:58:45 +13:00
Garfield69 d640db6c59 gktorrent: season pack support. #9712 2020-10-21 16:58:28 +13:00
Garfield69 48ea2d15da cpabien: season pack support. #9712
optional cat config support for torznab app compatibility
2020-10-21 16:58:02 +13:00
Garfield69 ce378eec69 mvgroup: optional cat config support for torznab app compatibility 2020-10-21 16:56:20 +13:00
Garfield69 cdf473e250 cpasbienclone: optional cat config support for torznab app compatibility 2020-10-21 16:55:34 +13:00
Garfield69 5925daa0f9 brasiltracker: optional cat config support for torznab app compatibility 2020-10-21 16:54:54 +13:00
Garfield69 e3b936c886 tapochek: refresh cats and add MR 2020-10-21 09:20:54 +13:00
Garfield69 4c3f9db0ba thehorrorcharnet: add date TZ 2020-10-20 17:06:43 +13:00
Garfield69 2a5373865b tellytorrent: refresg cats 2020-10-20 17:05:45 +13:00
Garfield69 e18dd1955e teamhd: add date TZ 2020-10-20 17:05:29 +13:00
Garfield69 ca9f358995 add vsthouse a russian public audio tools site resolves #9906 2020-10-20 15:21:05 +13:00
Diego Heras 5d1b84f215
assorted c#: enable music and book search in several trackers (#9910) 2020-10-20 13:38:27 +13:00
Garfield69 38c4f1f4d2 fouducinema: updates for new engine resolves #8260 2020-10-20 12:02:22 +13:00
Garfield69 2ed4a22d95 gtorrent: drop nuked torrents resolves #9911 2020-10-20 11:48:39 +13:00
Diego Heras 8bc765eaae
core: code cleanup. part 2 (#9909) 2020-10-19 23:19:10 +02:00
Diego Heras 1d6980c0e8
core: code cleanup (#9908) 2020-10-19 22:50:19 +02:00
Diego Heras ec48676f49
core: show indexer id if cardigann definition is wrong (#9905) 2020-10-19 21:27:23 +02:00
Diego Heras da0761406f
core: refactor book-search (#9897) 2020-10-19 21:26:43 +02:00
Dmitry Chepurovskiy 92ab804cbc
shizaproject: removed debugging logging (#9901) 2020-10-19 21:22:48 +02:00
Garfield69 76e17a5b82 assorted yml: remove imdbis from search mode, only q is valid here 2020-10-19 16:56:16 +13:00
Garfield69 4682615257 assorted yml: only provide music parms that are actually supported in indexers #9895
these were existing music-search modes that incorectly specified the complete parm list despite, in most cases only actually using artist and occasionally album
2020-10-19 15:01:48 +13:00
Diego Heras 1e42016546
core: refactor music-search (#9895) 2020-10-18 23:20:08 +02:00
Diego Heras 463078ebc0
femdomcult: update categories. resolves #9886 (#9894) 2020-10-18 22:49:34 +02:00
Diego Heras 56a260f0d7
core: disable tv-search by default (#9893)
* Disable tv-search in music trackers
* Add TVRage search in Cardigann
2020-10-18 22:47:36 +02:00
Dmitry Chepurovskiy a8933a3844
Added AniMedia public indexer (#9879) 2020-10-18 22:34:13 +02:00
Dmitry Chepurovskiy aec1b16612
Added ShizaProject semi-private tracker (#9878) 2020-10-18 22:33:47 +02:00
Garfield69 0c7f5f4f55 torrent-pirat: add new cats resolves #9519 2020-10-19 07:39:35 +13:00
Garfield69 307f3f6eb7 tpb: fix 92ec38d1 2020-10-19 07:05:48 +13:00
Garfield69 04abcb13ea torrentparadise: add new cat resolves #8438 2020-10-19 07:03:38 +13:00
Diego Heras 9cdad3de64
core: separate categories from movie-search (#9862)
* Categories and Torznab movie-search are separated
* Movie-search parameters are validated
* Fixed some bugs in Cardigann indexers
2020-10-18 19:26:22 +02:00
ilike2burnthing 1fcd467996
audiobookbay: add unblockit proxy 2020-10-18 16:04:26 +01:00
Diego Heras fcdc41521b
torrentcsv: improve pr #9875 (#9887) 2020-10-18 15:14:52 +02:00
Diego Heras af4864b9a9
anylibria: add guid and code clean up (#9885) 2020-10-18 15:05:59 +02:00
Diego Heras 05380e3519
torrentmafya: fix download links. resolves #9874 (#9884) 2020-10-18 14:49:24 +02:00
Garfield69 b6e88536c8 add lepornoinfo a public 3X site resolves #9869 2020-10-18 21:58:13 +13:00
Daniel Martin Gonzalez ae650b3835
[epublibre] Add alternative unblock site (#9881)
epublibre is blocked in some ISPs. I add the alternative unblock site to be able to use it.
2020-10-18 21:12:48 +13:00
Garfield69 54b672e8d7 add gtorrent a Russian public site resolves #9868 2020-10-18 21:07:01 +13:00
Garfield69 50edc5cb57 add byrutor a public Russian games site resolves #9867 2020-10-18 19:19:12 +13:00
Garfield69 eb3f7f4f89 takeabyte: refresh cats
add data TZ
2020-10-18 16:42:44 +13:00
Garfield69 9d9092edb4 sportscult: refresh cats
add date TZ
2020-10-18 16:42:18 +13:00
ilike2burnthing 92ec38d197
thepiratebay: update proxies 2020-10-18 02:52:47 +01:00
Garfield69 ded05064fd add borgzelle a private German site resolves #9855 2020-10-18 11:21:10 +13:00
ilike2burnthing 06f7fafe6b
torrentview: change to *21.net 2020-10-17 12:17:37 +01:00
Diego Heras 6619ff701a
torrentscsv: disable latest torrents search. #4676 (#9875) 2020-10-17 12:27:50 +02:00
Garfield69 6da1b5beae assorted yaml: add book-search to indexers that have a Books category 2020-10-17 17:50:47 +13:00
Garfield69 7b090cb15d madsrevolution: add MR and MST 2020-10-17 16:06:39 +13:00