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
djoole
f36a3232d8
yggtorrent: fix search keywords ( #5364 )
...
Doing again what was done in #4597 (and undoing what was broken in #4791 )
Ex :
Search for **_la""grande""aventure""lego""2_** and you will find 3 results.
Search for **_la grande aventure lego 2_** and you'll find nothing at all.
2019-05-29 11:41:45 +12:00
Garfield69
461834879e
zamundanet: update categories
2019-05-26 08:49:27 +12:00
Garfield69
d0507319c5
zelkaorg: update categories
2019-05-26 08:49:11 +12:00
R91g
0921388f9e
hdspain: updates ( #5330 )
...
- Fixed details url, now when click on a torrent name will open the torrent url correctly
- Added comments (link to topic in forum)
- Added minimum ratio and minimum seed time
- Added "Megapack / Audio Editado" labels as to the title torrent and description.
2019-05-25 11:53:09 +12:00
Garfield69
543ea776c4
freedomtorrent: handler login errors and poster on/off
2019-05-24 22:12:15 +12:00
Garfield69
bb595337bd
dxdhd: handle login errors and poster on/off
2019-05-24 22:06:04 +12:00
Garfield69
a3f7575e8e
r4e: handle login errors and posters on/off
2019-05-24 22:03:04 +12:00
Garfield69
2c423b3b88
channelx: handle login errors
2019-05-24 21:54:58 +12:00
Garfield69
1253b15061
blutopia: handle posters on/off and login errors
2019-05-24 21:53:02 +12:00
Garfield69
d6f36349c9
channelx: handle posters on/off
2019-05-24 21:49:31 +12:00
Garfield69
46553c3054
hush: update for unit3d 1.9.2
2019-05-24 21:44:01 +12:00
Garfield69
e843f6ce31
add RocketHD a German Private site. resolves #5317
2019-05-24 20:58:53 +12:00
Garfield69
5e4286e382
elitetorrent-biz: new domain .one
2019-05-24 13:51:47 +12:00
Garfield69
3039e2fbe5
siambit: enable downloads. #5243 resolves #5296
2019-05-23 10:40:15 +12:00
Garfield69
9e83be6ae1
Merge branch 'master' of https://github.com/Jackett/Jackett
2019-05-23 07:12:36 +12:00
Garfield69
5f68c25b6e
sportscult: fix date. resolves #5314
2019-05-23 07:12:06 +12:00
Anthony Guillemette
50019e05b7
yggtorrent: replace SUBFRENCH with English ( #5309 )
2019-05-22 19:03:20 +12:00
Garfield69
679c74eebd
siambit: fix results for non-vip users. WIP. download not working. #5296
2019-05-22 11:40:55 +12:00
Garfield69
3ac9d26a91
add uniongang a Russian Private site. resolves #5288
2019-05-22 10:02:22 +12:00
Garfield69
deb016fabf
magnetdl has closed.
2019-05-20 08:43:48 +12:00
Garfield69
ad281585f2
theshinning: add kids category
...
also handle banners if present and adjustments for discounts
2019-05-19 20:08:52 +12:00
Garfield69
3206d3350d
sharingue: no domain? removed.
2019-05-19 19:25:18 +12:00
Garfield69
c4744f84e2
hd4free: add sports category and corrections to discounts
2019-05-19 19:17:12 +12:00
Garfield69
bc25de158d
beyond-hd: corrections to discounts
2019-05-19 19:05:16 +12:00
Garfield69
ed4e1b801b
xktorrent: add sport and xxx categories
2019-05-19 18:30:30 +12:00
Garfield69
3c81af1a62
freetorrent: update to unit3d 1.9.2
2019-05-19 08:32:17 +12:00
Garfield69
4737093f81
torrentseeds: new search engine. resolves #5292
2019-05-18 11:01:32 +12:00
Garfield69
7a77245e25
yggtorrent: improve login error recognition. resolves #5283
2019-05-18 08:16:40 +12:00
Garfield69
138185929f
cztorrent: add form login
...
and let cardigannindexer decide to show cookie login when recaptcha detected.
2019-05-17 15:23:23 +12:00
Garfield69
a82c166b23
awsomehd: add login form
...
and let cardigannindexer decide to show cookie login when recaptcha detected.
2019-05-17 14:33:25 +12:00
Garfield69
b421253ee5
proaudiotorrent: add login form
...
and let cardigannindexer decide to show cookie login when recaptcha detected.
2019-05-17 14:25:24 +12:00
Garfield69
77832602bd
desireleasers: add login form
...
and let cardigannindexer decide to show cookie login when recaptcha detected.
2019-05-17 14:24:41 +12:00
Garfield69
c33f0594bd
divteam: switch to cookie login. resolves #5282 #5281
2019-05-17 08:40:27 +12:00
Garfield69
a12f573e80
generationfree: add multi replacement option. #5279
2019-05-16 20:12:18 +12:00
Garfield69
b9f9c10baf
asiancinema: now using download_check.
2019-05-16 12:25:29 +12:00
Garfield69
e049376381
add generation-free a Private French site. resolves #5279
2019-05-16 11:13:06 +12:00
Garfield69
e89312b52f
cartoonchaos: add note that only default style is supported. resolves #5274
2019-05-16 07:43:02 +12:00
Garfield69
4f758ee8cc
add teamhd a Russian private site. resolves #4397
2019-05-15 16:42:34 +12:00
Garfield69
2f8aa41fe0
add siambit, a Thai Private site. resolves #5243
2019-05-15 12:47:32 +12:00
Garfield69
47580ec726
nethd: changes for new layout
2019-05-12 11:05:27 +12:00
Garfield69
8e9290c501
torrent9: new download link. resolves #5250
2019-05-12 10:29:44 +12:00
Garfield69
3ddd35d54b
torrent9clone: new domain wvw.
2019-05-12 09:18:32 +12:00
Garfield69
6529b1fe38
gktorrent: new domain .biz
2019-05-12 09:14:46 +12:00
Garfield69
a58ba9e329
removed freedomhd, closed. #750
2019-05-12 09:10:41 +12:00
Garfield69
ca7def79d2
casatorrent: site is forcing https now.
2019-05-12 08:52:32 +12:00
Garfield69
c50a29a8e9
beyound-hd: latest batch of layout changes #5218
...
plus qty=100 is back now it does not cause internal server 500 errors on the site.
2019-05-11 18:58:30 +12:00
Garfield69
6f65992bb5
torrentseeds: handle when title has no mouseover. #5244
2019-05-11 09:47:15 +12:00
Garfield69
f1c83273f2
add efectodoppler a Spanish Private Music site. resolves #5222
2019-05-10 21:44:05 +12:00
Peter Zsak
fdff9e4406
insanetracker: rewritten for the new UI 2.0 ( #5236 )
2019-05-10 10:36:15 +12:00
Garfield69
b8be09a203
beyond-hd: drop poster requirement
2019-05-10 07:21:31 +12:00
Garfield69
aa26654be9
beyond-hd: add info about show-posters web setting.
2019-05-09 21:19:39 +12:00
Garfield69
20e21cfc8a
beyond-hd: corrections to selectors
...
qty > 25 causes server errors
tvdb and mal not supported
sort -> sorting
filtertorrents -> torrents
language=english only
2019-05-09 13:11:02 +12:00
Zotan
068cbcd36b
beyond-hd: Update UNIT3D ( #5221 )
2019-05-09 11:45:34 +12:00
Garfield69
acb649499b
nnm-club: drop expired certificates
2019-05-07 15:50:00 +12:00
Garfield69
8c47f03a55
nyaasi: drop expired certificate
2019-05-07 15:45:22 +12:00
Garfield69
f63fe9918b
ilcorsaroblu: drop expired certificate
2019-05-07 15:43:46 +12:00
Garfield69
c1389c76f3
frozenlayer: drop expired certificate
2019-05-07 15:41:18 +12:00
Garfield69
253f9ad6bb
trancetraffic: drop expired certificate
2019-05-07 15:39:39 +12:00
Garfield69
ab63e03e3b
ilcorsaronero: drop expired certificates
2019-05-07 15:30:32 +12:00
Garfield69
ae316ffc1b
icetorrent: drop title attribute: #5201
2019-05-07 08:23:16 +12:00
Garfield69
88f290d558
yggtorrent: new domain .ch #5187
2019-05-06 09:19:00 +12:00
Garfield69
f90ba08b2d
xbytes2: oops fix music cat.
2019-05-06 07:29:17 +12:00
Garfield69
a05b64a097
xbytes2: more cat refinements
...
plus add movie and tv search modes
2019-05-06 07:26:53 +12:00
Roman Smirnov
ce806a7678
kinozal: add Kravec replacement ( #5184 )
2019-05-06 07:22:22 +12:00
databio-xx
5f41fe3d08
xbytes2: correct the music cats ( #5191 )
...
Add correct category for music mp3 and music flac. Apologize for the inconvenience.
2019-05-06 07:21:57 +12:00
databio-xx
46aa25772b
xbytesv2: Add category for music ( #5182 )
2019-05-05 15:25:31 +12:00
Scott Cooper
d7c09e62bd
tapochek: more categories corrections ( #5178 )
...
* move comma
2019-05-04 17:59:13 +12:00
Garfield69
ff62b775db
solidtorrents: selectors changed
...
use non truncated title
add grabs
rework seed leech size
2019-05-03 08:47:03 +12:00
capitre
19b608c529
vizuk: update volumefactors and minseedtime ( #5170 )
2019-05-03 07:26:45 +12:00
Garfield69
1f9d95355d
tapochek: corrention for a couple categories
2019-05-02 20:59:06 +12:00
Garfield69
849d1aeef9
add tapochek a private Russian forum. resolves #4971
2019-05-02 20:37:48 +12:00
Garfield69
08b187bfa1
nnm-club: new domain
2019-05-02 07:49:42 +12:00
Garfield69
52fad1e6d2
shareisland: new layout resolves #5150
2019-04-30 12:19:59 +12:00
Garfield69
049e678b0a
tntvillage: add header for search post. resolves #5131
2019-04-30 08:20:21 +12:00
Garfield69
01994bf9f5
shareisland: cat updates
2019-04-28 09:12:25 +12:00
Jorman
222fcde0a3
shareisland revert previous download link changes ( #5137 )
...
Revert last change, site changed again the download decision. I commented out the code ... just in case
2019-04-27 19:02:10 +12:00
Jorman
6aa42263be
shareisland: followup #5129 ( #5130 )
...
The download now works, thanks @garfield69
2019-04-26 19:36:25 +12:00
Jorman
ec036d70f9
shareisland: download link update ( #5129 )
...
Update download selector
2019-04-26 18:58:03 +12:00
Garfield69
db300f5ae9
skytorrentclone: restore magnets only option. #4542
2019-04-25 07:09:25 +12:00
Garfield69
1d224b6db9
casatorrent: new domain #4911
2019-04-24 16:21:35 +12:00
Garfield69
a3e97bb050
amigosshare: new results layout
2019-04-23 19:21:57 +12:00
Garfield69
e5827c3456
megabliz: set as private
2019-04-22 17:28:50 +12:00
Garfield69
27d2b6caae
kikibt: drop .cc domain, only using .pw now.
2019-04-22 08:32:58 +12:00
Garfield69
bcdc1879d9
btkitty: new domain
2019-04-22 08:28:37 +12:00
Garfield69
a8999e8276
torrentkitty: new domain
2019-04-22 08:20:31 +12:00
Garfield69
4c2db157e9
torrent9clone: back to .lol
...
same as gktorrent?
2019-04-21 17:34:35 +12:00
Garfield69
10a46bac48
gktorrent: back to .net
...
whats the f'ing point of yo-yo'ing from .tv to .net and back again?
2019-04-21 17:18:02 +12:00
Peter Zsak
c88a213b2e
insanetracker: new login.php page ( #5105 )
2019-04-21 08:03:55 +12:00
Garfield69
4295e65dfe
skytorrentsclone: back to .lol domain
...
the .to domain redirects to BTDB
turns out .to was a completely different site than .lol and not an alternate as first thought.
changes made for .to have been reversed.
.lol uses query parm for search,
and itorrents.org for dl links
2019-04-19 18:04:40 +12:00
Garfield69
8151fbf382
add concen a public conspiracy torrent tracker. resolves #5097
2019-04-19 16:04:27 +12:00
Ellmout
bdc592edfd
Sharewood: Add Grabs, Freeleech, and Double Upload ( #5087 )
2019-04-17 19:30:30 +12:00
Garfield69
9274a26a0e
ettv: new domain .to
2019-04-16 07:23:07 +12:00
Garfield69
3a7608317f
shelllife: oops. resolves #5074
2019-04-15 08:17:53 +12:00
Garfield69
67ea8db2da
xwtorrents: add optional seedbox dl resolves #5071
2019-04-14 16:35:36 +12:00
kaso17
8086b221ec
remove GODs (dead)
2019-04-12 17:32:43 +02:00
Garfield69
bf25db7c5f
losslessclub: add music-search
2019-04-12 07:42:59 +12:00
Garfield69
dfa6529e58
trancetraffic: add music-search
2019-04-12 07:40:56 +12:00
Garfield69
c3603014ca
shelllife: add music-search
2019-04-12 07:38:54 +12:00
Garfield69
4bf6393b6e
jpopsuki: add music-search
2019-04-12 07:34:02 +12:00
Garfield69
c57231206f
funkytorrents: add music-search
2019-04-12 07:28:08 +12:00
Garfield69
b4a8174a6b
fullmixmusic: add music-search
2019-04-12 07:25:58 +12:00
Garfield69
03105455fb
casstudio: new domain .tk resolves #5060
2019-04-12 07:10:46 +12:00
Garfield69
3e0bc22459
soundpark: add music-search #5022
2019-04-12 07:06:45 +12:00
Garfield69
d8746032ca
remove hdplus. its gone. #4843
2019-04-11 09:28:34 +12:00
Garfield69
a1832997b3
gktorrent: back to .tv
...
like a yo yo
2019-04-11 09:13:39 +12:00
Garfield69
4d3ebab00c
torrent9clone: new domain
2019-04-11 09:09:34 +12:00
Garfield69
5f110e2691
kikibt: new domain
2019-04-11 08:59:54 +12:00
Garfield69
060efffc7e
tigers-dl: changes to their search results
...
build download link as its been dropped
shift all the other selectors as a result fot he dl-link being dropped
2019-04-11 08:31:11 +12:00
Garfield69
c27ed6fd41
add torrents-local, a Russian semi-Private tracker. resolves #5049
2019-04-10 17:24:28 +12:00
Garfield69
eef0d55776
Revert "add crazyhd a Bangladeshi private tracker. resolves #5043 "
...
This reverts commit d99de43309
.
2019-04-10 15:55:20 +12:00
Garfield69
79a3d07d09
torrent9: new domain
2019-04-10 08:51:08 +12:00
Garfield69
d44408c988
add focusx a Russian Public site. Resolves #5045
2019-04-09 16:01:37 +12:00
Garfield69
d99de43309
add crazyhd a Bangladeshi private tracker. resolves #5043
2019-04-09 08:44:56 +12:00
Garfield69
eaa562a20a
torrentproject2: update row selector
2019-04-09 08:02:03 +12:00
Garfield69
b124ba469f
torrent9clone: new domain
2019-04-09 06:59:25 +12:00
Garfield69
363d08634a
puntotorrent: update categories. resolves #5042
2019-04-08 10:59:12 +12:00
Garfield69
2b503e01a1
amigosshare: adjustments resolves #5004
...
add banner
fix a category
2019-04-07 16:41:27 +12:00
Garfield69
a838dbcb6c
xktorrent: categories
...
and other assorted selectors
2019-04-07 09:53:51 +12:00
Garfield69
16f96e0419
avg: update category selector
...
and date processing
2019-04-07 08:44:33 +12:00
Garfield69
5fe974afad
asiancinema: updates for unit3d 1.9.2
2019-04-07 08:26:05 +12:00
Garfield69
593bbb37d3
dxdhd: updates for unti3d 1.9.2
...
plus add / amend categories
2019-04-07 08:11:27 +12:00
ThomasClemenceau
c9fbc7268b
cpasbien, cpasbienclone, gktorrent, torrent9, torrent9clone: fix title with MULTI language. ( #5031 )
...
The MULTI was before the year so it was not supported by Radarr,Couchpotato etc..
2019-04-06 10:43:51 +13:00
Garfield69
a32ad215cd
add SoundPark a semi-private russian site for music. #5022
...
downloading is untested.
the site has an aggressive advert method and the dl link is only available ad-free to members or vip
a newbie like me has to wait 1 week before becoming a member
meanwhile the dl link redirects to ads randomly :-(
2019-04-06 10:06:35 +13:00
Garfield69
34509d284f
torrent9clone: new domain wwv.*.vg
2019-04-06 08:48:45 +13:00
Garfield69
2ca7975d3d
cpasbien, cpasbienclone, gktorrent, torrent9, torrent9clone: fix title. resolves #5027
2019-04-06 07:52:28 +13:00
Garfield69
e8dbaa4a8e
lesaloon: add capcha. resolves #5026
2019-04-05 15:59:40 +13:00
Garfield69
a6fd4c3da1
cpasbeinclone: update for recent html changes
2019-04-04 09:44:21 +13:00
Garfield69
1b3365d8ad
spacetorrent: drop redundant French date replacements
2019-04-04 09:17:45 +13:00
Garfield69
a822b3c4f4
tigers-dl: support multi languages for dates
...
and date selector
and fix grabs when ---
2019-04-04 08:59:26 +13:00
Garfield69
ff663cc202
arenabg: download link for .torrent has changed. #5013
2019-04-03 08:12:03 +13:00
Garfield69
859da99442
yggtorrent: optionally disable sonarrv3hack. resolves #4987
2019-04-02 11:21:49 +13:00
Garfield69
1cbeb74c8e
sharewood: correct results sort. resolves #5006
2019-04-02 08:05:40 +13:00
Garfield69
4ae705eb15
elitetorrentbiz: new domain .io resolves #5008
2019-04-02 07:18:46 +13:00
Garfield69
9da64d5bbf
amigosshare: search page changes. resolves #5004
...
Also the logout link has gone!!!
2019-04-01 17:32:49 +13:00
Garfield69
4ea6ce6cc2
gktorrent: they are back onto .net domain
2019-04-01 10:59:00 +13:00
Garfield69
f905e44b09
racingforeveryone: updates for unit3d 1.9.2
2019-04-01 10:44:14 +13:00
Jorman
fa1ee57072
ilcorsaronero: update multi-page searching ( #5001 )
2019-04-01 09:50:34 +13:00
Jorman
da56368720
monova: date and size selector updates plus up to 5 page fetch ( #5002 )
...
Sometimes I got some error from monova, like date, size
So I update these field and I added the search and rss sync up to page 5
2019-04-01 09:06:00 +13:00
WSHaRK993
a0eb39f87b
hdforever: Freeleech tag fix & token option ( #4994 ) resolves #4979
2019-04-01 07:32:40 +13:00
Garfield69
a6154898ed
amigosshare: add info about torrent list. #4988
2019-03-30 16:34:37 +13:00
Garfield69
656702cde7
blutopia: changes for unit3d 1.9.2
2019-03-29 14:43:07 +13:00
Garfield69
34114c23fc
channelx: updates for unit3d 1.9.2 #4924
2019-03-29 08:48:38 +13:00
morpheus133
88a24cad1e
bithumen: PublishDate to torrents from current year was handled wrongly. ( #4978 )
2019-03-28 09:10:52 +13:00
Garfield69
a86e1e82f2
avg: add language support for Russian and Ukranian. #4969
2019-03-28 08:54:34 +13:00
Garfield69
747394fce7
add peers.fm a private Russian tracker. Resolves #4969
2019-03-27 13:22:42 +13:00
Garfield69
09229dcf29
add avg a private Russian Games site. #4969
2019-03-27 10:41:51 +13:00
Garfield69
5afc1a1c9a
torrentsectorcrew: add info about classic layout
2019-03-26 19:27:09 +13:00
Garfield69
505948b69a
add tigers-dl a French Private tracker. #4961
...
yet to find volumefactors
2019-03-26 16:05:58 +13:00
kaso17
dfd1ec375b
Torrent Sector Crew: fix indexer
2019-03-25 16:56:06 +01:00
kaso17
d05767fd3b
Bittorrentfiles: fix links
2019-03-25 15:07:12 +01:00
Garfield69
58f9078d70
bittorrentfiles: fix #4952
...
update categories
implement imdbid searching
update/correct selectors
add missing volumefactor
fix date processing
2019-03-25 16:15:53 +13:00
Garfield69
c2ff657272
add DesiReleasers an Indian private tracker.
2019-03-25 04:51:23 +13:00
Fippsy
0d3c29df4f
Add world-of-tomorrow a private German tracker. ( #4951 )
2019-03-25 03:39:11 +13:00
Fippsy
8d195f3c8e
add das-unerwartete a private German tracker ( #4950 )
2019-03-25 03:29:55 +13:00
Garfield69
1b740f1a04
yggtorrent: add a legacy lnik for #4946
2019-03-24 15:55:38 +13:00
Garfield69
9e695151b7
ourbits: fix size selector. resolves #4944
...
also update categories
turn on incldead
add login error message selector
2019-03-24 08:48:32 +13:00
Garfield69
c1c86ddd60
btgigs: correction to login error selector
2019-03-24 06:25:29 +13:00
Garfield69
858658cdcf
add cinefilhd a private site for movies / tv. resolves #4908
2019-03-22 18:57:35 +13:00
Sc4nd4l
16b3c43861
add ChannelX, a private Tracker for High Quality Optimized HD MOVIES / TV #4924
2019-03-22 08:34:36 +13:00
Garfield69
def90ea2fb
hdsky: switch to cookie login method
2019-03-21 19:44:36 +13:00
Garfield69
a859f58e8f
cpabien: new domain .vg
2019-03-21 17:44:05 +13:00
Garfield69
449c478012
hdsky: upload to show imdb
...
both http and https
also search now include dead
2019-03-21 15:23:53 +13:00
Garfield69
50441fbc1d
torrent9: drop login
2019-03-21 07:26:44 +13:00
Garfield69
32005e1120
torrent9: drop alternate domain wvw.
2019-03-21 07:08:11 +13:00
Garfield69
33c7b69ee8
racingforeveryone: update categories
...
and login error detection
2019-03-21 06:21:20 +13:00
Garfield69
4d1c0265c6
romve btstornet, gone. resolves #4875
2019-03-20 21:28:08 +13:00
Garfield69
fc43bd65be
audiobooktorrents: drop redundant tv and movie search
2019-03-20 20:16:11 +13:00
Garfield69
234eed9e66
audiobookbay: add new categories
...
and supply default seeders, leechers, volumefactors
2019-03-20 20:09:42 +13:00
xfouloux
cf5ebe7909
Update sharewood.yml ( #4917 )
...
added cat TV, but TV and Movies are mixed no choices
2019-03-20 19:08:11 +13:00
Garfield69
2ffbedc2fa
anidex: use torznab categories for search, add lang id info in config
2019-03-20 15:26:24 +13:00
Garfield69
a45cd07434
amigosshare: add new categories
2019-03-20 14:29:15 +13:00
Garfield69
3d0e57f273
add btdb re-incanation of the public DHT crawler. resolves #4913
2019-03-20 10:03:41 +13:00
Garfield69
68de3e7a6a
add casatorrent a French Private tracker. Resolves #4911
2019-03-20 09:09:31 +13:00
Garfield69
693f2b5965
turktorrent: #4871
2019-03-20 06:08:32 +13:00
Garfield69
749a33abc5
remove btxpress, gone. #3339
2019-03-20 03:20:47 +13:00
Garfield69
95a2f38e79
remove redtopia, shutdown. #3660
2019-03-20 03:17:59 +13:00
Garfield69
55e5db4e28
remove 420files, its gone. #4288
2019-03-20 03:15:21 +13:00
Garfield69
204e3f8fd2
3evils: add banner
2019-03-19 22:04:02 +13:00
Garfield69
613a554314
add xktorrent a French private site. resolves #4903
2019-03-19 20:32:56 +13:00
Garfield69
5efc7cd88c
tag unit3d yaml
2019-03-19 19:22:15 +13:00
HDVinnie
5462ce0fd9
blutopia: updates for unit3d 1.9.1 ( #4910 )
2019-03-19 19:12:57 +13:00
Garfield69
d0daf0d00b
add btdigg a public DHT crawler. Resolves #4907
2019-03-19 10:41:02 +13:00
Garfield69
7f1e3dbb62
add pleasuredone, a private games tracker. resolves #4897
2019-03-19 08:53:32 +13:00
Garfield69
36f1b79927
remove archetorrent, gone. resolves #4906
2019-03-19 07:22:27 +13:00
Garfield69
f3302e5d53
add Sharewood, a semi-private French tracker. resolves #4898
2019-03-19 07:13:21 +13:00
Garfield69
b71bbe49c5
3evils: size and date cols have shifted
2019-03-18 18:44:47 +13:00
Garfield69
1bbc01cfcd
add bit-titan a German tracker. resolves #4896
2019-03-17 21:00:47 +13:00
Garfield69
502ac57cd4
freedomhd: fix bluray movies cat
2019-03-17 20:19:01 +13:00
Garfield69
37430c5e79
freedomhd: update categories and date
2019-03-17 12:12:47 +13:00
Garfield69
85752ca58c
add freetorrent a private tracker. resolves #4894
2019-03-17 11:23:12 +13:00
Garfield69
86881e2ad6
kinozal: sort out tv series for sonarr. #4767
...
inspired by rutracker
2019-03-16 17:09:45 +13:00
Garfield69
97367a55ac
nnm-club: sort out tv series for sonarr. #4767
...
inspired by rutracker
2019-03-16 16:46:00 +13:00
Garfield69
d52f38efb9
add p2pbg a bulgarian private tracker. resolves #4888
2019-03-16 15:07:28 +13:00
Garfield69
9d3e41cb5c
kinozal and nnm-club: #4767
...
drop adding a leading 0 on numbers
add kubik replacement
drop brackets on sxxexx for nnm-club
2019-03-16 10:28:20 +13:00
Garfield69
093425ac0a
add mactorrents a public tracker for mac software. resolves #4889
2019-03-16 09:23:16 +13:00
Garfield69
e5c9fcd58e
icetorrent: correct login error selector. #4890
2019-03-16 08:08:43 +13:00
Garfield69
67d7562882
kinozal: more sonarr stuff
2019-03-15 12:47:47 +13:00
Garfield69
1785b0832c
add KikiBT, a Chinese DHT search engine. Reseolves #4886
2019-03-15 06:28:52 +13:00
Garfield69
2fc92e84c4
arenaBG: optionally use .torrent instead of magnet
...
Also fix date processing.
2019-03-14 16:30:54 +13:00
Garfield69
8db99363b6
kinozal: more for sonarr #4767
...
drop brackets around the season/episode and around the quality
2019-03-14 14:00:17 +13:00
Garfield69
ffbcd89bce
piratbit: new domains
2019-03-14 08:32:54 +13:00
Garfield69
99e49dad9e
kinozal: update season match for sonarr #4767
2019-03-14 07:24:49 +13:00
Jorman
57820de1c1
ilcorsaronero: new domain .pizza ( #4883 )
...
Changed domain
2019-03-14 06:51:45 +13:00
Garfield69
83720c6982
hdplus: enable imdbid support. for #4859
2019-03-13 20:21:50 +13:00
Garfield69
43213b8ff4
worldofp2p: enable imdbid support. for #4859
2019-03-13 20:16:34 +13:00
Garfield69
77e9db411e
cartoonchaos: enable imdbid support. for #4859
2019-03-13 20:07:31 +13:00
Garfield69
895fc4d077
kinozal: oops, forgot a setting. for #4767
2019-03-13 13:20:14 +13:00
Garfield69
bda30d7193
skytorrentsclone: they have switched from itorretns to btdb.eu
2019-03-13 13:04:51 +13:00
Garfield69
f2c7de0845
blutopia: add imdb selector for #4859
2019-03-13 09:01:13 +13:00
Garfield69
ee0d092c2f
kinozal: add same title filters as nnm-club. resolves #4767
2019-03-13 08:44:53 +13:00
Garfield69
5ec8045fe0
delete torrof
2019-03-13 08:33:01 +13:00
Garfield69
924a8e9f96
metaltracker: fix login (now forcing https) resolves #4870
2019-03-13 08:11:41 +13:00
Garfield69
5389995b6d
blutopia: add alternate freeleech flag. resolves #4872
2019-03-13 06:54:31 +13:00
Garfield69
9f913d73f4
cztorrent: support new layout. resolves #4869
2019-03-12 21:04:59 +13:00
Garfield69
e1e2441b91
tsc: cat43 descr correction
2019-03-12 14:51:02 +13:00
Garfield69
1085c753d7
torrentsectorcrew: rewrite selectors and category processing. resolves #4856
2019-03-12 14:47:32 +13:00
Garfield69
2ea46b5c9f
add aftershock a Hungarian private site. for #1445
2019-03-11 20:43:34 +13:00
Jorman
90607d561c
Update hdtorrentsit.yml ( #4857 ) for #4839
...
Workaround due to https://github.com/Jackett/Jackett/issues/4839
Waiting for a c# version of this tracker
2019-03-11 12:28:57 +13:00
Garfield69
266568e4ce
add dark-shadow a Private German site. resolves #4573
2019-03-11 11:59:15 +13:00
Garfield69
3378895b4c
dragonworldreloaded: fix date parsing
2019-03-11 11:58:05 +13:00
Garfield69
d847b93418
gods: update cats for uhd
2019-03-11 09:47:22 +13:00
Garfield69
e32f02a003
nethd: fix date parsing. resolves #4855
2019-03-11 08:10:04 +13:00
Garfield69
8b0cede8ee
torrentseeds: update categories, fix date processing
2019-03-10 20:53:04 +13:00
Garfield69
9f77de381b
add hdplus a private tracker. resolves #4843
2019-03-10 19:52:50 +13:00
Garfield69
fbb3c1bdfc
xtremezone is no longer semi-private, invites are needed for registration.
2019-03-09 17:00:34 +13:00
Garfield69
de5b26032e
nyaa-pantsu: add alternate domain
2019-03-09 16:12:37 +13:00
Garfield69
0761ad7aee
delete idopeclone: no longer suitable for cardigann processing
...
needs to be rewritten in c# see #4841
2019-03-09 15:53:48 +13:00
Garfield69
6cce59126b
btkitty: new domain .pet
2019-03-09 15:06:00 +13:00
Garfield69
fa10c625dd
delete torrentcouch
...
no longer suppliying .torrent or magnet
2019-03-08 18:19:28 +13:00
Garfield69
c546fd7ac8
gktorrent: back to .tv domain.
2019-03-08 17:41:01 +13:00
Garfield69
fc96965e54
awesome-hd: correct modes. (untested)
2019-03-08 16:05:34 +13:00
thetennismaster
5a7091075e
Add TotallyKids.tv definition. Resolves #4 ( #4825 )
...
* Add TotallyKids.tv definition. Resolves #4
* Add TotallyKids (TK) to the README
2019-03-06 18:10:33 +13:00
Garfield69
6cc262a6d3
torrent9: drop apostrophes on keywords. resolves #4822
2019-03-06 13:40:35 +13:00
Garfield69
4e1d7ac09b
Revert "eztv: fetch magnets from details page. resolves #4813 "
...
This reverts commit a84b1dce4d
.
2019-03-06 13:00:28 +13:00
Garfield69
cc01b0ca05
add sharingue a Brazilian private tracker. resolves #4817
2019-03-05 19:37:46 +13:00
Garfield69
a84b1dce4d
eztv: fetch magnets from details page. resolves #4813
2019-03-05 07:25:56 +13:00
Garfield69
a65d855cc4
torrent-turk: fix login form. resolves #4334
...
switch to new domain .co
also added missing cxategories
fix date processing
add missing volumefactors
2019-03-04 15:34:23 +13:00
Garfield69
2698ac2907
torrentgalaxyorg: new result selectors. resolves #4805
2019-03-04 08:33:41 +13:00
Garfield69
28971c2303
scenerush: add categories. resolves #1775
...
correct login error meesage detection
upgrade to https
correct date parsing
switch browse post to get
2019-03-04 07:23:30 +13:00
Garfield69
6428a7134b
classix: use alternate method of andmatch. for #4788
2019-03-04 06:00:02 +13:00
Garfield69
88c6c4af6e
classix: add andmatch. resolves #4788
2019-03-02 17:13:22 +13:00
Garfield69
df49bb8578
asiancinema: fix #4798
2019-03-02 13:15:39 +13:00
Garfield69
a968913bc4
add pthome a chinese private tracker. resolves #4795
2019-03-02 09:09:04 +13:00
Jorman
5c9880e410
ilcorsaronero: new domain .live ( #4794 )
...
Changed domain
2019-03-01 10:29:48 +13:00
xfouloux
8dc832d64a
yggtorrent: tidy up keyword processing ( #4791 )
...
trimed stuff on .Keyword in keywordsfilters instead of re_replace in path because it caused having %20%20 in search .Keyword instead of having only one
2019-02-28 22:06:40 +13:00
Garfield69
ee8fc6a78f
bigtorrent: fix TEST mode for #1219
...
and also return a login error message
2019-02-28 10:05:20 +13:00
Garfield69
18f48cb04b
icetorrent: attempt to fix for #4783
2019-02-28 09:42:23 +13:00
Garfield69
dd64739af6
torrentbd: attempt to fix login. #1709 #4781
2019-02-28 08:20:13 +13:00
Garfield69
f9ad475aa8
torrent9: add secondary domain
2019-02-27 17:41:54 +13:00
Garfield69
ad17897edd
elitetorrent-biz: drop index.php from search path.
2019-02-27 16:10:28 +13:00
SpookyDex
2356ef3837
torrentsectorcrew: new domain .org ( #4776 )
2019-02-27 07:16:20 +13:00
Garfield69
c025a98cbf
skytorrentsclone: update search keyword. resolves #4763
2019-02-26 12:40:40 +13:00
Garfield69
0c84507b51
tp2: add note about categories for Sonarr or Radarr.
2019-02-26 12:30:49 +13:00
Garfield69
b1c25d4c5b
gdf76: prevent log errors
2019-02-25 19:04:42 +13:00
Garfield69
5ef6b8601a
puntotorrent & unionfansub: handle size 1.018,29 MB
2019-02-25 18:54:31 +13:00
Garfield69
a512a1e6b5
alein: selector adjustments to prevent log errors.
2019-02-25 17:39:11 +13:00
Garfield69
5ba93dd9c2
add racingforme a Private tracker for racing. resolves #1351
2019-02-25 08:28:51 +13:00
Garfield69
eb5c8f4dcd
solidtorrents: fix cat database
2019-02-24 08:32:56 +13:00
Garfield69
287ad3a995
nnm-club: new CA bypass
2019-02-23 19:51:54 +13:00
Garfield69
00494bdac1
add solidtorrents: a Public meta-search engine. resolves #4751
2019-02-23 16:06:42 +13:00
kaso17
a4cd5e0047
The Shinning: fix legacy urls
2019-02-22 17:10:47 +01:00
kaso17
95e17d1741
TorrentCCF: update URL
2019-02-22 15:53:30 +01:00
Garfield69
1a8b48f4dc
karagarga: update date parsing
2019-02-22 18:52:17 +13:00
Garfield69
e32baf18a4
spacetorrent: they have simplyfied categories and dropped seelders and leechers from main result page
2019-02-22 16:16:25 +13:00
Garfield69
486a5313e4
gktorrent: new domain .cx
2019-02-22 15:40:20 +13:00
Garfield69
79b262569f
cpabien: new domain .bz
2019-02-22 15:38:40 +13:00
Garfield69
2dc4582830
2fast4you: update categories, as per #4743
2019-02-22 07:39:03 +13:00
Garfield69
48d7ce271b
3evils: updates resolves #4737
2019-02-21 20:30:11 +13:00
Garfield69
11acfddd64
theshinning: update for unit3d server. resolves #4735
2019-02-21 15:40:10 +13:00
Garfield69
23f36bb0f8
nostalgic: drop debug logging
2019-02-21 08:02:57 +13:00
Garfield69
b2ff7b7091
add bitturk a Turkish Private site. resolves #1415
...
note: only supports the Classic theme and the English language.
Using the Modern theme will prevent results, and Turkish will prevent upload dates.
2019-02-20 20:30:05 +13:00
Garfield69
806eabde31
add torrentProject2 a clone of the original, but without categories.
2019-02-20 09:36:12 +13:00
Garfield69
9538adcc30
yggtorrent: fix category selector. resolves #4725
2019-02-20 06:47:25 +13:00
Garfield69
13e1548d54
THC: enable imdbid searching for #3866
2019-02-19 20:01:08 +13:00
Garfield69
0c667322d9
Fixed date when language is set to english caused by turkish translation support code
2019-02-19 15:32:23 +13:00
xfouloux
fa9abf2fed
Update yggtorrent.yml catid and add sonarr v3 support ( #4721 )
...
tidy up things for sonarrv3 season search to work ok !
also changed the catid selector as it is now in #hidden div
2019-02-19 15:28:07 +13:00
lavamuffin
5cd5b5277f
Fixed published date on hd4free when language is set to english ( #4719 )
...
without the whitespaces days is replaced with dmonths because the turkish word for month is ay
2019-02-19 15:26:46 +13:00
Garfield69
3e97da4c1a
hdchina: swith to cookie login method for #4715
2019-02-18 08:02:16 +13:00
Garfield69
610821a435
amigosshare: fix login and switch from http to https. resolves #4714 and #4697
2019-02-17 15:41:29 +13:00
methonan
5968285a39
Alternate search category for movies in yggtorrent ( #4704 )
...
* [FIX] Alternate search category for movies in yggtorrent
* Add alternate category/subcategory format
2019-02-17 08:40:21 +13:00
Garfield69
ba6453a78f
torrentbd: correct login for #1709
2019-02-16 21:15:42 +13:00
Garfield69
8a463886dd
mteamtp: incldead: "1"
2019-02-16 20:29:34 +13:00
Garfield69
4796da7a89
elitetorrentbiz: attempt to fecth 90 results instead of just 30
...
also handle entries with missing size
2019-02-16 09:53:23 +13:00
Garfield69
30032a6f63
btbit: fetch 105 results instead of just 15
...
also exclude spurious results to prevent log errors.
2019-02-16 09:11:28 +13:00
Garfield69
67bc9b69cf
add DivTeam a SPANISH Private Tracker. resolves #4671
2019-02-15 09:10:44 +13:00
Garfield69
6447bffacc
hdcity: add info about only Spanish IP addressed allowed. #4102
2019-02-14 16:54:30 +13:00
Scott Cooper
293e2efbf7
ygg remove extra quote character ( #4679 )
2019-02-14 12:57:01 +13:00
Román Martín
dfaa7f1a69
Added regexp for searching complete seasons in PyMedusa ( #4678 )
2019-02-14 11:37:28 +13:00
xfouloux
001ee19752
Update yggtorrent.yml ( #4677 )
...
revert back to two urls because of cloudflare...
2019-02-14 11:34:44 +13:00
Garfield69
5be247a1e6
add DocumentaryTorrents a Private Tracker. resolves #4670
2019-02-14 08:30:17 +13:00
Ricardo
2707312d2b
hachede: add tv and movie search modes ( #4668 )
2019-02-14 06:48:09 +13:00
Ricardo
7da5a9ea39
Added Vizuk private spanish tracker ( #4667 )
...
* Add Vizuk
* Adds Vizuk private tracker
* Update vizuk.yml
add tv and movie search modes
2019-02-14 06:34:40 +13:00
Garfield69
1123c707c5
crnaberza: amend description.
2019-02-14 05:40:15 +13:00
Garfield69
35ac794927
unionfansub: cosmetic format alingment.
2019-02-14 05:37:46 +13:00
Garfield69
a9fe567299
puntotorrent: fix size selector. resolves #4663
...
also add UHD categories and amend a few others.
2019-02-14 05:36:29 +13:00
Garfield69
e5d2994174
add CrnaBerza a SERBIAN Private Tracker. resolves #4644
2019-02-13 22:59:26 +13:00
Garfield69
bc605a8146
cpabien: new domain
...
cpabien.link points to a broken server
but according to opentrackers.org the alternate link www.cpabien.cx redirect to www.cpasbiens.cz
its possible this domain was taken over by a competitor as the row and download links are different, but the search results are different from cpabienclone so meh.
2019-02-13 16:42:32 +13:00
Garfield69
276801cc3b
turktorrent: new domain turktorrent.us
2019-02-13 16:01:18 +13:00
Garfield69
463dda9f80
ilcorsaronero: new domain .vip
2019-02-13 08:37:16 +13:00
Garfield69
38aa3eaa93
yml: standardise use of pre and post slashes on links
2019-02-13 08:18:17 +13:00
lavamuffin
515575f311
add hdarea a Chinese Private tracker. resolves #4145 ( #4654 )
...
* add hdarea.co
* Update README.md
* hdarea: add movie search mode
2019-02-13 06:55:53 +13:00
Garfield69
79bd7bae67
acgrip: add volumefactors
2019-02-13 06:52:21 +13:00
Garfield69
3c75f7afc0
acgrip: fix site name which did not match yml filename.
2019-02-13 06:47:52 +13:00
Wu Haotian
3c2bff5833
add acg.rip a Chinese Public torrent tracker for the latest anime and Japanese related torrents ( #4653 )
...
* add acg.rip
* acg.rip drop debugging and add search mode.
* acgrip: amend description
2019-02-13 06:41:36 +13:00
Garfield69
5037e1871a
add amigos share club a Brazilian private site. resolves #4642
2019-02-12 18:52:05 +13:00
Garfield69
e7edd1734b
add CartoonChaos a Private tracker for animated tv and movies. resolves #5
2019-02-12 11:29:22 +13:00
Garfield69
1ad901bfa8
theshinning: new domain .me resolves #4643
2019-02-11 19:59:35 +13:00
Garfield69
d4f16d96f1
drop ratio replace
...
cardigann does not process the ratio block anyway
and none of the other yml source do any validation for this value
2019-02-11 15:09:05 +13:00
Garfield69
09ef1169b6
eztv: provide default size when one is not available. resolves #4473
2019-02-11 11:35:37 +13:00
Garfield69
2dcc21f5f7
datascene: new layout. resolves #4629
...
also add new categories.
2019-02-11 08:54:59 +13:00
Garfield69
a7928ea4a8
spacetorrents: now using username and password login instead of the cookie method.
2019-02-10 19:47:08 +13:00
Garfield69
90d0f5b2e0
nostalgic: now using username and password instead of cookie method.
...
selector cinfo was the key to cracking the sites bot-detection check.
2019-02-10 19:05:07 +13:00
Garfield69
56a26dd265
add nostalgic, a private tracker for movies and tv. resolves #3795
...
has a bot detection I could not work around. had to resort to using cookie.
2019-02-10 17:42:04 +13:00
Garfield69
99d294cc79
Merge branch 'master' of https://github.com/Jackett/Jackett
2019-02-10 15:52:50 +13:00
Garfield69
880c818686
turktorrent: correct ratio infinity
2019-02-10 15:52:47 +13:00
Kilian Cavalotti
915fb1d68e
Update hush.yml add new categories and attempt to fix no-results ( #4593 )
...
* Update hush.yml
Fix categories & "no results" errors.
* Update hush.yml
untested (as I don't have a login), but the uploadvolumefactor is missing an else-match-all case, which may be the reason your are seeing no results.
please test and report back. thanks.
2019-02-09 20:15:11 +13:00
Garfield69
f9512c8228
update some yml indexer descriptions and the readme
2019-02-09 17:55:59 +13:00
Garfield69
2e0f6c7b03
add SpaceTorrent, a French Private tracker. resolves #2901
2019-02-09 09:55:41 +13:00
Garfield69
2cee151652
add PiratBit, a Russian Private tracker. resolves #4537
2019-02-08 20:47:57 +13:00
Garfield69
a7117a077f
film-paleis: fix bug in login error checking code
2019-02-08 11:13:09 +13:00
Garfield69
62cc95182f
add AudioNews a Private tracker for audio software / samples etc. resolves #4181
2019-02-08 09:49:12 +13:00
Garfield69
4e3a420248
update languge for some new sites.
2019-02-08 07:05:13 +13:00
Garfield69
a77e6211b3
add LeSaloon, a French Private tracker. resolves #1551
2019-02-07 20:38:19 +13:00
Garfield69
021e487528
elitetorrent-biz: handle not-found. resolves #4611
2019-02-07 09:17:54 +13:00
Garfield69
29ea7af919
add ProAudioTorrents, a Private tracker for Audio Software / Tutorials etc. resolves #2422
2019-02-06 20:47:56 +13:00
Garfield69
9843ca9491
add TurkTorrent a Private Turkish tracker. resolves #4268
2019-02-06 14:04:11 +13:00
Garfield69
0b12640d58
torrentland: add missing categories
2019-02-06 07:50:10 +13:00
Garfield69
5329125950
Revert "Update torrentland.yml ( #4578 ) resolves #3708 "
...
This reverts commit 0300942a8f
.
2019-02-06 07:36:41 +13:00
Garfield69
7128e0c599
add CasStudioTV a Russian Private TV site. Resolves #3285
2019-02-05 20:11:39 +13:00
Garfield69
6f9a2caa18
ettv: fix results for TEST. resolves #4602
2019-02-05 17:54:34 +13:00
Garfield69
e98fad4f73
add XWTorrents a private tracker for pro wresting and mma. resolves #1876
2019-02-05 17:29:48 +13:00
Garfield69
2eb76ffb86
Revert "torrentland: possible untested fix for #4599 "
...
This reverts commit bb2c8e6c6a
.
2019-02-05 10:53:04 +13:00
Garfield69
4ffc9f06c9
add pwtorrent a pro wrestling site. resolves #3683
2019-02-05 10:26:35 +13:00
Garfield69
14912bba09
hdchina: cosmetic update description
2019-02-05 10:25:26 +13:00
Garfield69
bb2c8e6c6a
torrentland: possible untested fix for #4599
2019-02-05 07:16:35 +13:00
djoole
c4c91cc462
yggtorrent: replaced " " by """" for improved searches ( #4597 )
...
replace spaces in searched name by quotation marks so that a YGG search engine return results on partial keywords
2019-02-05 06:33:55 +13:00
Garfield69
fd036ecef9
add how to get cookie to yaml indexers
2019-02-04 19:26:40 +13:00
Garfield69
72c28319f3
add pt99 a Chinese Private tracker. resolves #4147
2019-02-04 19:25:11 +13:00
Garfield69
d255e83756
film-paleis: andmatch results
2019-02-04 17:42:43 +13:00
Garfield69
a41c45b7d3
takeabyte: fix cat 37
2019-02-04 14:53:16 +13:00
Garfield69
83d11a58cb
hdchina: fix volumefactor
2019-02-04 14:00:45 +13:00
Garfield69
fbadc4f3a9
hdchina: enable imdbid searches
2019-02-04 13:22:37 +13:00
Garfield69
7bf35bda8f
torrentcouch: changes for results page
2019-02-04 06:40:23 +13:00
Garfield69
f65df4e45d
add TakeaByte a NORDIC Private tracker. resolves #4153
...
will need to login once my profile freeleech has expired in order to define more download and upload volumefactors
2019-02-03 20:15:47 +13:00
Garfield69
da3f84527d
cpasbienclone: new domain .cm
2019-02-03 19:49:38 +13:00
Garfield69
1ef7dcf457
add 3evils a Private torrent tracker. resolves #4264
...
I may need to revisit the download and upload volumefactors once my profile gets old enough to stop getting automatic freeleech.
2019-02-03 17:07:39 +13:00
Garfield69
9eb52b76ca
add film-paleis, a Dutch semi-private site. resolves #2651
2019-02-03 06:39:25 +13:00
Garfield69
55cae3657e
add Monova a Public indexer. resolves #4447
2019-02-02 17:10:53 +13:00
Garfield69
953e3cf701
tntvillage: domain change, dropped www. resolves #4582
2019-02-02 06:43:53 +13:00
Garfield69
7a7c00c562
add TorrentFunk a Public search engine
2019-02-01 16:55:14 +13:00
Garfield69
7d39938af6
torlock: add alternate domains
2019-02-01 12:22:30 +13:00
Garfield69
47d815c805
rutor: amend to handle mirrors. resolves #4446
2019-02-01 10:55:50 +13:00
Oscar Menéndez García
0300942a8f
Update torrentland.yml ( #4578 ) resolves #3708
...
Update tracker definition.
2019-02-01 08:53:51 +13:00
Garfield69
0ba21e3f18
ilcorsaronero: : add default trackers to magnet.
2019-02-01 07:32:55 +13:00
Garfield69
008b995df4
torrentz2: add default trackers to magnet. resolves #4574
2019-02-01 07:32:44 +13:00
Garfield69
7dd8e247c8
add Alein a Bulgarian semi-private tracker. resolves #4021
2019-01-31 21:49:48 +13:00
Garfield69
c408c6880c
add Vanila a Russian semi-private torrent forum. resolves #4003
2019-01-31 17:54:35 +13:00
Garfield69
68aa4184e0
cpasbienclone: new domain www2.
2019-01-31 07:29:33 +13:00
Garfield69
0407b15c1b
add shokweb a chinese public ste. resolves #3210
2019-01-30 17:12:55 +13:00
Garfield69
27240bcfed
add TorrentKitty a Chinese Public tracker. #3210
2019-01-30 15:21:38 +13:00
Garfield69
a3f0131156
greekteam: possible fix for #4540
2019-01-30 08:28:35 +13:00
Romain Lecat
5924a4fd22
YggTorrent: domain change www2. ( #4565 )
2019-01-30 06:09:49 +13:00
Garfield69
296c218308
add BTKitty, a public DHT search engine. resolves #2974
2019-01-29 20:35:29 +13:00
Garfield69
bce1689bfe
torrent9: new domain wvw.
2019-01-29 19:13:45 +13:00
Garfield69
d0d4dcf11d
gktorrent: new domain .tv
2019-01-29 16:36:46 +13:00
Garfield69
5a1f9e4af9
add Torrof public meta-search engine. resolves #4165
2019-01-28 12:33:48 +13:00
xfouloux
a2946ca903
Update archetorrent.yml ( #4546 )
...
add options like on yggtorrent to rewrite MULTI with MULTI.FRENCH or ENGLISH etc...
other sames options of rewrite vostfr etc...
2019-01-27 20:12:43 +13:00
Garfield69
a2c881a968
add DIGBT a public DHT search engine. resolves #4344
2019-01-27 20:10:25 +13:00
Garfield69
b9c2f8ad5d
add GDF76 semi-private site for ITA films in mp4 format optimized for streaming resolves #4253
2019-01-26 20:52:14 +13:00
maxtop51
a45770f541
Create cpasbienclone.yml ( #4545 )
...
* Create cpasbienclone.yml
* Update README.md
* Update cpasbienclone.yml
2019-01-26 14:35:00 +13:00
WSHaRK993
649d53f857
Incomplete HD-Forever API remplacement. ( #4538 )
...
Gazelle API from HD-Forever doesn't push languages, releasers, and download factors. Here is a remplacement.
src/Jackett.Common/Indexers/HDForever.cs should be deleted.
2019-01-26 10:36:28 +13:00
Garfield69
f612345fac
skytorrentsclone: make itorrents link optional. resolves #4542
2019-01-26 10:31:46 +13:00
Garfield69
d8607ee0f2
yggtorrent: new domain www.yggtorrent.gg
2019-01-25 06:32:19 +13:00
Romain Lecat
655448fb74
Fix for YggTorrent shitty URL management. Thanks to @xfouloux for this. Fixes #4504 ( #4521 )
...
* Fix for YggTorrent shitty URL management. Thanks to @xfouloux for this. Fixes #4504
* Add option to perform agressive quality mapping, required for some fr anime releases
* Correct search URL for yggtorrent by default
* Revert "Add option to perform agressive quality mapping, required for some fr anime releases"
This reverts commit b74042362c
.
2019-01-24 20:15:18 +11:00
Garfield69
60b7c7860b
Merge branch 'master' of https://github.com/Jackett/Jackett
2019-01-20 07:29:24 +13:00
Garfield69
fc343b336f
t9clone: follow redirect plus new domain
2019-01-20 07:29:21 +13:00
mrhydejc
82c7900f77
YGG: Enhance sonarr compatibility with anime by renaming episode (xxx -> Exxx) ( #4478 )
2019-01-18 11:04:06 +01:00
Garfield69
3d99aa3863
torrent9clone: new domain www>www1
2019-01-17 07:53:43 +13:00
Jorman
5e48f764aa
shareisland: fetch more results ( #4469 )
2019-01-16 15:40:53 +01:00
kaso17
3294bbcea3
Shareisland: support users with uploaders column
2019-01-16 13:12:04 +01:00
kaso17
45b47268f9
ICE Torrent: fix parsing
2019-01-16 11:29:56 +01:00
kaso17
76dd662fe3
Downloadville: fix definition for users without wait time
2019-01-16 11:25:44 +01:00
Jorman
42b4fae278
girotorrent: fetch more results ( #4460 )
...
* update girotorrent
possibility to go up to 10 pages during search/sync
* Update girotorrent.yml
2019-01-16 10:54:05 +01:00
kaso17
9fd4bbae4f
YGGtorrent: update legacy URLs
2019-01-10 16:00:07 +01:00
kaso17
9e7d1cc547
Torrent9: update urls
2019-01-09 20:20:25 +01:00
kaso17
31df2c27dd
Greek Team: try to fix definition
2019-01-09 20:01:10 +01:00
kaso17
b64b3504ba
EZTV: avoid error
2019-01-09 19:54:53 +01:00
Kilian Cavalotti
8da6140753
Add HuSh tracker ( #4409 )
...
* Create hush.yml
Add HuSh tracker
* Update README.md
Add HuSh tracker
2019-01-09 19:39:55 +01:00
Guillaume Liautard
3c03494d85
jpopsuki: fixed an issue with tabulations in title ( #4413 )
2019-01-09 19:39:29 +01:00
Garfield69
f79608fe6c
torrent9clone: back to .ch #4196
2019-01-06 13:03:21 +13:00
Scott Cooper
4c07918cd4
fix audiobookbay categorymappings id type ( #4384 )
2019-01-02 13:00:01 +01:00
Scott Cooper
88fc9123e7
args field takes a string ( #4385 )
2019-01-02 12:59:06 +01:00
kaso17
c38b668ea2
Majomparádé: fix definition
2019-01-01 16:54:55 +01:00
Aurimas Navardauskas
a96237b38b
Update linkomanija.yml ( #4377 )
...
It is Lithuanian tracker not Italian, that is often confused because of the .LT versus .IT domain names, however not sure how it happened here.
2018-12-30 18:51:48 +11:00
Garfield69
5c9f652ef5
gktorrent: back to .net domain
2018-12-30 08:26:29 +13:00
HDVinnie
0c3e856086
add AsianCinema ( #4374 )
...
* (Add) asiancinema.yml
* (Update) README.md
* Update README.md
* Update asiancinema.yml
2018-12-29 17:41:49 +01:00
kaso17
590fd5139f
SceneHD: use API
2018-12-28 17:52:32 +01:00
kaso17
37ccdbb19d
Torrents.Md: removed (closed)
2018-12-28 16:16:18 +01:00
kaso17
cb02cac1e1
RoDVD: fix definition
2018-12-28 16:11:49 +01:00
kaso17
ddb8095dd2
Racing4Everyone: fix definition
2018-12-28 16:11:37 +01:00
kaso17
1352d1528a
Magico: update links
2018-12-28 11:08:57 +01:00
kaso17
822dc191dc
The Shinning: add support for alternative layout
...
Thank you @s0mm3rb
2018-12-28 11:03:21 +01:00
Garfield69
41bf6da9c6
cpabien: new domain
2018-12-28 16:56:50 +13:00
kaso17
f3de97be61
SceneHD: use cookie auth
2018-12-27 17:59:16 +01:00
Garfield69
332a31afa2
cpabien: back to .bz domain
2018-12-26 07:17:54 +13:00
kaso17
a5c596c200
HDCenter: add FL slot detection
2018-12-24 14:13:37 +01:00
m3ntalsp00n
b8a9eef6cf
Add desitorrents to available indexers ( #4354 )
...
* Add desitorrents to available indexers
* Update README.md
* Update desitorrents.yml
2018-12-23 19:09:20 +01:00
Garfield69
75aef1b997
gktorrent back to .me domain
2018-12-24 06:35:24 +13:00
Garfield69
2c1b6dbf9f
gktorrent: back to .org domain
2018-12-23 08:01:52 +13:00
Garfield69
ccf0d546e9
gktorrent: new domain
2018-12-21 12:16:44 +13:00
Garfield69
e56f5314b2
cpabien: new domain
2018-12-21 12:14:04 +13:00
kaso17
041115ff0e
1337x: sort results
2018-12-20 15:01:49 +01:00
Garfield69
98439ea414
btdb: gone
2018-12-19 07:06:21 +13:00
Garfield69
4cf798b4b4
incorsaronero: update for new incomplete CA fix #4332
2018-12-18 14:17:50 +13:00