ilike2burnthing
8805290f7d
[NewPCT] restore pctmix.com ( #9605 )
2020-09-23 08:10:37 +12:00
ngosang
621a47338d
core: refactor http webclient part 16 #8529
...
Rename RequestWithCookiesAsync method
2020-09-21 19:06:32 +02:00
Cory
ac0ba0f9b1
core: refactor http webclient part 13 #8529 ( #8941 )
...
Merge string/byte request code
2020-09-21 18:13:30 +02:00
Cory
67c7b4ca70
core: refactor http webclient part 12 #8529 ( #8939 )
...
Merge web results classes into single class and update usages
2020-09-21 18:13:27 +02:00
Cory
125298425a
core: refactor http webclient part 10 #8529 ( #7729 )
...
Move WebResult String and Byte properties to base class
2020-09-21 18:13:19 +02:00
Cory
4dd6da4f6e
core: refactor http webclient part 4 #8529 ( #7653 )
...
Change byte result name to ContentBytes in preparation for merge
2020-09-21 18:12:00 +02:00
Cory
4531a876eb
core: refactor http webclient part 2 #8529 ( #7654 )
...
Use base class when not looking at content variable
2020-09-21 18:11:53 +02:00
Cory
d760350dc0
core: refactor http webclient part 1 #8529 ( #7652 )
...
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
2020-09-21 18:11:48 +02:00
Garfield69
cf34dfec8e
BB: fix details link. resolves #9541
...
also refresh categories
and drop redundant duplicate grabs selector.
2020-09-21 18:20:28 +12:00
ngosang
1271ecaa4c
Revert "core: refactor http webclient part 1 #8529 ( #7652 )"
...
This reverts commit 0bdcfd1e7b
.
2020-09-21 08:04:26 +02:00
ngosang
9c492c5dcb
Revert "core: refactor http webclient part 2 #8529 ( #7654 )"
...
This reverts commit 7c071b32ee
.
2020-09-21 08:04:21 +02:00
ngosang
ede3f77e6a
Revert "core: refactor http webclient part 4 #8529 ( #7653 )"
...
This reverts commit c605c9a7ae
.
2020-09-21 08:04:11 +02:00
ngosang
2d0b378545
Revert "core: refactor http webclient part 10 #8529 ( #7729 )"
...
This reverts commit 3a0ece162f
.
2020-09-21 08:03:14 +02:00
ngosang
a8d055f0d5
Revert "core: refactor http webclient part 12 #8529 ( #8939 )"
...
This reverts commit 22bced9ca3
.
2020-09-21 08:02:58 +02:00
ngosang
ca61f965e9
Revert "core: refactor http webclient part 13 #8529 ( #8941 )"
...
This reverts commit 4d63fa81d5
.
2020-09-21 08:02:53 +02:00
Cory
4d63fa81d5
core: refactor http webclient part 13 #8529 ( #8941 )
...
Merge string/byte request code
2020-09-19 18:43:06 +02:00
Cory
22bced9ca3
core: refactor http webclient part 12 #8529 ( #8939 )
...
Merge web results classes into single class and update usages
2020-09-19 18:40:08 +02:00
Cory
3a0ece162f
core: refactor http webclient part 10 #8529 ( #7729 )
...
Move WebResult String and Byte properties to base class
2020-09-19 18:39:12 +02:00
Cory
c605c9a7ae
core: refactor http webclient part 4 #8529 ( #7653 )
...
Change byte result name to ContentBytes in preparation for merge
2020-09-19 18:36:33 +02:00
Cory
7c071b32ee
core: refactor http webclient part 2 #8529 ( #7654 )
...
Use base class when not looking at content variable
2020-09-19 18:35:26 +02:00
Cory
0bdcfd1e7b
core: refactor http webclient part 1 #8529 ( #7652 )
...
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
2020-09-19 18:33:39 +02:00
Garfield69
1aa5c18f0c
cardigann: debug the requestblock link
2020-09-19 17:05:43 +12:00
Garfield69
82c86be1e1
lostfilm: drop *.tv domain. resolves #9537
2020-09-17 07:33:12 +12:00
garfield69
e7b7e7c2b1
Add Cardigann configuration for 720pier indexer. (replacement for #9525 ) resolves #9524 ( #9531 )
2020-09-14 20:34:13 +12:00
Diego Heras
de16ba7024
720pier: fix new layout. resolves #9511 ( #9523 )
2020-09-14 00:04:23 +02:00
Diego Heras
4965d6820c
scenetime: fix login / configuration load. resolves #9493 ( #9522 )
2020-09-13 23:06:30 +02:00
Jake Shirley
c78998c8fd
Add Libble a Private music site #3897 ( #9426 )
2020-09-14 06:43:27 +12:00
seeyabye
8852342003
passthepopcorn: fixed permanent link for each torrent. resolves #8927 ( #9498 )
2020-09-13 19:15:41 +02:00
seeyabye
b437e0dd85
animebytes: new option for more fine-grain synonymn selections ( #9484 )
2020-09-13 19:00:09 +02:00
Diego Heras
ee1be44169
xspeeds: add missing category ( #9515 )
2020-09-13 12:01:23 +02:00
Diego Heras
53894ca2c4
myanonamouse: fix author parsing error ( #9514 )
2020-09-13 11:30:54 +02:00
Garfield69
594f1776d9
iptorrents: ipt.rocks -> legacy #9500
2020-09-13 10:52:50 +12: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
90575cc7da
rarbg: improve search with retries ( #9504 )
2020-09-12 16:03:43 +02:00
Diego Heras
945e26e0dd
torrentseeds: fix search ( #9503 )
2020-09-12 15:32:32 +02:00
Diego Heras
05a08e8eb1
divxtotal: fix download link ( #9501 )
2020-09-12 14:43:25 +02:00
Garfield69
a658540d39
psytorrents: ignore expired certificate. resolves #9479
2020-09-10 07:09:26 +12:00
ilike2burnthing
aef9880fa6
NewPCT: remove pctnew.org & pctmix.com - down ( #9451 )
2020-09-05 16:06:55 +12:00
ilike2burnthing
a0c18f7fcf
NewPCT: remove descargas2020.org - down ( #9440 )
2020-09-04 07:08:20 +12:00
Garfield69
0a8f7f27cc
torrentseeds: new search engine and layout
2020-08-31 19:31:58 +12:00
ilike2burnthing
24b872eadb
newpct: add pctmix.com ( #9398 )
2020-08-28 13:02:39 +12:00
Diego Heras
7327832e97
speedcd: update categories ( #9363 )
2020-08-17 20:11:55 +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
Garfield69
dfdbbad532
Revert "Update TorrentSyndikat.cs ( #9314 )"
...
This reverts commit 7e39c03d63
.
2020-08-17 09:42:42 +12:00
ERR1R
105be3663a
digitalcore: add New Category ( #9332 )
2020-08-14 17:25:52 +12:00
ta264
37a9d6b393
Fixed: Unset variable in CardigannIndexer if it's missing in the row ( #9305 )
2020-08-12 18:01:59 +12:00
Du2oE
7e39c03d63
Update TorrentSyndikat.cs ( #9314 )
2020-08-09 07:09:27 +12:00
jellofishi
0bc64c6238
[BakaBT] Added categories for tracker ( #9227 )
2020-08-08 07:40:44 +12:00
Diego Heras
3e61d05586
nordicbits: fix search in old themes. resolves #9274 ( #9304 )
2020-08-05 19:39:12 +02:00
Garfield69
700e309405
mejortorrent: update download link. resolves #9296
2020-08-05 20:24:45 +12:00
Garfield69
1e5ef0f48a
gimmepeers: update categories. resolves #9294
2020-08-05 12:16:45 +12:00
Garfield69
16f8803998
rutracker: new selectors for detailslink and forumlink. resolves #9282
2020-08-04 09:11:32 +12:00
Garfield69
8f4c9f8f30
abnormal: correction
2020-08-04 07:27:26 +12:00
Garfield69
83319b93e0
abnormal: site is using expired certificate. #9287
2020-08-04 07:26:24 +12:00
Diego Heras
8c7564f406
anidex: fix search params. resolves #9193 ( #9209 )
2020-07-22 01:25:56 +02:00
Diego Heras
59a7fc66d5
torrentseeds: fix keyword search ( #9206 )
2020-07-22 00:14:13 +02:00
Diego Heras
47140b6fd8
divxtotal: improve size parsing ( #9202 )
2020-07-21 23:00:22 +02:00
Garfield69
cefa0068da
lostfilm: add *.run sitelink resolves #9154
2020-07-14 09:15:26 +12:00
Christian Franchin
67bf90d0bd
bjshare: fix re-login on every redirect ( #9112 )
2020-07-07 22:53:27 +02:00
soleil
e863537ac2
DICMusic: new private tracker ( #9041 )
2020-07-07 22:51:23 +02:00
Garfield69
f86dd2d43a
Revert "torrentday: update domains #9056 "
...
This reverts commit d6a412b01d
.
2020-07-07 07:40:13 +12:00
Garfield69
8462301df6
720pier: some download links are vip only
2020-07-01 10:32:19 +12:00
Garfield69
d6a412b01d
torrentday: update domains #9056
2020-06-27 07:34:41 +12:00
Garfield69
5c7797aed3
hebits: add missing categories and show cats in results
2020-06-25 18:11:47 +12:00
Garfield69
4ea551201a
hdolimpo: upgrade to unit3d resolves #9032
2020-06-24 07:15:27 +12:00
Diego Heras
631c84094c
revolutiontt: improve login error message. #8972 ( #9030 )
2020-06-21 22:30:19 +02:00
Diego Heras
6e7de7a8f4
rutracker: catch exception in configuration loading. resolves #8998 ( #9024 )
2020-06-21 11:45:06 +02:00
Diego Heras
85c736f44f
anthelion: fix categories and remux. show imdb id. #7923 ( #9023 )
2020-06-21 11:22:49 +02:00
Diego Heras
e9c8c95d96
tvvault: fix login error message ( #9021 )
2020-06-21 09:57:44 +02:00
Diego Heras
396c638f20
mejortorrent: fix download link ( #9018 )
2020-06-21 07:47:58 +02:00
Diego Heras
454350dfaf
scenefz, xtremezone: fix categories ( #9016 )
2020-06-21 07:19:35 +02:00
Diego Heras
62ecf8e552
xspeeds: code clean up ( #9012 )
2020-06-20 21:11:22 +02:00
Diego Heras
a7d6cafbc6
tv-vault: add imdb search and improve season search. #8508 ( #8969 )
...
* Add IMDB search
* Improve TV season search
2020-06-14 13:39:04 +02:00
Garfield69
1e03a14e81
Revert "rarbg: do not use ranked=0 with mode=list. resolves #8945 "
...
This reverts commit abf85fe8fe
.
2020-06-13 07:17:19 +12:00
Garfield69
abf85fe8fe
rarbg: do not use ranked=0 with mode=list. resolves #8945
2020-06-12 08:40:47 +12:00
Diego Heras
39740d1f4c
torrentday: use cookie login method. resolves #8912 ( #8931 )
2020-06-09 21:25:19 +02:00
Diego Heras
03cc3f4f60
exoticaz: rewrite in c# to use the api. resolves #8873 ( #8900 )
2020-06-07 03:37:12 +02:00
Diego Heras
d490b007ff
torrentscsv: fix empty search. resolves #8587 ( #8897 )
2020-06-07 02:11:41 +02:00
Diego Heras
ab5cf5b10d
broadcasthenet: rename indexer. #8355 ( #8888 )
2020-06-06 22:15:50 +02:00
Diego Heras
cdfdcde560
torrentheaven: fix parsing error. resolves #8839 ( #8887 )
2020-06-06 21:56:21 +02:00
Diego Heras
21cc4f1cdd
torrentleech: improve search query. resolves #8230 ( #8842 )
2020-06-02 22:57:40 +02:00
Diego Heras
bc9d02d2e8
scenetime: fix user/pass login. resolves #8716 ( #8835 )
2020-06-01 20:26:43 +02:00
Diego Heras
a9a7a2fcd0
xtremezone, scenefz, icetorrent: fix empty banner. resolves #8816 ( #8834 )
2020-06-01 20:16:09 +02:00
Diego Heras
a37e609a0c
xtremezone, scenefz, icetorrent: use json api. resolves #5954 resolves #7774 ( #8816 )
2020-05-30 19:49:18 +02:00
Diego Heras
507a6edc34
secretcinema: remove ebook cat and add andmatch. resolves #8779 ( #8812 )
2020-05-30 13:06:43 +02: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
8773df2c01
iptorrents: add files. resolves #8034 ( #8737 )
2020-05-21 22:23:06 +02:00
snamds
0ad1bf6b15
NewPCT - literal "temporada" changed ( #8714 )
2020-05-20 16:19:14 +12:00
Diego Heras
e00861b9ec
showrss: keep cloudflare cookie ( #8675 )
2020-05-16 01:36:55 +02:00
Diego Heras
7b9aea89cb
horriblesubs: keep cloudflare cookie ( #8674 )
2020-05-16 01:36:20 +02:00
Diego Heras
0b94c0fc8f
yts: keep cloudflare cookie ( #8673 )
2020-05-16 01:36:05 +02:00
Diego Heras
f3a7e40b88
rutracker: fix seeders. resolves #8629 ( #8665 )
2020-05-16 00:13:50 +02:00
Diego Heras
ee660bb997
redacted: rename old id passtheheadphones #8355 ( #8669 )
2020-05-16 00:00:44 +02:00
Diego Heras
31fbcc1c53
nebulance: rename old id transmithenet #8355 ( #8668 )
2020-05-15 23:55:14 +02:00
Diego Heras
35358e3c76
anthelion: rename old id tehconnectionme #8355 ( #8667 )
2020-05-15 23:50:04 +02:00
Diego Heras
6ef2dec5cf
bakabt: fix query object modification. resolves #8531 ( #8666 )
2020-05-15 23:41:32 +02:00
Diego Heras
b0336b932c
assorted: review alternative links. resolves #8591 ( #8664 )
2020-05-15 23:06:58 +02:00
Christian Franchin
409c74e9ea
bjshare: Removed handling that removed the original audio from the details ( #8638 )
...
since the tracker doesn't use it anymore and it was causing some issues
2020-05-15 10:31:27 +12:00
morpheus133
0c1bc1ab3b
ncore: Correct link seen in name ( #8633 ) resolves #8630
2020-05-15 10:30:14 +12:00
Diego Heras
85b34ffe1f
scenehd: andmatch ( #8620 )
2020-05-13 00:57:56 +02:00
Diego Heras
700fef516a
torrentscsv: temporary fix for empty search #8587 ( #8618 )
2020-05-13 00:40:13 +02:00
Diego Heras
38bd2cc2f2
core: rename c# trackers (part 2 #8355 ) ( #8611 )
2020-05-12 10:58:10 +12: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
c32463523c
horriblesubs: fix torrents without download link ( #8589 )
2020-05-10 22:32:24 +02:00
Diego Heras
4262c5de6f
scenehd: passkey login and code clean up. resolves #7034 ( #8571 )
2020-05-09 23:35:43 +02:00
Diego Heras
8e48d4b1dc
scenetime: fix query without results. resolves #8549 ( #8569 )
2020-05-09 15:41:35 +02:00
Diego Heras
a5d4056e50
redacted: andmatch. resolves #8413 ( #8568 )
2020-05-09 14:13:47 +02:00
Diego Heras
d41aa3144b
newnewpct: fix quality. resolves #8407 ( #8565 )
2020-05-09 10:21:57 +02:00
Diego Heras
08386418b2
newpct: fix language and quality. resolves #8407 ( #8548 )
2020-05-06 00:46:31 +02:00
Diego Heras
108475b72a
horriblesubs: fix comments url and code clean up ( #8419 )
2020-05-05 19:53:02 +12:00
Diego Heras
97e4c53218
rarbg: remove .torrent download and code cleanup ( #8462 )
2020-05-05 19:20:21 +12:00
Diego Heras
6d7ca6b4f9
torrentscsv: removed fake categories, fix link, code clean up ( #8469 )
2020-05-05 19:09:53 +12:00
proton
cfd70ca1a7
AnimeBytes: Use universal torrent link ( #8534 )
2020-05-05 18:55:58 +12:00
Diego Heras
162ad104ef
ci/cd: exclude indexers from code coverage ( #8448 )
2020-05-03 18:35:52 -05:00
Diego Heras
7dea10e2b2
hdspace: add missing categories. resolves #8512 resolves #7664 ( #8525 )
2020-05-04 01:00:04 +02:00
Diego Heras
404b2caa63
bithdtv: add missing category. resolves #8511 ( #8524 )
2020-05-04 00:48:42 +02:00
Christian Franchin
c72ad70b66
bjshare: Fix web format and series naming on 24h search ( #8502 )
2020-05-04 10:21:54 +12:00
Diego Heras
86374ab87e
corsarored: fix null category ( #8471 )
2020-05-01 18:56:27 +02:00
Diego Heras
cb24d1aea7
cinecalidad: fix parsing error ( #8470 )
2020-05-01 18:32:23 +02:00
Garfield69
2c355d4f2c
rutracker: add new cats
2020-05-01 18:18:18 +12:00
Diego Heras
139885a8dd
animetosho: andmatch. resolves #8413 ( #8423 )
2020-05-01 07:54:03 +12:00
Diego Heras
15da37e6d0
newpct: fix size parsing ( #8435 )
2020-04-30 18:26:24 +02:00
Diego Heras
7a04c87a35
speedcd: add user/pass login again. resolves #8366 ( #8427 )
2020-04-30 13:10:03 +02:00
Diego Heras
d6d6ae28a4
pretome: fix categories. resolves #8409 ( #8426 )
2020-04-30 12:34:03 +02:00
Diego Heras
72f59278fa
mejortorrent: fix download link and code clean up ( #8420 )
2020-04-30 10:44:44 +02:00
Diego Heras
fe252faf1d
divxtotal: fix download link ( #8414 )
2020-04-29 21:01:17 +02:00
Diego Heras
90dc75597d
speedcd: fix new layout. resolves #8392 ( #8399 )
2020-04-29 08:36:42 +12:00
Cory
ee74e57dc3
assorted: Remove Duplicated entries in various trackers. ( #8377 )
...
* Remove Duplicated entries in various YAML trackers.
* Remove duplicated entries in C#
2020-04-27 07:41:39 +12:00
Diego Heras
51263fb2d1
scenetime: check expired cookie. resolves #8359 ( #8374 )
2020-04-27 07:24:05 +12:00
Diego Heras
9fa9494d6e
core: fix cookie login message ( #8375 )
...
Before this change the message was:
Your cookie did not work: Your cookie did not work
Now:
Your cookie did not work: Found 0 results in the tracker
2020-04-26 20:18:40 +02:00
Diego Heras
d9b19719e4
speedcd: cookie login. resolves #8366 ( #8372 )
...
They changed the login form again. Now it's more complex to solve because they have several steps, reCaptcha and Google cookie.
2020-04-26 20:09:11 +02:00
Garfield69
8d3782b6aa
milkie: drop subcats resolves #8365
2020-04-26 14:36:37 +12:00
Garfield69
ab59672c50
elite-tracker: add cat 103 resolves #8356
2020-04-26 07:16:47 +12:00
Diego Heras
22a35573ba
newpct: huge refactor. resolves #5618 resolves #7928 resolves #8193 ( #8346 )
2020-04-25 03:33:13 +02:00
Diego Heras
20471ba9d3
nordicbits: fix title, imdb search and dead torrents. resolves #8178 ( #8343 )
2020-04-25 03:32:02 +02:00
Diego Heras
9b130c3e5a
awesomehd: remove the year from the search ( #8342 )
...
Part of #7829
2020-04-24 19:44:24 +02:00
Cory
9e3ecaee1f
torrentheaven: fix indexing error. Resolves #8077 ( #8338 )
2020-04-24 13:23:50 +12:00
monestri
ea1ed86d7a
alpharatio: disable season only search. Resolves #8244
2020-04-23 00:41:17 -05:00
Garfield69
ebc687a467
elite-tracker: replace subfrench #6855
2020-04-22 15:38:12 +12:00
Diego Heras
8d60c60743
milkie: cosmetic changes ( #8301 )
2020-04-22 01:19:53 +02:00
milkiecc
4514ec2d71
milkie: add new private tracker ( #8289 )
2020-04-21 01:57:17 +02:00
Diego Heras
100f04f8ee
filelist: add upload x2 ( #8293 )
2020-04-21 01:53:21 +02:00
Cory
c9aec23304
Cardigann: Add .Today.Year to template variables. Resolves #8258 ( #8269 )
2020-04-20 12:16:19 +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
d9cea8b552
internetarchive: fix torrents without title ( #8242 )
2020-04-17 16:57:41 -05:00
Cory
fa0842c1c8
Cardigann: Add template functions eq/ne ( #8214 )
2020-04-17 08:52:54 +12:00
Garfield69
cfe0e10b70
mejortorrent: new domain .net resolves #8224
2020-04-17 08:35:52 +12:00
cadatoiva
d7850d9367
HDTorrents: Update freeleech detection. Resolves #8197
2020-04-14 23:33:04 -05:00
Uilton Oliveira
7b45dcaed0
BJ-Share: Refactoring and bugfixes. Resolves #8033 ( #8142 )
2020-04-14 23:01:13 -05:00
Garfield69
1cbc19823d
speedcd: correct typo in error msg.
2020-04-13 17:42:25 +12:00
Diego Heras
58aeabc164
speedcd: fix login. resolves #8151 ( #8164 )
2020-04-13 07:25:44 +02:00
cadatoiva
f99589443b
PassThePopcorn: Add missing tags. Resolves #8157
2020-04-13 00:10:23 -05:00
Garfield69
0b264d5a7c
filelist: new domain .io resolves #8161
2020-04-13 16:55:42 +12:00
Diego Heras
9cbc78b1c2
core: fix cookie parsing (part 2) ( #8150 )
...
* core: fix cookie parsing (part 2)
After fixing cookie storage in #8133 I noticed that I still have a lot of '.json.bak' files in the Jackett configuration folder. After deleting them they were created again in each request. The cause was we were parsing bad the cookies with '=' character in the value. Most Cloudflare cookies include if so we were sending bad cookies and solving the callenge in each request.
This PR should increase performance in several ways: we are not solving the challenge again (it takes time), we are not making extra requests and we are not updating the Jackett configuration in each request (both files '.json' and '.json.bak').
Tested with the client HttpWebClient2NetCore only. Please do some tests with the site 1337x.
2020-04-13 06:22:50 +02:00
Diego Heras
8ce15eca73
core: fix cookie storage. resolves #8126 ( #8133 )
2020-04-12 15:00:14 +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
Garfield69
d18927e4b3
tvstore: switch on tv imdbid #8107
2020-04-11 19:03:46 +12:00
Diego Heras
8d8622479d
anidex: fix ddos protection bypass. resolves #8095 ( #8106 )
2020-04-11 14:46:15 +12:00
Cory
47bafe2a52
PassThePopcorn: Use freeleech status to set download factor. Resolves #6951
2020-04-10 13:58:23 -05:00
Diego Heras
bcc3a2c576
hdtorrents: add banner and code cleanup ( #8089 )
2020-04-10 13:43:28 -05:00
Diego Heras
7736e2f87d
core: disable SupportsImdbTVSearch in all trackers due to #8107 ( #8108 )
2020-04-10 07:48:59 +12:00
Diego Heras
208ca3b065
avistaz: fix category parsing. resolves #7593 ( #8050 )
2020-04-09 12:12:43 -05:00
Garfield69
bea75c8647
cgpeers: new domain *.to reselves #8098
2020-04-09 10:11:46 +12:00
Diego Heras
4f42af2a97
cinecalidad: add new public tracker. resolves #6081 ( #8040 )
2020-04-07 14:58:36 -05:00
Cory
6dc00de864
Re-run dotnet format and enable style enforcement. ( #8053 )
2020-04-07 11:17:17 -05:00
Diego Heras
4f9670413d
torrentday: fix login without recaptcha. resolves #8057 ( #8079 )
...
I can't test this very well because I always get the callenge in all domains.
With this fix the configuration dialog will open at least.
2020-04-07 17:16:16 +02:00
Diego Heras
1c34303f58
iptorrents: fix response without results. resolves #8066 ( #8078 )
2020-04-07 16:50:04 +02:00
Cory
ec3a56ad6f
TorrentHaven: Fix date parsing. Resolves #7983 ( #8037 )
2020-04-07 16:47:58 +12:00
Lukas Loibnegger
5ce6a77d3a
newrealworld: some fixes. resolves #7314 ( #8047 )
2020-04-05 16:54:14 +02:00
Diego Heras
f16ee42f7d
torrentleech: code cleanup ( #8038 )
...
* Code cleanup
Tested
2020-04-04 22:34:55 +02:00
Diego Heras
16a59b8abd
torrentday: some fixes and code cleanup ( #8035 )
...
* Add SupportsImdbTVSearch
* Code cleanup
Tested
2020-04-04 22:34:38 +02:00
Diego Heras
45e5d032f7
iptorrents: some fixes and code cleanup ( #8034 )
...
* Add SupportsImdbTVSearch
* Fix 4k category
* Remove files code, not available in the website
* Add description
* Add configuration advice
* Code cleanup
Tested
2020-04-04 22:34:19 +02:00
Diego Heras
ada079dba7
core: remove virtual member calls (part 2) ( #8023 )
2020-04-04 19:56:51 +13:00
Diego Heras
484cc35577
core: remove unused imports ( #8022 )
2020-04-04 19:56:18 +13:00
Diego Heras
4d058ef8b1
epublibre: fix torrent download with retry ( #8021 )
2020-04-04 00:04:58 -05:00
Diego Heras
4741902ade
core: remove unused classes ( #8012 )
2020-04-04 01:03:26 +02:00
Diego Heras
b2390bb954
core: remove virtual member calls (part 1) ( #8011 )
2020-04-04 00:37:42 +02:00
Cory
e1c15f82d2
TvStore: refactor and update ( #7978 )
2020-04-03 13:43:32 +13:00
Cory
fc74b9ebcf
core: Remove non-null extention classes. ( #7979 )
2020-04-03 13:31:39 +13:00
krt-
3ef950ac64
rutracker: update category mappings, fix release title cleanup, strip… ( #7984 )
2020-04-03 10:11:22 +13:00
Garfield69
ef82fc136b
xspeeds: site changed title layout. resoves #7975
2020-04-02 11:16:46 +13:00
Garfield69
db37b42b86
Revert "HDBitsAPI: enable torznab TV imdbid support. #4859 "
...
This reverts commit 72e64b41a1
.
2020-04-02 10:55:27 +13:00
Garfield69
72e64b41a1
HDBitsAPI: enable torznab TV imdbid support. #4859
2020-04-02 08:52:59 +13: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
2672ade767
awesomehd: fix series search and audio track ( #7947 )
2020-03-31 14:37:07 +13:00
Diego Heras
e92bef31ef
pretome: add configuration instructions ( #7925 )
2020-03-30 14:25:21 +13:00
Diego Heras
06449160b6
torrentbytes: add imdb search ( #7930 ) #4859
2020-03-30 09:43:37 +13:00
Diego Heras
99d3aad60a
newpct: huge refactor, alternative links, remove cache ( #7927 )
2020-03-30 09:40:31 +13:00
Diego Heras
aef52b694a
funfile: add imdb search and code clean up ( #7921 ) #4859
2020-03-30 09:32:37 +13:00
Cory
2608a4cd44
720-pier: Update parsing. Resolves #7877 resolves #7190 ( #7895 )
2020-03-29 10:21:09 -05:00
Diego Heras
729edfa262
polishtracker: add imdb search and code clean up ( #7913 )
2020-03-29 13:46:10 +02:00
Diego Heras
e808df2e53
pretome: add imdb search and code clean up ( #7916 )
2020-03-29 13:45:30 +02:00
Garfield69
96d1d4eee7
tvstore: fix out of bounds error. resolves #7876
2020-03-29 16:22:30 +13:00
Diego Heras
42ae10d71e
awesomehd: migrated to c#. resolves #1943 resolves #1481 resolves #5225 ( #7827 )
2020-03-29 05:24:46 +13:00
Cory
ff3f3b9765
TorrentDay: fix invalid cast in results parser. Resolves #7875 ( #7884 )
2020-03-28 09:23:10 +13:00
Garfield69
c30a8656f5
720pier: switch to https
2020-03-27 23:12:48 +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
ende124
8dff433d2e
norbits: fixed no results when the tracker returns one torrent ( #7854 )
2020-03-26 16:38:05 +13:00
Cory
8fbcbf25c3
core: Remove reflection in Nullable TryParse extension ( #7844 )
2020-03-26 06:56:22 +13:00
Cory
707298b0d7
core: Add enumerable extension FirstIfSingleOrDefault ( #7837 )
2020-03-26 06:54:51 +13:00
Cory
d7dddf6009
core: remove string extensions in favor of explicit conversion ( #7839 )
2020-03-24 21:39:38 -05:00
Diego Heras
91812d94b9
core/cardigann: add noappend modifier to category field ( #7816 )
2020-03-23 15:07:33 +13:00
Garfield69
c2ef2517c3
torrentleech: update categories. resolves #7791
2020-03-22 19:25:02 +13:00
Garfield69
6eaaa419f6
torrentseeds: update categories. resolves #7794
2020-03-22 18:18:18 +13:00
Seriox
15d3d08be7
TorrentSyndikat: Add wildcard to season only search.
2020-03-21 18:06:22 -05:00
Cory
916f4756ef
Rargb: Update category mappings. Resolves #7760 ( #7761 )
2020-03-21 20:59:56 +13:00
Cory
3d6da64973
DigitalHive: Fix error in configure script. Resolves #7755 ( #7757 )
2020-03-21 13:17:54 +13:00
Diego Heras
be8dfd7ad6
redacted: fix double login in gazelle trackers. resolves #6461 ( #7756 )
2020-03-21 13:17:25 +13:00
Cory
b2040d3a5b
hd-torrents: Add global freeleech check. resolves #7734 ( #7751 )
2020-03-21 10:58:31 +13:00
Garfield69
392a0d7b7e
cardigannindexer: add optional arg to strdump
...
when you are using multiple strdumps it is useful to tag them with an unique eyecatcher so you can tell them apart in the enhanced log.
2020-03-19 09:09:58 +13:00
ende124
69b01c34f8
norbits: Add fullsearch option ( #7710 )
2020-03-18 20:50:13 +13:00
Diego Heras
fed41d5b68
epublibre: add server overloaded message ( #7697 )
2020-03-16 21:48:14 +01:00
Cory
469620d88b
gimme-peers: fix parse error on zero results resolves #7678 ( #7683 )
2020-03-16 00:21:00 +01:00
Diego Heras
461594e336
elitetracker: fix parsing error. resolves #7675 ( #7684 )
2020-03-15 17:26:18 -05:00
Cory
63f1870319
bithdtv: implement category searching. resolves #7577 resolves #7596 ( #7663 )
...
* Implement category searching. Fixes #7577
* Check if no results Resolves #7596
2020-03-15 22:49:31 +01:00
Cory
ba9710cd7c
hdspace: add imdb search support ( #7665 )
2020-03-15 22:38:54 +01:00
Diego Heras
d1290fc226
epublibre: add new spanish public tracker. resolves #6309 ( #7669 )
2020-03-15 18:42:14 +01:00
Diego Heras
d27ab11d8c
elitetracker: add imdb search and fix categories ( #7657 )
2020-03-15 00:18:42 +01:00
Cory
24f7fa461d
bithdtv: improve imdb search. resolves #7596 ( #7629 )
2020-03-14 19:16:03 +01:00
Diego Heras
fe3fcda356
style: improve date utils code style ( #7632 )
2020-03-15 05:05:10 +13:00
Diego Heras
b689b4581e
funfile: fix parsing error. resolves #7633 ( #7639 )
2020-03-15 05:04:05 +13:00
Diego Heras
e9851a1dbc
funfile: handle disabled download links. resolves #7436 ( #7620 )
2020-03-12 17:34:07 +13:00
fnk93
ec6ed23ecc
torrentseeds: fix re-login and add imdb id ( #7611 )
2020-03-11 19:34:02 +01:00
Cory
628944cb59
TorrentHeaven: Update with user provided HTML. Resolves #7586 (related to #7387 ) ( #7616 )
2020-03-11 18:20:53 +13:00
Diego Heras
08bc5cca75
shazbat: fix parser. resolves #7604 ( #7619 )
2020-03-11 17:58:45 +13:00
Diego Heras
5c16161bfc
morethantv: add banner and description. resolves #7594 ( #7621 )
2020-03-11 12:53:12 +13:00
cadatoiva
74e3dec4ed
Revert "Update TorrentHeaven with user provided html. Resolves #7586 "
...
This reverts commit 0b45557292
.
2020-03-10 12:05:57 -05:00
cadatoiva
0b45557292
Update TorrentHeaven with user provided html. Resolves #7586
2020-03-10 12:02:03 -05:00
fnk93
5f4206608e
TorrentSeeds: Convert to csharp ( #7603 )
2020-03-10 20:11:35 +13:00
snamds
538fa6a38d
Newpct: optionally remove year from movies ( #7597 )
2020-03-10 15:53:57 +13:00
Garfield69
a27c641bcb
torrentleech: update categories. resolves #7590
2020-03-10 06:52:40 +13:00
Diego Heras
fac07933a2
solidtorrents: remove retries ( #7584 )
2020-03-08 22:26:50 +01:00
Diego Heras
1d48eb2dd7
avistaz, cinemaz, privatehd: add imdb search and banner ( #7579 )
2020-03-08 16:28:43 +01:00
Diego Heras
e3956e123e
bakabt: fix optional tag. resolves #7571 #7420 ( #7578 )
2020-03-08 14:50:38 +01:00
Diego Heras
1cfe4f9226
bithdtv: add imdb search ( #7576 )
2020-03-08 14:12:08 +01:00
Diego Heras
2cc601c5a9
piratethenet: add imdb search and fix categories. resolves #7381 ( #7562 )
2020-03-08 12:45:10 +01:00
Diego Heras
a69664428a
morethantv: add imdb search and others category ( #7553 )
2020-03-08 12:32:37 +01:00
Diego Heras
389daf9957
hdolimpo: add banner image ( #7568 )
2020-03-08 12:31:58 +01:00
Cory
7aac4fcfcb
TorrentBytes: fix title bug ( #7529 ) resolves #7527
2020-03-07 07:35:10 +13:00
Cory
c36e3356e2
PassThePopcorn: Fix Freeleech check ( #7522 ) resolves #6951
2020-03-06 19:03:42 +13:00
Cory
d080c4a2ac
Fuzer: Fix parse error ( #7521 ) resolves #7502
2020-03-06 17:21:28 +13:00
garfield69
ae303a5d4e
Fix parse errors in Fuzer and Hebits ( #7506 ) resolves #7502
2020-03-05 19:45:27 +13:00
Garfield69
ca19d2219e
pornolab: add new categories
2020-03-05 19:44:22 +13:00