Commit Graph

6574 Commits

Author SHA1 Message Date
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
Jian Li f499c29a13
PTMSG, HDAREA, TorrentCCF: switch to cookie method (#9577) 2020-09-21 18:17:41 +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 e4d384158a Revert "core: refactor http webclient part 3 #8529 (#7659)"
This reverts commit 823ed8522c.
2020-09-21 08:04:15 +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 263b5b5433 Revert "core: refactor http webclient part 5 #8529 (#7661)"
This reverts commit 4a11a770d7.
2020-09-21 08:04:06 +02:00
ngosang db0d14822f Revert "core: refactor http webclient part 6 #8529 (#7690)"
This reverts commit 0f431471cd.
2020-09-21 08:04:02 +02:00
ngosang 5f457fcb29 Revert "core: refactor http webclient part 7 #8529 (#7689)"
This reverts commit 79fa3b9e0d.
2020-09-21 08:03:27 +02:00
ngosang 08c41c6daa Revert "core: refactor http webclient part 8 #8529 (#7725)"
This reverts commit 1184a9285a.
2020-09-21 08:03:23 +02:00
ngosang 94feb875f7 Revert "core: refactor http webclient part 9 #8529 (#7727)"
This reverts commit c8b91bece6.
2020-09-21 08:03:18 +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 90d31a9b8e Revert "core: refactor http webclient part 11 #8529 (#7728)"
This reverts commit e0ef6bc8a8.
2020-09-21 08:03:08 +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
ngosang 9d5636cc19 Revert "core: refactor http webclient part 14 #8529"
This reverts commit 4b983162fc.
2020-09-21 08:02:41 +02:00
Garfield69 bfcfe855bc torrentbd: path changes for selectors
the search path has dropped the prefix torrent/
and the download link new contains the absolute uri
2020-09-21 15:11:10 +12:00
Garfield69 34f0eaa818 lesaloon: add config multi option. #9544 and add freeleech filter #9456
untested

also add a couple of missing categories
2020-09-20 22:44:10 +12:00
Garfield69 0b02251f18 bteye: Gone. removed. resolves #7247 2020-09-20 19:12:35 +12:00
Garfield69 2274f5db0e hush: add config multi option. #9544
untested
2020-09-20 11:10:30 +12:00
Garfield69 e6da7cfd6d generationfree: correct SLC resolves #9558
refresh categories
2020-09-20 07:07:37 +12:00
ngosang 4b983162fc core: refactor http webclient part 14 #8529
Remove old http webclients references
2020-09-19 19:16:13 +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 e0ef6bc8a8 core: refactor http webclient part 11 #8529 (#7728)
Remove redundant NetCore classes and update client selection logic
2020-09-19 18:39:33 +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 c8b91bece6 core: refactor http webclient part 9 #8529 (#7727)
Move identical functions up to base WebClient instance. Replay #7691
2020-09-19 18:38:46 +02:00
Cory 1184a9285a core: refactor http webclient part 8 #8529 (#7725)
Replay Remove automapper commit after rebase
2020-09-19 18:38:21 +02:00
Cory 79fa3b9e0d core: refactor http webclient part 7 #8529 (#7689)
Move web-result encoding logic to internal lazy evaluation
2020-09-19 18:37:56 +02:00
Cory 0f431471cd core: refactor http webclient part 6 #8529 (#7690)
Add implicit string result conversion
2020-09-19 18:37:27 +02:00
Cory 4a11a770d7 core: refactor http webclient part 5 #8529 (#7661)
Update standard clients to X509Certificate2
2020-09-19 18:36:56 +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 823ed8522c core: refactor http webclient part 3 #8529 (#7659)
Move encoding for results into BaseWebResult to prepare for class merging
2020-09-19 18:35:44 +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
Diego Heras df02034197
legittorrents: show dead torrents (#9559) 2020-09-19 17:40:14 +02:00
Garfield69 06b6d1517c pornbits: add freeleech filter #9456 2020-09-19 20:57:17 +12:00
Garfield69 ee0aeac61b galeriens: add config multi option. #9544 2020-09-19 18:47:02 +12:00
Garfield69 04efe85b52 lechaudron: add config multi option. #9544 2020-09-19 18:46:52 +12:00
Garfield69 4b590f2856 moecat: Gone. removed. resolves #6767 2020-09-19 17:54:35 +12:00
Garfield69 40de438a17 galeriens: add thankyou before download resolves #9549 2020-09-19 17:18:01 +12:00
Garfield69 86b469a52a lechaudron: add thankyou before download resolves #9550 2020-09-19 17:06:25 +12:00
Garfield69 1aa5c18f0c cardigann: debug the requestblock link 2020-09-19 17:05:43 +12:00
Garfield69 dbee27484d nbtorrents: add freeleech filter #9456
untested
2020-09-19 16:22:26 +12:00
Garfield69 9b31e9cf29 4thd: add freeleech filter #9456
untested
2020-09-19 16:22:09 +12:00
Garfield69 2656d5c12d sktorrent-org: add freeleech filter #9456
untested
2020-09-19 14:24:38 +12:00
Garfield69 a9f9051d16 mma-torrents: add freeleech filter #9456
untested
2020-09-19 14:24:23 +12:00
Garfield69 1ea135e19b generationfree: add freeleech filter #9456
untested
2020-09-19 14:24:10 +12:00
Garfield69 f85e608498 ebooks-shares: add freeleech filter #9456
untested
2020-09-19 14:23:56 +12:00
Garfield69 e177081ab7 wihd: add config multi option. #9544 and add freeleech filter #9456
untested
2020-09-19 14:17:53 +12:00