Garfield69
9aefa04ea5
beyondhd: handle missing category. resolves #5603
2019-07-07 10:05:08 +12:00
Garfield69
5a5b48513f
1337x: add optional download .torrent links for BTcache.me or Torrage.info
2019-07-06 19:08:53 +12:00
Yuri Moens
cb59120c02
Nyaa.si: Add more filter categories to config ( #5600 )
2019-07-06 07:19:55 +12:00
Garfield69
79d5989d0a
shareisland: new results layout. resolves #5575
2019-07-01 08:32:16 +12:00
Garfield69
33c6f753a1
tigers-ds: drop duplicate filters statement
2019-06-29 17:22:25 +12:00
Garfield69
13ded4e5a5
add seedfile a Romanian Private site. resolves #5551
2019-06-29 17:21:53 +12:00
Garfield69
0f385c7393
cpasbienclone: handle size from keyword searches. resolves #5567
2019-06-29 13:11:06 +12:00
Garfield69
552912f8c2
add twilight torrents a private site. resolves #1438
2019-06-27 16:31:21 +12:00
Garfield69
a65c649cf3
remove TBPlus, gone. resolves #5552
2019-06-27 13:47:48 +12:00
Garfield69
d53f325afb
add music-master a Romanian Private Music site. resolves #5547
2019-06-27 13:38:40 +12:00
Garfield69
1119c0d379
torrentlt: add ca bypass resolves #5546
2019-06-27 10:43:03 +12:00
Garfield69
8ae402d71b
1337x, et.ag, isuhunt2, karcrs, kathow: drop star from magnets. #5372
2019-06-27 10:07:55 +12:00
Garfield69
055a70eb3e
torrentlt: new domain
2019-06-27 09:28:06 +12:00
xfouloux
4df1a0d64d
cpasbienclone: download via magnet ( #5545 )
...
download via magnets now
2019-06-27 09:26:08 +12:00
Garfield69
5f15651e19
add libranet a Hungarian Private music / ebook site. resolves #5528
2019-06-23 16:44:37 +12:00
Garfield69
23a796378f
tigers-dl: add info to config for list mode. #5527
2019-06-23 08:44:15 +12:00
Garfield69
a1acf2af60
add hon3yhd.net a public Indian site. resolves #5525
2019-06-22 16:56:19 +12:00
Garfield69
4f7fbe4763
add ebooks-shares a private ebook/audiobook site. resolves #5515
2019-06-21 20:06:41 +12:00
Garfield69
734bdd21dd
hon3yhd: bypass login issue by using cookie login for now. #5455
2019-06-20 17:05:14 +12:00
Garfield69
79f8657c9f
mactorrents: new domain. resolves #5512
2019-06-20 11:41:06 +12:00
Garfield69
41142dc88f
add mkvcage. resolves #5146
2019-06-19 10:21:39 +12:00
Garfield69
eeb791dbb6
Merge branch 'master' of https://github.com/Jackett/Jackett
2019-06-18 14:06:29 +12:00
Garfield69
cf8011f2b8
add nbtorrents as Indian private site. resolves #5337
2019-06-18 14:06:17 +12:00
xfouloux
f1b7d591bd
sharewood: new category selector ( #5503 )
...
match on category changed
2019-06-18 13:47:54 +12:00
xfouloux
919bf4d99a
yggtorrent: optional beta search engine ( #5487 )
...
1. Removed sonarrv3hack and add betasearchengine instead
Search URL is https://...yggurl..../new_search/ ..... instead of https://...yggurl..../engine/ ...... when checkbox selected
new_search is less restrictive, and should work better for sonarr V3 and animes too
2. Improved the AnimeEnhancedSearch
Returning a Exxx when title contains 1 or more digits (up to 4) and surrounded by a space, dash or dot only, it could break movies search, still have to see if it would be better to just match with \d{3,4} only
```
title_anime:
text: "{{ .Result.title_phase3 }}"
filters:
# Sonarr need E in front of 3 digit number or else it thinks it is episode
# S01E10 for number 110 for example ==> enhancedAnime
- name: re_replace
args: ["(.*)(\\.| |\\-)(\\d{1,4})(\\.| |\\-)(.*)", "$1 E$3 $5"]
title:
text: "{{if .Config.enhancedAnime }}{{ .Result.title_anime }}{{else}}{{ .Result.title_phase3 }}{{end}}"
```
2019-06-15 07:33:59 +12:00
Víctor de la Rosa
dffefa1044
hachede: switch to cookie login. ( #5476 ) resolves #5474
2019-06-13 07:13:30 +12:00
Garfield69
1cc62c0f7c
add torrentquest a public magnet tracker. resolves #5468
2019-06-12 17:51:35 +12:00
Garfield69
46edeabcfa
magnetdl: fix leechers and files selectors
2019-06-12 17:49:32 +12:00
Garfield69
e89d1f4616
add oxtorrent a public French site. resolves #5465
2019-06-12 16:33:34 +12:00
Garfield69
65aec0058d
add hamsterstudio a semi-private Russian TV site. resolves #5402
2019-06-12 12:18:23 +12:00
Garfield69
11e6e26c12
magnetdl: fix test. resolves #5470
...
for empty searches, the site has dropped the invalid-cat page, so we search for movies instead
2019-06-12 08:33:02 +12:00
Garfield69
2b59863409
add itorrent a Public Hungarian site. resolves #5459
2019-06-11 18:13:17 +12:00
Garfield69
34f518841e
torrent9clone: new domain ww1.
2019-06-11 16:42:43 +12:00
Garfield69
771fb73062
add movcr an Indian Public site. resolves #5443
2019-06-11 15:41:05 +12:00
Garfield69
7aadf02167
mactorrents: selector changes. resolves #5453
2019-06-10 13:06:39 +12:00
Garfield69
e9536bff76
add rptorrents a private tracker. resolves #5368
2019-06-09 21:23:39 +12:00
Jorman
012fd043f6
btdb: fetch up to 5 pages ( #5445 )
2019-06-09 21:21:59 +12:00
Garfield69
d81a8f0217
add yourbittorent a public indexer. resolves #5417
2019-06-09 16:58:38 +12:00
Jorman
db97f9eed3
bigtower: Fixed error on searching phase ( #5440 )
2019-06-09 13:59:33 +12:00
Jorman
94f0e1a732
btdb: fix date parser ( #5442 )
2019-06-09 13:58:55 +12:00
Garfield69
7b076a001c
rockbox: amend row selector. #5393
2019-06-09 13:48:45 +12:00
Garfield69
dcf3956afd
remove cinefilhd
2019-06-08 12:31:08 +12:00
Garfield69
73b8495197
pleasuredone: handle different ranks results. #5357
2019-06-08 12:07:41 +12:00
Garfield69
edbb0159e7
torrentgalaxy: update. resolves #5394
...
drop .torrent support
change row selector
2019-06-06 12:42:32 +12:00
Garfield69
2c770607e6
sportscult: strip uprightbars from title #5378
2019-06-02 06:09:17 +12:00
Garfield69
6191ec0ef4
sportscult: strip %7C from download link for #5378
2019-06-01 20:00:15 +12:00
Garfield69
771e2ea2be
sportscult: update download, add new categories. resolves #5378
2019-06-01 07:12:19 +12:00
Garfield69
a16a0ff73c
Revert "magnetdl has closed."
...
This reverts commit deb016fabf
.
2019-05-30 08:02:31 +12:00
Garfield69
470550a3c8
limetorrents: add sort by date. resolves #5365
2019-05-29 16:27:09 +12:00
Garfield69
2195c6bb87
torrent9clone: new domain wwv.
2019-05-29 11:55:20 +12:00