-
- Downloads
Added simple (non-auth) proxy support including processing the second set of...
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.
Showing
- src/Jackett.Console/ConsoleOptions.cs 3 additions, 0 deletionssrc/Jackett.Console/ConsoleOptions.cs
- src/Jackett.Console/Program.cs 5 additions, 0 deletionssrc/Jackett.Console/Program.cs
- src/Jackett/CurlHelper.cs 16 additions, 1 deletionsrc/Jackett/CurlHelper.cs
- src/Jackett/Indexers/BaseIndexer.cs 36 additions, 23 deletionssrc/Jackett/Indexers/BaseIndexer.cs
- src/Jackett/Indexers/BitSoup.cs 155 additions, 117 deletionssrc/Jackett/Indexers/BitSoup.cs
- src/Jackett/Indexers/XSpeeds.cs 8 additions, 0 deletionssrc/Jackett/Indexers/XSpeeds.cs
- src/Jackett/Models/IndexerConfig/ConfigurationData.cs 1 addition, 1 deletionsrc/Jackett/Models/IndexerConfig/ConfigurationData.cs
- src/Jackett/Startup.cs 5 additions, 0 deletionssrc/Jackett/Startup.cs
- src/Jackett/Utils/Clients/HttpWebClient.cs 13 additions, 2 deletionssrc/Jackett/Utils/Clients/HttpWebClient.cs
- src/Jackett/Utils/Clients/UnixLibCurlWebClient.cs 22 additions, 0 deletionssrc/Jackett/Utils/Clients/UnixLibCurlWebClient.cs
- src/Jackett/Utils/Clients/UnixSafeCurlWebClient.cs 40 additions, 2 deletionssrc/Jackett/Utils/Clients/UnixSafeCurlWebClient.cs
Loading
Please register or sign in to comment