diff --git a/README.md b/README.md
index 82e7151a9..52cf43dda 100644
--- a/README.md
+++ b/README.md
@@ -216,7 +216,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* eShareNet
* eStone (XiDER, BeLoad)
* Ethor.net (Thor's Land)
- * EvolutionPalace
* FANO.IN
* FileList (FL)
* Femdomcult
diff --git a/src/Jackett.Common/Definitions/evolutionpalace.yml b/src/Jackett.Common/Definitions/evolutionpalace.yml
deleted file mode 100644
index 255030def..000000000
--- a/src/Jackett.Common/Definitions/evolutionpalace.yml
+++ /dev/null
@@ -1,144 +0,0 @@
----
- site: evolutionpalace
- name: Evolution-Palace
- description: "Evolution-Palace is a Private site for MOVIES / TV / GENERAL"
- language: en-us
- type: private
- encoding: UTF-8
- links:
- - https://evolution-palace.net/
-
- caps:
- categorymappings:
- - {id: 43, cat: Movies/UHD, desc: "4K/BluRay"}
- - {id: 42, cat: Movies/UHD, desc: "BluRay/4K"}
- - {id: 30, cat: PC/0day, desc: "App/ODAY"}
- - {id: 28, cat: PC/Mac, desc: "Appz/Mac"}
- - {id: 27, cat: PC, desc: "Appz/misc"}
- - {id: 32, cat: Books/Magazines, desc: "Book//Mags"}
- - {id: 29, cat: Books/Ebook, desc: "Ebooks"}
- - {id: 47, cat: TV/HD, desc: "Tv/HD"}
- - {id: 51, cat: TV, desc: "Tv/Packs"}
- - {id: 49, cat: TV/SD, desc: "Tv/SD"}
- - {id: 48, cat: TV/WEB-DL, desc: "Tv/WebRip"}
- - {id: 50, cat: TV/HD, desc: "Tv/X265"}
- - {id: 7, cat: Console/Other, desc: "Games/Dreamcast"}
- - {id: 8, cat: PC/Games, desc: "Games/PC ISO"}
- - {id: 9, cat: Console/PSP, desc: "Games/PS1"}
- - {id: 11, cat: Console/PSP, desc: "Games/PS2"}
- - {id: 22, cat: Console/PSP, desc: "Games/PS2"}
- - {id: 10, cat: Console/PS3, desc: "Games/PS3"}
- - {id: 19, cat: Console/PS4, desc: "Games/PS4"}
- - {id: 26, cat: Console/Wii, desc: "Games/Wii"}
- - {id: 31, cat: Console/Xbox, desc: "Games/Xbox"}
- - {id: 45, cat: Movies/3D, desc: "Movies/3D"}
- - {id: 25, cat: TV/Anime, desc: "Movies/Anime"}
- - {id: 12, cat: Movies/BluRay, desc: "Movies/Bluray"}
- - {id: 13, cat: Movies, desc: "Movies/Cam"}
- - {id: 14, cat: Movies, desc: "Movies/Classic"}
- - {id: 20, cat: Movies/DVD, desc: "Movies/Dvdr"}
- - {id: 15, cat: Movies/HD, desc: "Movies/HD"}
- - {id: 24, cat: Movies, desc: "Movies/Packs"}
- - {id: 18, cat: Movies, desc: "Movies/Remux"}
- - {id: 16, cat: Movies/SD, desc: "Movies/SD"}
- - {id: 17, cat: Movies/WEBDL, desc: "Movies/WebRip"}
- - {id: 21, cat: Movies/SD, desc: "Movies/Xvid"}
- - {id: 3, cat: Audio, desc: "Music Audio"}
- - {id: 33, cat: Audio, desc: "Music/Audio"}
- - {id: 34, cat: Audio, desc: "Music/Packs"}
- - {id: 35, cat: Audio/Video, desc: "Music/Video"}
-
- modes:
- search: [q]
- tv-search: [q, season, ep]
- movie-search: [q]
-
- login:
- path: login.php
- method: form
- form: form[action="takelogin.php"]
- inputs:
- username: "{{ .Config.username }}"
- password: "{{ .Config.password }}"
- error:
- - selector: h2
- message:
- selector: table tr td.text
- test:
- path: index.php
- selector: a[href^="logout.php?hash_please="]
-
- search:
- paths:
- - path: browse.php
- inputs:
- $raw: "{{range .Categories}}c{{.}}=1&{{end}}"
- search: "{{ .Keywords }}"
- searchin: "title"
- incldead: 1
- only_free: 0
-
- rows:
- selector: tr.browse_color, tr.freeleech_color
- filters:
- - name: andmatch
- fields:
- category:
- selector: a[href^="browse.php?cat="]
- attribute: href
- filters:
- - name: querystring
- args: cat
- title:
- selector: a[href^="details.php?id="]
- attribute: onmouseover
- filters:
- - name: split
- args: [">", "1"]
- - name: replace
- args: [" 10:20 AM
- # Yesterday
08:03 PM
- optional: true
- selector: td:nth-last-child(6):contains("day")
- date:
- # Feb 14 2019
10:20 AM
- optional: true
- selector: td:nth-last-child(6):not(:contains("day"))
- filters:
- - name: dateparse
- args: "Jan 2 2006 03:04 pm"
- size:
- selector: td:nth-last-child(5)
- grabs:
- selector: td:nth-last-child(4)
- filters:
- - name: regexp
- args: ([\d]+)
- seeders:
- selector: td:nth-last-child(3)
- leechers:
- selector: td:nth-last-child(2)
- downloadvolumefactor:
- case:
- font.freeleech: 0
- "*": 1
- uploadvolumefactor:
- text: 1
-# U-232 V3
diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs
index 9ff9ea240..d9f4f62f8 100644
--- a/src/Jackett.Updater/Program.cs
+++ b/src/Jackett.Updater/Program.cs
@@ -343,6 +343,7 @@ namespace Jackett.Updater
"Definitions/b2s-share.yml",
"Definitions/nyoo.yml",
"Definitions/ultimategamerclub.yml",
+ "Definitions/evolutionpalace.yml",
};
foreach (var oldFile in oldFiles)