mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Abnormal: set encoding
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||||||
using System.Collections.Specialized;
|
using System.Collections.Specialized;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
using System.Text;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Web;
|
using System.Web;
|
||||||
@@ -56,6 +57,7 @@ namespace Jackett.Indexers
|
|||||||
configData: new ConfigurationDataAbnormal())
|
configData: new ConfigurationDataAbnormal())
|
||||||
{
|
{
|
||||||
Language = "fr-fr";
|
Language = "fr-fr";
|
||||||
|
Encoding = Encoding.UTF8;
|
||||||
// Clean capabilities
|
// Clean capabilities
|
||||||
TorznabCaps.Categories.Clear();
|
TorznabCaps.Categories.Clear();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user