seeyabye
b437e0dd85
animebytes: new option for more fine-grain synonymn selections ( #9484 )
2020-09-13 19:00:09 +02:00
Diego Heras
652dac4163
core: change seeds/leechers type to long. resolves #6558 ( #9505 )
...
There are several sites with wrong seeds/leechers like 4,294,967,295
We can fix that by increasing the variable to long (to avoid casting error)
and then set a valid value (0 seeds/leechers)
2020-09-12 16:32:38 +02:00
Diego Heras
e940ac4c51
myanonamouse: option to exclude vip torrents. resolves #4579 ( #9362 )
2020-08-17 19:49:30 +02:00
Qstick
f8ad109b78
cardigann: Add TVDbId, TMDbId Query Support ( #9102 )
2020-08-17 10:07:04 +12:00
ta264
df91bd4573
Add support for book-search ( #9306 )
2020-08-17 09:44:12 +12:00
Tawagot0
0de5606c2e
xthor: replace vostfr with english ( #8797 )
2020-05-28 19:39:09 +02:00
Diego Heras
8301ceba96
avistaz, privatehd, cinemaz: use json api. resolves #8727 ( #8747 )
2020-05-23 14:46:22 +02:00
Diego Heras
6156ad0cd5
core: allow renaming & merging of trackers with config (part 1 #8355 ) ( #8608 )
...
core: allow renaming & merging of trackers with config (part 1 #8355 ) (#8608 )
* rename site field to id in yaml indexers
* add id field in c# indexers
* use id field instead of class name in c#
2020-05-11 21:59:28 +02:00
Diego Heras
97e4c53218
rarbg: remove .torrent download and code cleanup ( #8462 )
2020-05-05 19:20:21 +12:00
Cory
f3d7b9fe26
Revert "Core: remove ItemType enum in favor of pattern matching ( #8277 )" ( #8295 )
...
This reverts commit e83ed96194
.
2020-04-21 01:45:21 -05:00
Garfield69
6afd992b9f
filelist: update the info about passkey. 2caccea
2020-04-21 16:37:54 +12:00
Cory
e83ed96194
Core: remove ItemType enum in favor of pattern matching ( #8277 )
2020-04-20 17:52:42 -05:00
Garfield69
2cacceaef4
filelist: update passkey info
...
stress the difference between password and passkey
2020-04-21 07:06:48 +12:00
IIIspaceIII
4d07daaebe
FileList: Add API functionality. Resolves #7004 Resolves #5190 ( #7987 )
2020-04-17 21:18:09 -05:00
morpheus133
cd4e5de8f4
Add support of IMDBid search for ncore indexer ( #7847 )
2020-04-17 17:45:26 -05:00
Diego Heras
5d47cf060a
core: fix links in rss, torznab and potato feeds ( #8141 )
2020-04-12 18:06:39 +02:00
Cory
0fc36236cd
Cardigann: Add query url separator option ( #8128 )
2020-04-12 19:55:56 +12:00
krt-
f355db6788
CardigannIndexer: Fix andmatch filter to respect keywordsfilters resolves #7988 ( #8007 )
2020-04-11 14:02:00 -05:00
Cory
6dc00de864
Re-run dotnet format and enable style enforcement. ( #8053 )
2020-04-07 11:17:17 -05:00
Diego Heras
484cc35577
core: remove unused imports ( #8022 )
2020-04-04 19:56:18 +13:00
Diego Heras
4741902ade
core: remove unused classes ( #8012 )
2020-04-04 01:03:26 +02:00
Jonas Stendahl
09df00aae5
HDBitsAPI: Add missing filter options ( #7931 )
2020-04-02 08:05:33 +13:00
Diego Heras
6727b28cf1
speedcd: fix category search and add alternative domain ( #7946 )
2020-03-31 15:26:07 -05:00
Diego Heras
e92bef31ef
pretome: add configuration instructions ( #7925 )
2020-03-30 14:25:21 +13:00
Cory
06315470c4
core: remove enumerable related extensions ( #7842 )
2020-03-26 22:13:38 -05:00
Cory
b5a6aab894
core: prefer object initializers ( #7342 )
2020-03-26 17:15:28 -05:00
Cory
d7dddf6009
core: remove string extensions in favor of explicit conversion ( #7839 )
2020-03-24 21:39:38 -05:00
ende124
69b01c34f8
norbits: Add fullsearch option ( #7710 )
2020-03-18 20:50:13 +13:00
Diego Heras
d27ab11d8c
elitetracker: add imdb search and fix categories ( #7657 )
2020-03-15 00:18:42 +01:00
Diego Heras
6999410617
core: fix file permissions ( #7479 )
2020-03-03 10:29:01 -06:00
Diego Heras
e55e92f9ac
Core: Fix line endings to match style guide( #7476 )
2020-03-03 10:28:26 -06:00
Cory
889a8da4e5
Convert functions and properties to expression bodies when able ( #7312 )
...
Convert functions and properties to expression bodies when able
2020-02-25 10:08:03 -06:00
Diego Heras
d806bb18a2
core: improve cookie configuration help ( #7293 )
2020-02-23 08:31:38 +13:00
Jonas Stendahl
950d38a651
Add codec and medium filters to HDBits API ( #7209 )
...
* Add codec and medium filters to HDBits API
* Add checkboxes support to CardigannIndexer
* Expose multi-select as template variable
* update datestamp to force cache refresh
Co-authored-by: garfield69 <garfield69@outlook.com>
2020-02-20 09:23:55 +13:00
Cory
348dddfbee
core: Apply declarations styles ( #7166 )
2020-02-11 11:16:19 +13:00
Cory
98541ac6f8
core: Sort and remove usings ( #7159 )
2020-02-10 07:08:34 +13:00
Cory
c12da520a4
Run dotnet format on solution ( #7145 )
2020-02-09 15:35:16 +13:00
Garfield69
36f91abc35
rutracker: add captcha info to config. https://github.com/Jackett/Jackett/pull/6994#issuecomment-577585897
2020-01-26 10:18:25 +13:00
Diego Heras
9413006524
cardigann: add attribute for download selector ( #6891 )
2020-01-11 17:52:11 +13:00
morpheus133
a89c7dedeb
ImdbTVSearchSupport added for c# based indexers ( #5791 )
2020-01-09 16:32:02 +13:00
Garfield69
6e9c312679
elitetracker: add vostfr to English replacement config option. resolves #6855
2020-01-07 21:05:03 +13:00
takosine
b70f38b8ff
PassThePopcorn: change login to support 2fa ( #6823 ) resolves #6649
2020-01-06 09:43:54 +13:00
Garfield69
e85ffec947
elite-tracker: add multi config option. resolves #5064
...
add cat 97
fix category selector
fix longtitle processing
2019-12-23 10:01:32 +13:00
lpearl
fd36eb068c
add pornolab a semi-private Russian site ( #6465 ) resolves #4373
2019-12-05 16:26:59 +13:00
Garfield69
171a70693b
Revert "resultpage: support 8 digit imdbid"
...
This reverts commit 2e102ee456
.
2019-10-08 10:51:24 +13:00
Garfield69
2e102ee456
resultpage: support 8 digit imdbid
2019-10-07 10:57:11 +13:00
Garfield69
7d9047cf14
apisearch: support 8 digit imdbid
2019-10-07 10:09:57 +13:00
Aurelien
e5ac79fc3b
EliteTracker: removed experimental label in Configuration ( #6059 )
2019-09-30 00:29:57 +13:00
Garfield69
5ee47c7494
revert #6050 , apprarently hdforever is still alive
2019-09-29 23:21:47 +13:00
Aurelien
07e6dd512f
remove hd-forever. site is gone. ( #6050 )
2019-09-29 09:39:38 +13:00