From 105ee61807da096b9396c121bb7f11eb6a60557e Mon Sep 17 00:00:00 2001 From: Yllelder Bamir Date: Mon, 15 Jul 2019 02:54:47 +0200 Subject: [PATCH] mejortorrent: Change to UTF-8 (#5660) --- src/Jackett.Common/Indexers/MejorTorrent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index cc4dd3bd2..a8964c191 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -22,7 +22,7 @@ namespace Jackett.Common.Indexers public static Uri DownloadUri = new Uri(WebUri, "secciones.php?sec=descargas&ap=contar_varios"); private static Uri SearchUriBase = new Uri(WebUri, "secciones.php"); public static Uri NewTorrentsUri = new Uri(WebUri, "secciones.php?sec=ultimos_torrents"); - public static Encoding MEEncoding = Encoding.GetEncoding("iso-8859-1"); + public static Encoding MEEncoding = Encoding.GetEncoding("utf-8"); public override string[] LegacySiteLinks { get; protected set; } = new string[] { "http://www.mejortorrent.org/",