Normalise Line endings (#1284)

* Add .gitattributes

* Normalise line endings
This commit is contained in:
flightlevel
2017-04-15 18:45:10 +10:00
committed by GitHub
parent ed601a0f7d
commit f2def1f615
211 changed files with 29715 additions and 29700 deletions

View File

@@ -15,8 +15,8 @@ using AngleSharp.Dom;
using AngleSharp.Parser.Html;
using CsQuery;
using Jackett.Models.IndexerConfig;
using Jackett.Utils;
using Jackett.Utils;
namespace Jackett.Indexers
{
public class MoreThanTV : BaseIndexer, IIndexer
@@ -109,11 +109,11 @@ namespace Jackett.Indexers
{
var searchUrl = GetTorrentSearchUrl(query.Categories, searchQuery);
var response = await RequestStringWithCookiesAndRetry(searchUrl);
if (response.IsRedirect)
{
// re login
await ApplyConfiguration(null);
response = await RequestStringWithCookiesAndRetry(searchUrl);
if (response.IsRedirect)
{
// re login
await ApplyConfiguration(null);
response = await RequestStringWithCookiesAndRetry(searchUrl);
}
try
@@ -165,8 +165,8 @@ namespace Jackett.Indexers
qualityData[1].Trim(),
qualityEdition, // Audio quality should be after this one. Unobtainable at the moment.
$"{qualityData[0].Trim()}-MTV"
});
});
releases.Add(GetReleaseInfo(groupItem, downloadAnchor, title, TorznabCatType.TV.ID));
}
else