Implement BakaBT, change Console to not build as x64, Add test framework

This commit is contained in:
Kayomani
2015-07-26 00:51:55 +01:00
parent e47cf66093
commit ad50101d82
25 changed files with 2395 additions and 70 deletions

View File

@@ -9,7 +9,6 @@ using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using static Jackett.CurlHelper;
namespace Jackett.Utils.Clients
{
@@ -24,7 +23,7 @@ namespace Jackett.Utils.Clients
public async Task<WebClientByteResult> GetBytes(WebRequest request)
{
CurlResponse response;
Jackett.CurlHelper.CurlResponse response;
logger.Debug(string.Format("UnixLibCurlWebClient:GetBytes(Url:{0})", request.Url));