diff --git a/README.md b/README.md index 7941d9a74..cc30745d4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ We were previously focused on TV but are working on extending searches to allow * [BIT-HDTV](https://www.bit-hdtv.com) * [BitMeTV](http://www.bitmetv.org/) * [Demonoid](http://www.demonoid.pw/) + * [EuTorrents](https://eutorrents.to/) * [FileList](http://filelist.ro/) * [FrenchTorrentDb](http://www.frenchtorrentdb.com/) * [Freshon](https://freshon.tv/) diff --git a/src/Jackett/Content/logos/eutorrents.png b/src/Jackett/Content/logos/eutorrents.png new file mode 100644 index 000000000..3c3983696 Binary files /dev/null and b/src/Jackett/Content/logos/eutorrents.png differ diff --git a/src/Jackett/Indexers/EuTorrents.cs b/src/Jackett/Indexers/EuTorrents.cs new file mode 100644 index 000000000..af0affe69 --- /dev/null +++ b/src/Jackett/Indexers/EuTorrents.cs @@ -0,0 +1,35 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Jackett.Models; +using Newtonsoft.Json.Linq; +using NLog; +using Jackett.Utils; +using System.Net; +using System.Net.Http; +using CsQuery; +using System.Web; +using Jackett.Services; +using Jackett.Utils.Clients; +using System.Text.RegularExpressions; +using Jackett.Models.IndexerConfig; + +namespace Jackett.Indexers +{ + public class EuTorrents : AvistazTracker, IIndexer + { + public EuTorrents(IIndexerManagerService indexerManager, IWebClient webClient, Logger logger, IProtectionService protectionService) + : base(name: "EuTorrents", + desc: "Part of the Avistaz network.", + link: "https://eutorrents.to/", + indexerManager: indexerManager, + logger: logger, + protectionService: protectionService, + webClient: webClient + ) + { + } + } +} \ No newline at end of file diff --git a/src/Jackett/Jackett.csproj b/src/Jackett/Jackett.csproj index e5a39b615..b84a20994 100644 --- a/src/Jackett/Jackett.csproj +++ b/src/Jackett/Jackett.csproj @@ -175,6 +175,7 @@ + @@ -422,6 +423,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest