Fixed: (Flaresolverr) YggCookie and YggTorrent Issues

This commit is contained in:
Qstick
2021-12-05 17:26:58 -06:00
parent 4eadd4cb2f
commit 0f52258d53
3 changed files with 53 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
@@ -107,6 +107,18 @@ namespace NzbDrone.Common.Http
}
}
public string UserAgent
{
get
{
return GetSingleValue("User-Agent");
}
set
{
SetSingleValue("User-Agent", value);
}
}
public string Accept
{
get