JigSawFr
4a9fcdbc9b
Fixed some typo & removed unecessary comment
2016-01-04 00:47:42 +01:00
JigSawFr
6bea0b009a
Upgraded with new functions and improvements,
...
Empty search return now from all (fixed term before),
Fix Browser XHR request not removed if no result,
Fix some typo
2016-01-04 00:09:32 +01:00
JigSawFr
ff86a15ddd
Rebase on upstream
2016-01-03 22:15:04 +01:00
Azerelat
d204ce6f39
Fix TVChaosUK and missing logos
2016-01-03 20:40:59 +00:00
JigSawFr
6bc011f678
FNT Provider
2016-01-03 19:39:53 +01:00
JigSawFr
aa69d1a3b9
Debug logging only if debug level is true
2015-12-29 11:51:52 +01:00
JigSawFr
29bde68337
Cache only used in case of search term
2015-12-29 11:30:55 +01:00
Sébastien Robert
e9ae2d4cd8
WiHD Provider
2015-12-29 11:17:18 +01:00
twistedpear
283a003aef
remember xspeeds cookies if they have changed. This makes future queries much quicker
2015-12-28 12:15:09 -05:00
twistedpear
a50ab9c49b
Improved cookie accumulation to reduce roundtrips to the server.
2015-12-28 11:16:53 -05:00
twistedpear
b4e42b4180
Improved the category search - can now use mutli categories
2015-12-28 10:27:02 -05:00
twistedpear
f7efd83e09
Put ProxyConnection back into Startup.cs
2015-12-28 09:53:59 -05:00
twistedpear
f67381d0ac
Merge remote-tracking branch 'upstream/master'
2015-12-28 09:46:38 -05:00
garreth.jeremiah@gmail.com
af0c15be2c
added notice in log when proxying is used
...
bitsoup multi category searches look for all cats instead of making multiple queries
2015-12-28 08:42:11 -05:00
Azerelat
828091128e
Respect pre-release flag
2015-12-27 22:55:18 +00:00
Azerelat
f8c0b9a80f
Merge pull request #133 from some-guy-23/indexer-RevolutionTT
...
Added new tracker/indexer class for RevolutionTT.me
2015-12-27 21:39:48 +00:00
Azerelat
d598017a03
Fix blackhole downloads #135
2015-12-27 21:25:54 +00:00
Azerelat
aadf25e3b6
Fix update cross platform issues
2015-12-27 21:11:04 +00:00
garreth.jeremiah@gmail.com
f4129dc4a0
Added simple (non-auth) proxy support including processing the second set of headers (server) vs first (proxy). New command line option (-j 127.0.0.1:8888) to set the proxy and port. unfortunatly both -p and -x were already taken
...
extended refresh header handling to libcurl and safecurl
also some minor tweaks needed to have Curl 'behave' with certain servers by adding accept-language header to Curl
Added ability/template to allow the user to select their own SiteURL (see BitSoup implementation) with a minor update to ConfigurationData class to prevent the "display text" from disappearing on errors.
XSpeeds indexer - updated to handle a case where the returned XML occasionally is null terminated resulting in XML parsing exceptions
BitSoup indexer - added user customizable url selection, including some url validation
BaseIndexer - cleaned up some of my earlier implementation for accumulating cookies.
2015-12-24 22:26:39 -05:00
twistedroutes
f6f27e604a
Fixed grabbing the wrong download link. Also updated the comment link
2015-12-22 12:17:49 -05:00
twistedroutes
bc1dd0e9e8
Added Bitsoup tracker. For multi-category searches will perform multiple searches as the tracker search didn't support multiple categories. Recommend to the user to search for "all" instead. Consider changing this approach later.
2015-12-21 22:12:43 -05:00
some-guy-23
6b1dba2dc3
Added RSS feed to RevolutionTT
2015-12-21 20:03:50 -05:00
some-guy-23
e4a47927b9
Fixed RevolutionTT so that login can use username/password (instead of cookie)
2015-12-21 18:18:07 -05:00
some-guy-23
226c27f903
Added new tracker/indexer class for RevolutionTT.me
2015-12-21 16:10:39 -05:00
garreth.jeremiah@gmail.com
5acaf9dbb8
performQuery did not handle the situation where the credentials had timed out or the cloudflare DDoS was re-requested. Added a temporary solution by re-doing the log-in process. It is a little slow, so users of this indexer will see a 20s delay. I will find a way to improve that in a subsequent fix.
2015-12-19 10:40:01 -05:00
garreth.jeremiah@gmail.com
a856aba953
XSpeeds.cs - updated configuration data to give notification to use about the initial delay for handling the CloudFlare DDOS Redirection using a new ConfigurationData class that exploits the seemingly unused DisplayInfo
...
ConfigurationDataBaseicLoginWithRSSAndDisplay - a ConfigData class that provides a display item member. I am new to c# so I haven't figured out if I coud have avoided this by added it to the object after instantiation. Looks possible with expandoobject but I felt that would be changing too much
2015-12-18 13:02:07 -05:00
garreth.jeremiah@gmail.com
ce351dd3aa
Corrected typo in response.statusCode to response.StatusCode
2015-12-18 12:08:36 -05:00
garreth.jeremiah@gmail.com
99125386f0
XSpeeds - based on TVCHaosUK. Because f clourflare redirection, needs to hit the site twice. Once for cloudflare DDoS redirection (to obtain all necessary cookies) and second to login.
2015-12-18 12:06:51 -05:00
garreth.jeremiah@gmail.com
44d6ac2f04
Run - added parsing of the http response headers to examine the Refresh header if the response is a 503 (service unavailable). Extract the redirect and redirect delay from the header and follow it. This is to avoid the alternative of trying to calculate the cloudflare challenge/response.
2015-12-18 12:03:38 -05:00
garreth.jeremiah@gmail.com
b5ff430e2d
RequestLoginAndFollowRedirect - added "accumulateCookies" which adds cookies from redirection responses. This was needed for xspeeds processing of cloudflare redirection
...
FollowIfRedirect - during redirects this can keep the cookies
2015-12-18 11:55:53 -05:00
Kantraz
8fcda318ca
Attempt to keep hounddawgs logged in
2015-12-16 20:19:59 +01:00
WhatFox
73171c3e45
Remove closed tracker NextGen
2015-12-15 23:35:24 +00:00
WhatFox
c2ec9827cd
Fix webui on mono 3.x. Please don't use 3.x :(
2015-12-15 23:27:13 +00:00
flightlevel
95e3615bfa
IPTorrents: Fix Url
...
IPTorrents: Fix Url
2015-12-14 10:20:40 +11:00
flightlevel
82b69667cb
Merge pull request #123 from flightlevel/ftdb
...
FTDB: Remove tracker
2015-12-09 20:24:56 +11:00
flightlevel
3e19ca2b85
FTDB: Remove tracker
...
FTDB: Remove tracker
2015-12-09 19:50:25 +11:00
flightlevel
e1c29b7723
Speed.Cd: Add categories
...
Speed.Cd: Add categories
2015-12-09 19:45:44 +11:00
Kantraz
89bfdca5c0
Hounddawgs working againg
...
Run with "--IgnoreSslErrors true"
2015-12-06 21:43:39 +01:00
Nic Carroll
a547e4805e
Merge remote-tracking branch 'upstream/master'
2015-12-04 17:44:00 -07:00
Nic Carroll
ccbe704ef3
Add Movie Support to Speed.cd
2015-12-04 13:01:36 -07:00
Bram Roets
a2872fdf77
Speed.cd - login url fix
2015-12-04 10:55:54 +01:00
flightlevel
655b5894e9
Merge pull request #109 from flightlevel/speedcd
...
SpeedCD- Change login URL
2015-12-02 21:51:48 +11:00
flightlevel
c3642ffcbb
SpeedCD- Change login URL
...
SpeedCD- Change login URL
2015-12-02 21:48:17 +11:00
flightlevel
18a2db5af2
Linux: Ignore SSL certificate errors option added
...
Linux: Ignore SSL certificate errors option added
2015-12-02 21:19:51 +11:00
Nic Carroll
4f800f3f34
Update SpeedCD.cs
...
Change login url
2015-11-26 00:28:00 -07:00
flightlevel
2adfa6a184
Add Danishbits logo
...
Made extension lowercase for linux
2015-11-23 23:36:32 +11:00
flightlevel
8dfc86b041
Remove Danish Bits Logo
...
Works on Windows, but not Linux due to uppercase extension
2015-11-23 23:26:15 +11:00
flightlevel
43845c4be2
FreshOn: Add Tv Categories and Fix Time
...
-Add Tv Categories
-Incorrect time was being returned
2015-11-21 23:32:31 +11:00
flightlevel
7a0264051d
Tv Category Parser
...
Can Determine Torznab TV show category from title if tracker doesn't
supply a category
2015-11-21 22:56:06 +11:00
WhatFox
05b99801f7
Fix enhanced logging not disabling properly
2015-11-21 02:03:57 +00:00