Commit Graph

6271 Commits

Author SHA1 Message Date
Garfield69 e0a6e6d542 crazyhd: new domain 2020-09-25 15:08:10 +12:00
Diego Heras a1108bc5a2
core: fix invalid characters in xml/rss. resolves #9118 (#9636) 2020-09-25 02:40:13 +02:00
Diego Heras 61eb75f7e1
iptorrents: remove files column. resolves #9434 (#9633) 2020-09-25 00:22:48 +02:00
Diego Heras 24160106d9
core: fix windows tray crash. resolves #8398 (#9632) 2020-09-24 23:25:22 +02:00
Diego Heras b212169dc2
core: code cleanup, exception messages (#9631) 2020-09-24 22:02:45 +02:00
Garfield69 39f7add32b revert d1c41ab585 #9025 #8975 2020-09-24 16:13:25 +12:00
Jonathan Trowbridge 977279318d
ThePirateBay: replace yml with c# and using TPB's API (#9593) 2020-09-24 14:13:17 +12:00
ilike2burnthing 00d3a62cf1
liaorencili: rename to CiliPro and add proxies (#9607) 2020-09-23 10:44:59 +12:00
ilike2burnthing 8805290f7d
[NewPCT] restore pctmix.com (#9605) 2020-09-23 08:10:37 +12:00
ilike2burnthing df1e530833
[thepiratebay] add proxy - piratebay.live (#9604) 2020-09-23 08:08:09 +12:00
Garfield69 ce821be46d iptbar: fix invalid categories #9596 2020-09-23 07:01:15 +12:00
Jian Li 7babbffcf3
Add 1ptbar index and modify soulvoice login to cookie (#9596) 2020-09-23 06:51:53 +12:00
Garfield69 73eb8ddac0 webclient: debug logging. some json starts with [ #8529 2020-09-22 18:42:38 +12:00
Garfield69 1169e08b30 gktorrent: fix config .torrent option 2020-09-22 14:57:39 +12:00
Diego Heras 24bffe9dae
core: refactor http webclient part 17 #8529 (#9589)
Print HTML in debug mode. Fix bugs in old implementation too
2020-09-22 13:06:23 +12:00
Garfield69 17a32a06fc gktorrent: switch to magnet only 2020-09-22 06:48:09 +12:00
Garfield69 b3d277b826 oxtorrent: update .torrent download link resolves #9585 2020-09-22 06:47:47 +12:00
ngosang 621a47338d core: refactor http webclient part 16 #8529
Rename RequestWithCookiesAsync method
2020-09-21 19:06:32 +02:00
ngosang 5ad1c9c87c core: refactor http webclient part 15 #8529
Fix Mono 5.x and Automapper bugs
2020-09-21 18:21:48 +02:00
ngosang 27fa37e220 core: refactor http webclient part 14 #8529
Remove old http webclients references
2020-09-21 18:13:34 +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 124719acae core: refactor http webclient part 11 #8529 (#7728)
Remove redundant NetCore classes and update client selection logic
2020-09-21 18:13:23 +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 ab74421a81 core: refactor http webclient part 9 #8529 (#7727)
Move identical functions up to base WebClient instance. Replay #7691
2020-09-21 18:13:16 +02:00
Cory 41dd2dcad5 core: refactor http webclient part 8 #8529 (#7725)
Replay Remove automapper commit after rebase
2020-09-21 18:13:12 +02:00
Cory b2f00d7fde core: refactor http webclient part 7 #8529 (#7689)
Move web-result encoding logic to internal lazy evaluation
2020-09-21 18:13:09 +02:00
Cory 2d1ad624bb core: refactor http webclient part 6 #8529 (#7690)
Add implicit string result conversion
2020-09-21 18:13:06 +02:00
Cory 30965c0d3b core: refactor http webclient part 5 #8529 (#7661)
Update standard clients to X509Certificate2
2020-09-21 18:12:03 +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 abb8526b76 core: refactor http webclient part 3 #8529 (#7659)
Move encoding for results into BaseWebResult to prepare for class merging
2020-09-21 18:11:57 +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
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
Garfield69 37eed9b38a casatorrent: freeleech=2
based on similar indexers
2020-09-19 14:09:35 +12:00
Garfield69 471f95b73c casatorrent: add config multi option. #9544 and add freeleech filter #9456
untested
2020-09-19 14:03:11 +12:00
Garfield69 f781d6d4ff zetorrents: add config multi option. #9544 2020-09-19 08:30:41 +12:00
Garfield69 28d1a84d27 torrent9clone: add config multi option. #9544 2020-09-19 08:22:48 +12:00
Garfield69 0ee1043fff torrent9: add config multi option. #9544 2020-09-19 07:57:19 +12:00
Garfield69 3c84ab6090 spacetorrent: add config multi option. #9544 2020-09-19 07:45:24 +12:00
Garfield69 e21676f9c7 onlyscene: fix magazine cat typo 2020-09-19 07:44:43 +12:00
Jian Li 2d367a81fd
52pt, ptsbao: use cookie method (#9554) 2020-09-19 06:17:20 +12:00
Garfield69 e49b75aa79 oxtorrent: add config multi option. #9544 2020-09-18 20:23:33 +12:00
Garfield69 30e88be99d onlyscene: add config multi option. #9544
refresh categories
add minimumratio and minimumseedtime
2020-09-18 20:23:06 +12:00
Garfield69 b196a38af9 gktorrent: add config multi option. #9544 2020-09-18 20:22:17 +12:00
Garfield69 01e56a3c57 generationfree: improve multi detection 2020-09-18 18:35:05 +12:00
Garfield69 8fc18d4020 fouducinema: add config multi option. #9544
add minimumratio
2020-09-18 18:19:26 +12:00
Garfield69 3c1ed24602 cpabien, cpasbienclone, epizod: fix title year move 2020-09-18 17:20:24 +12:00
Garfield69 5a55dc0338 ethor: amend multi config 2020-09-18 17:04:44 +12:00
Garfield69 73b6b8bcdb epizod: add config multi option. #9544
shift year from end on title
2020-09-18 17:00:55 +12:00
Garfield69 232330bc7a crazyspirits: add config multi option. #9544
handle abbreviated titles
by using youtube link if available
2020-09-18 16:45:45 +12:00
Garfield69 8432b6bf4b cpasbienclone: add config multi option. #9544 2020-09-18 16:21:20 +12:00
Garfield69 f4a3d8f3f7 cpabien: add config multi option. #9544
new domain wwwv.*
2020-09-18 16:11:50 +12:00
Garfield69 4174c6979f 2fast4you: add config multi option. #9544
add minimumratio
2020-09-18 14:59:41 +12:00
Garfield69 ff39cd1395 academictorrents: removed. #7405 2020-09-18 14:49:50 +12:00
Garfield69 98c4b1d2d7 sharewood: add config multi option. #9544 #9456
add freeleech filter
add minimumratio and minimumseedtime
2020-09-18 12:54:40 +12:00
Garfield69 6dea816b78 lechaudron: correct minimumratio and add minimumseedtime 2020-09-18 10:07:50 +12:00
Garfield69 244d92597d crazyspirits: fix DL link. resolves #9548
add minimumratio
2020-09-18 08:28:25 +12:00
Garfield69 d44a078ceb karagarga: add freeleech filter #9456
add minimumratio
2020-09-17 20:15:59 +12:00
Garfield69 021cf5edfa torrentz2k: drop *.pw and change title selector 2020-09-17 17:44:57 +12:00
Garfield69 d7162ff460 Revert "torrentz2k: new layout and domain resolves #8213"
This reverts commit 8e124d7af8.
2020-09-17 17:37:40 +12:00
Garfield69 d9d9748691 pt99: Gone. removed. resolves #4147 2020-09-17 17:13:45 +12:00
Garfield69 8f5b48e446 iv-torrents: new domain *.com 2020-09-17 17:02:40 +12:00
Garfield69 2488843de4 downloadville: Gone. removed. resolves #9538 resolves #1565 2020-09-17 09:15:17 +12:00
Garfield69 414827a300 thepiratebay: update config info 2020-09-17 08:41:38 +12:00
Garfield69 82c86be1e1 lostfilm: drop *.tv domain. resolves #9537 2020-09-17 07:33:12 +12:00
Garfield69 a0fd9e8e80 frozenlayer: ignore expired cert. resolves #1556 2020-09-17 07:13:29 +12:00
Garfield69 bf8a280d66 xwtorrents: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-16 19:08:54 +12:00
Garfield69 ed238bc329 xwtclassics: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-16 19:08:20 +12:00
Garfield69 0e3067aa37 zamundanet: add freeleech filter #9456 2020-09-16 16:02:15 +12:00
Garfield69 757c6fce98 witchhunter: add freeleech filter #9456 2020-09-16 15:25:26 +12:00
Garfield69 98f4496d55 wdt: add freeleech filter #9456
hardcode categories
add minimumratio and minimumseedtime
2020-09-16 15:20:13 +12:00
Garfield69 4e45cdbbc1 vizuk: add freeleech filter #9456
adjust minimumseedtime
2020-09-16 13:23:25 +12:00
Garfield69 4c500ef4ab unlimitz: add freeleech filter #9456
add minimumratio
2020-09-16 13:09:08 +12:00
Garfield69 f8cfdeba20 uhdbits: add freeleech filter #9456
add config sort options
add minimumratio
2020-09-16 09:48:14 +12:00
Garfield69 a8dbfc14c8 twilightszoom: add freeleech filter #9456
add minimumratio
2020-09-16 08:55:22 +12:00
Garfield69 29787bc3fc twilight: add freeleech filter #9456
add imdb search support
add minimumratio
2020-09-16 08:44:27 +12:00
Garfield69 f8c34e4c72 turktorrent: add freeleech filter #9456
update dlvf and ulvf detection
add minimumratio
2020-09-16 08:03:20 +12:00
Garfield69 d2efdf732e turkseed:: add freeleech filter #9456
add minimumratio
2020-09-16 07:44:17 +12:00
Garfield69 83d6ceacb8 torrentdownloads: add new cats. resolves #9273 2020-09-15 22:19:40 +12:00
Garfield69 b0659598fb elitetorrentbiz: rework processing. resolves #8778
handle missing category, default to Other.
try to fetch the quality, language, and massage it all into a title more useful than before.
2020-09-15 22:11:25 +12:00
Garfield69 562f9f4422 ttsweb: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 20:16:16 +12:00
Garfield69 98ba41509f totallykids: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 19:56:15 +12:00
Garfield69 8741a7cacd torrentland: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 18:38:07 +12:00
Garfield69 b757e01641 torrenting: add freeleech filter #9456 2020-09-15 17:45:19 +12:00
Garfield69 a286ffc4d8 torrentdb: add freeleech filter #9456
add andmatch
add minimumratio and minimumseedtime
2020-09-15 16:32:21 +12:00
Garfield69 dc3176f28f torrentbd: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 15:47:52 +12:00
Garfield69 deb47a86df torrentlt: add freeleech filter #9456
add minimumratio
2020-09-15 15:29:20 +12:00
Garfield69 0e0a1f7cd4 torrentturk: add freeleech filter #9456
add minimumratio
2020-09-15 15:17:46 +12:00
Garfield69 36f8b962a3 torrentsectorcrew: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 15:02:48 +12:00
Garfield69 a6b582f6ff theaudioscene: add minimumratio 2020-09-15 14:40:56 +12:00
Garfield69 d1da593c99 thehorrorcharnel: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 11:24:47 +12:00
Garfield69 9e9cd5e3c4 teamos: add freeleech filter #9456
add minimumratio
2020-09-15 10:41:20 +12:00
Garfield69 469a65c0c1 tapochek: add freeleech filter #9456
also refresh categories
2020-09-15 10:26:49 +12:00
Garfield69 b07644a4d5 takeabyte: add freeleech filter #9456
also add imdb search support #4859
add imdb display
add minimumratio and minimumseedtime
2020-09-15 08:45:38 +12:00
Garfield69 a35385e727 sportscult: add minumumratio and minimumseedtime
update dlvf
2020-09-15 08:22:38 +12:00
Garfield69 f94566b628 spacetorrent: add freeleech filter #9456 2020-09-15 07:45:37 +12:00
Garfield69 284dc04c88 siambit: add freeleech filter #9456
add minimumratio
2020-09-15 06:33:08 +12:00
Garfield69 24b94622f7 seedfile: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 06:06:08 +12:00
Garfield69 0433ac1a03 scenerush: add freeleech filter #9456
add minimumratio
2020-09-15 05:54:01 +12:00
Garfield69 932e8f190d scenepalace: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-15 05:46:28 +12:00
Garfield69 fce0dfb1cb rptorrent: add freeleech filter #9456
add minimumratio
2020-09-15 05:35:43 +12:00
Garfield69 192dfb54d0 racingforme: update cats
add minimumratio
2020-09-15 05:18:41 +12:00
Garfield69 fe9700e032 pwtorrents: add freeleech filter #9456
update dlvf and ulvf
add minimumratio
2020-09-14 21:27:31 +12:00
Garfield69 8528383d74 ptfiles: add freeleech filter #9456
add minimumratio and minimumseedtime
2020-09-14 21:10:50 +12:00
Garfield69 ae0e15d184 proaudiotorrents: add minimumratio and minimumseedtime 2020-09-14 20:57:07 +12:00
garfield69 e7b7e7c2b1
Add Cardigann configuration for 720pier indexer. (replacement for #9525) resolves #9524 (#9531) 2020-09-14 20:34:13 +12:00
Garfield69 5cef26117b netcosmo add freeleech filter #9456
add minimumratio
2020-09-14 19:08:08 +12:00
Garfield69 57d3f81285 mypornclub: some magnets on site need fix. resolves #9518 2020-09-14 17:47:02 +12:00
Garfield69 86b2870986 pleasuredome: add freeleech filter #9456
add minimumratio
2020-09-14 15:56:34 +12:00
Garfield69 d103ce259c pixelcove: add freeleech filter #9456
update free detection
add minimumratio
2020-09-14 15:38:03 +12:00
Garfield69 03a6e71306 peersfm: add freeleech filter #9456
add minimumratio
2020-09-14 15:14:07 +12:00
Garfield69 3174304588 p2pelite: add freeleech filter #9456
add minimumratio
2020-09-14 15:03:58 +12:00
Garfield69 c6c2c64867 p2pbg: add minimumratio and dlvf 1 2020-09-14 14:53:47 +12:00
Garfield69 065caaec76 netlab: add minimumratio 2020-09-14 12:18:39 +12:00
Garfield69 03e470def9 torrentparadise: update cats resolves #8438 2020-09-14 12:02:19 +12:00
Diego Heras aa6d8962de
core: update dependencies (#9527) 2020-09-14 00:56:07 +02:00
Diego Heras 9c08612c04
core: hide deprecation warning (#9526) 2020-09-14 00:35:48 +02:00
Diego Heras de16ba7024
720pier: fix new layout. resolves #9511 (#9523) 2020-09-14 00:04:23 +02:00
Garfield69 9aaf8a6562 add carphunter a private Hungarian site. resolves #9494 2020-09-14 09:45:03 +12:00
Diego Heras 4965d6820c
scenetime: fix login / configuration load. resolves #9493 (#9522) 2020-09-13 23:06:30 +02:00
Diego Heras b4c097fd97
core: show docker image version in the startup traces (#9521)
https://github.com/linuxserver/docker-jackett/pull/105
2020-09-13 22:46:16 +02:00
Garfield69 8e124d7af8 torrentz2k: new layout and domain resolves #8213 2020-09-14 08:07:54 +12:00
Jake Shirley c78998c8fd
Add Libble a Private music site #3897 (#9426) 2020-09-14 06:43:27 +12:00
Garfield69 17141b2f9b torrent-pirat: refresh categories resolves #9519 2020-09-14 06:01:56 +12:00
Garfield69 3ee1cdbfbc 7torrents: drop .torrent resolves #7966 2020-09-14 05:38:41 +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 679b01574a
ebooks-shares: add missing categories. resolves #9512 (#9517) 2020-09-13 13:37:04 +02:00
Garfield69 9496652813 torrentparadise: add new cats resolves #8438 2020-09-13 22:57:26 +12:00
Garfield69 ec4d1e4e97 torrentland: add new cat resolves #8516 2020-09-13 22:51:59 +12:00
Garfield69 68bd9cd7dc torrentdownload: add new cats resolves #9273 2020-09-13 22:23:45 +12:00
Garfield69 6fb6f588ad rutracker: add new cats. resolves #9203 2020-09-13 22:19:08 +12:00
Diego Heras ee1be44169
xspeeds: add missing category (#9515) 2020-09-13 12:01:23 +02:00
Garfield69 7206f2306c katli: drop obsolete descrition resolves #9513 2020-09-13 21:49:35 +12:00
Garfield69 a8ecafee59 exttorrents: files can be missing. resolves #8433 2020-09-13 21:32:24 +12:00
Diego Heras 53894ca2c4
myanonamouse: fix author parsing error (#9514) 2020-09-13 11:30:54 +02:00
Garfield69 c0c54f93c9 microbit: add freeleech filter #9456
drop multicat support as it does not work
add minimumratio and minimumseedtime
fix DLVF which only picked up 100% freeleech and left 50% out.
2020-09-13 18:15:46 +12:00
Garfield69 71f38b0c6c majomparade: tidy up code 2020-09-13 16:16:05 +12:00
Garfield69 0d35d7a2d8 magico: add freeleech filter #9456 2020-09-13 15:58:31 +12:00
Garfield69 83e50aef3e lechaudron: add freeleech filter #9456
updates for new search engine
add minimumratio
2020-09-13 12:19:42 +12:00
Garfield69 251b89f72e learnflakes: add freeleech filter #9456
add minimumratio
2020-09-13 11:55:52 +12:00
Garfield69 cb91875849 nyaasi: nyaa.root.yt -> legacy #9500 2020-09-13 10:54:34 +12:00
Garfield69 594f1776d9 iptorrents: ipt.rocks -> legacy #9500 2020-09-13 10:52:50 +12:00
Garfield69 c46c6ea7e0 torrent9: *.is -> *.gg #9500 2020-09-13 10:44:47 +12:00
Garfield69 7adcac8349 torrentproject2: *.cc -> *2.com #9500 2020-09-13 10:42:21 +12:00
Garfield69 2ee6708b7c tenyardtracker: domain talk.* #9500 2020-09-13 10:39:06 +12:00
Garfield69 20f9ee3c69 glodls: gtdb.to -> www.* #9500 2020-09-13 10:34:31 +12:00
Garfield69 c5edd18f63 exttorrents: new alt domain #9500 2020-09-13 10:30:32 +12:00
Garfield69 41297b2e46 documentarytorrents:: add freeleech filter #9456
also add minimumratio
2020-09-13 10:24:41 +12:00
Garfield69 4727048530 torrentparadise: update cats. resolves #8438 2020-09-13 09:48:48 +12:00