mirror of https://github.com/Jackett/Jackett
Abnormal: set encoding
This commit is contained in:
parent
b6accb02dc
commit
3a40e73d43
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Collections.Specialized;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web;
|
||||
|
@ -56,6 +57,7 @@ namespace Jackett.Indexers
|
|||
configData: new ConfigurationDataAbnormal())
|
||||
{
|
||||
Language = "fr-fr";
|
||||
Encoding = Encoding.UTF8;
|
||||
// Clean capabilities
|
||||
TorznabCaps.Categories.Clear();
|
||||
|
||||
|
|
Loading…
Reference in New Issue