KZ
25dd18ebcc
Merge pull request #211 from Kantraz/master
...
Fixed nxtgn.cs
2015-10-07 23:47:22 +01:00
KZ
cc615b498d
Merge pull request #204 from flightlevel/master
...
Fixes BitMeTV searches
2015-10-07 23:35:24 +01:00
Kantraz
461308c32f
Fixed nxtg.cs
...
All tv categories now working
2015-10-07 17:53:49 +02:00
Kantraz
c0f7d0846f
Update NxtGn.cs
...
Tried to get it to work again
2015-10-07 14:28:56 +02:00
flightlevel
3389ea1cb4
Fixes BitMeTV searches
...
Fixes issue https://github.com/zone117x/Jackett/issues/203
2015-10-05 21:22:01 +11:00
KZ
bd98a950ac
Few minor fixes to TehConnection
2015-10-04 12:26:36 +01:00
flightlevel
eb6e178c2f
Fix Missing Url Redirect Override
2015-10-04 12:26:25 +01:00
flightlevel
b71cd56d76
Add TehConnection Indexer
...
Conflicts:
src/Jackett/Jackett.csproj
2015-10-04 12:26:07 +01:00
KZ
a8c835fb8d
Update readme
2015-10-02 18:16:15 +01:00
KZ
67d1435728
Fix indexer styling
2015-10-02 18:15:35 +01:00
KZ
573d36b648
Merge branch 'master' of https://github.com/zone117x/Jackett.git
2015-10-02 17:59:00 +01:00
KZ
9f19802537
Update readme
2015-10-02 17:58:58 +01:00
KZ
0076df1212
Merge pull request #198 from larsjohnsen/style-changes
...
Style changes
2015-10-02 17:53:55 +01:00
KZ
e7fd955da0
Merge pull request #197 from m0thman/patch-1
...
Fix RUTor release title parsing
2015-10-02 17:53:22 +01:00
Lars
6595e38b6f
Style changes
2015-10-02 16:14:08 +02:00
m0thman
dfa91c46a9
Fix RUTor release title parsing
2015-10-02 12:45:39 +03:00
KZ
b46b36cfd9
Bump version
2015-09-30 21:29:26 +01:00
KZ
305f96b2ec
Merge branch 'develop' of https://github.com/zone117x/Jackett.git
2015-09-30 21:21:45 +01:00
KZ
982300ec6e
Complete BTNv1 and Fix Cloudfare cookies
2015-09-30 21:21:43 +01:00
KZ
54dfa619d5
Merge pull request #190 from raspdealer/patch-1
...
Update index.html
2015-09-28 19:58:25 +01:00
Raspdealer
d55e9b6e3d
Update index.html
...
Mistake in display
2015-09-28 20:06:56 +02:00
KZ
53e680ea87
Complete Shazbat, fix category picker on web ui and start btn
2015-09-24 19:55:15 +01:00
KZ
9437765697
Implement Shazbat #151
2015-09-22 21:29:44 +01:00
KZ
61f78a5367
Update T411 Domain
2015-09-21 21:01:14 +01:00
KZ
1c192c6cc9
Update version
2015-09-21 20:54:57 +01:00
KZ
66b8448186
Torrent download bugfix
2015-09-21 20:54:24 +01:00
KZ
353dadba0b
Build fix
2015-09-21 20:13:12 +01:00
KZ
4f9c098e6a
Update version
2015-09-21 20:05:44 +01:00
KZ
b8d0c75f7e
ShowRSS should use raw title #173
2015-09-21 19:58:17 +01:00
KZ
f6240c3cf0
Synology config #182
2015-09-21 19:42:17 +01:00
KZ
38a891ed1c
Merge branch 'master' into develop
2015-09-21 19:30:24 +01:00
KZ
ce7b3489be
Merge pull request #180 from Kantraz/patch-2
...
Update NxtGn.cs
2015-09-21 19:28:15 +01:00
KZ
06266e2cc5
#183 T411 Category mapping
2015-09-21 19:26:15 +01:00
KZ
e8bb1680f3
#181 Fix links are not cleaned before being sent to the webui. Fix failed requests not being forwarded to the caller. Add size display to web ui.
2015-09-21 18:48:53 +01:00
Kantraz
8d6dbcf336
Update NxtGn.cs
2015-09-18 14:21:22 +02:00
KZ
7996417c85
Update readme
2015-09-06 22:56:12 +01:00
KZ
f45c58b2bd
Update readme
2015-09-06 22:55:37 +01:00
KZ
1c8dfdc8c5
Merge v0.6.4
2015-09-06 22:52:52 +01:00
KZ
f846996841
Bump version 0.6.4
2015-09-06 22:52:02 +01:00
KZ
372bd46c47
Remove shields from website as its slow!
2015-09-04 19:26:00 +01:00
KZ
cf0f355960
Fix torrentday non local login
2015-09-04 19:16:40 +01:00
KZ
b39740848d
Torznab removes aprostrophies but filtering is done with them causing items to be incorrectly removed #158
2015-08-31 20:59:35 +01:00
KZ
1e3de38db7
CouchPotato - Change prefilter to allow results with no year #158
2015-08-31 20:52:15 +01:00
KZ
1fa36925ad
Fix torrentless magnet links failing on the torrentpotato endpoint #157
2015-08-26 19:38:50 +01:00
KZ
116a9026a0
Fix nxtgn logo size
2015-08-26 17:33:43 +01:00
René Simonsen
61a0c34aef
Since CouchPotato will not drop a release that matches by name, even if the IMDB id doesn't match, I've added to Jackett that it doesn't return releases that have an IMDB that doesn't match the one we're searching for.
...
This should prevent CouchPotato from grabbing wrong movies (for example downloading San Andreas Quake instead of San Andreas).
Updated nxtgn indexer to implement the changed interface in develop compared to master. Implemented missing imdb id on TorrentPotato, and changed JsonResponse to not include null values (to prevent imdb property being shown when we don't know it)
Added thetvdb and imdb id to torznab, as they are part of the torznab specification, albeit optional.
Added imdb ID for movies.
Will now only look at the first 3 pages when searching. To prevent flooding server when searching for a common term.
A category is now assigned to releases.
Changed nxtgn banner to only be copied if newer upon build.
Added support for nxtgn.org
# Conflicts:
# src/Jackett/Jackett.csproj
2015-08-26 17:25:16 +01:00
KZ
c7656971a2
Implement animetorrents #150
2015-08-25 21:30:32 +01:00
KZ
a2611a5797
Add metatags to the website
2015-08-24 20:46:11 +01:00
KZ
6571f3671c
Fix display issue with the readme
2015-08-23 22:34:51 +01:00
KZ
11e41485df
Fix display issue with the readme
2015-08-23 22:33:26 +01:00