diff --git a/README.md b/README.md
index 16a716fca..9216be068 100644
--- a/README.md
+++ b/README.md
@@ -551,7 +551,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* The Shinning (TsH)
* The Show
* The Vault [![(invite needed)][inviteneeded]](#)
- * The-Crazy-Ones
* The-New-Fun
* TheEmpire (TE)
* TheLeachZone (TLZ)
diff --git a/src/Jackett.Common/Definitions/the-crazy-ones.yml b/src/Jackett.Common/Definitions/the-crazy-ones.yml
deleted file mode 100644
index c274ed83a..000000000
--- a/src/Jackett.Common/Definitions/the-crazy-ones.yml
+++ /dev/null
@@ -1,177 +0,0 @@
----
-id: the-crazy-ones
-name: The-Crazy-Ones
-description: "The-Crazy-Ones (T-C-O) is a Private GERMAN tracker for MOVIES / TV / MUSIC"
-language: de-DE
-type: private
-encoding: UTF-8
-links:
- - https://thecrazyones.hopto.org/
-
-caps:
- categorymappings:
- - {id: 62, cat: Books, desc: "EBook"}
- - {id: 30, cat: TV/Anime, desc: "Filme - Animie"}
- - {id: 28, cat: Movies/BluRay, desc: "Filme - Bluray"}
- - {id: 31, cat: Movies/Other, desc: "Filme - Bollywood"}
- - {id: 32, cat: Movies/DVD, desc: "Filme - DVD"}
- - {id: 33, cat: Movies/HD, desc: "Filme - HD"}
- - {id: 34, cat: Movies, desc: "Filme - Klassiker"}
- - {id: 35, cat: Movies, desc: "Filme - Pack"}
- - {id: 36, cat: Movies/SD, desc: "Filme - SD"}
- - {id: 37, cat: Movies/UHD, desc: "Filme - UHD"}
- - {id: 38, cat: Movies/HD, desc: "Filme - x264"}
- - {id: 63, cat: Movies, desc: "Fuer Unsere Kleinsten"}
- - {id: 64, cat: PC/Mobile-Other, desc: "Handy-Stuff"}
- - {id: 39, cat: Audio, desc: "Musik - Alben"}
- - {id: 40, cat: Audio, desc: "Musik - Diskografie"}
- - {id: 41, cat: Audio/Audiobook, desc: "Musik - Hoerbuch"}
- - {id: 42, cat: Audio, desc: "Musik - Mixe"}
- - {id: 43, cat: Audio/MP3, desc: "Musik - MP3"}
- - {id: 66, cat: Audio, desc: "Musik - Pack"}
- - {id: 44, cat: Audio/Video, desc: "Musik - Video"}
- - {id: 45, cat: PC, desc: "Programme - Linux"}
- - {id: 48, cat: PC/Mac, desc: "Programme - Mac"}
- - {id: 49, cat: PC/0day, desc: "Programme - Windows"}
- - {id: 65, cat: TV, desc: "Serien - Allgemein"}
- - {id: 50, cat: TV/Documentary, desc: "Serien - Dokus"}
- - {id: 51, cat: TV, desc: "Serien - Klassiker"}
- - {id: 52, cat: TV, desc: "Serien - Pack"}
- - {id: 53, cat: TV/Sport, desc: "Serien - Sport"}
- - {id: 60, cat: Other, desc: "Sonstiges"}
- - {id: 54, cat: PC/Mobile-Other, desc: "Spiele - Handy"}
- - {id: 55, cat: Console, desc: "Spiele - Konsolen"}
- - {id: 57, cat: PC/Games, desc: "Spiele - Mac / Linux / PC"}
- - {id: 58, cat: Console/Other, desc: "Spiele - Wimmel"}
- - {id: 59, cat: XXX, desc: "XXX"}
-
- modes:
- search: [q]
- tv-search: [q, season, ep]
- movie-search: [q]
- music-search: [q]
- book-search: [q]
-
-settings:
- - name: username
- type: text
- label: Username
- - name: password
- type: password
- label: Password
- - name: pin
- type: text
- label: Pin
- - name: freeleech
- type: checkbox
- label: Filter FreeLeech only
- default: false
- - name: onlyupload
- type: checkbox
- label: Filter OnlyUpload only
- default: false
- - name: info_free
- type: info
- label: About Freeleech and OnlyUpload at T-C-O
- default: "
- FreeLeech are torrents where neither the download or upload is counted. (On the Jackett dashboard search results these are tagged as NoUpload).
- OnlyUpload are torrents where download is not counted but upload is. Good for building your Ratio up. (On the Jackett dashboard search results these are tagged as Freeleech).
"
- - name: sort
- type: select
- label: Sort requested from site
- default: added
- options:
- added: created
- seeds: seeders
- size: size
- name: title
- - name: type
- type: select
- label: Order requested from site
- default: desc
- options:
- desc: desc
- asc: asc
- - name: info_tpp
- type: info
- label: Results Per Page
- default: For best results, change the Torrents pro Seite: setting to 100 on your Control Panel. The default is 15.
-
-login:
- path: takelogin.php
- method: post
- inputs:
- username: "{{ .Config.username }}"
- password: "{{ .Config.password }}"
- secure_pin: "{{ .Config.pin }}"
- error:
- - selector: .tablea:contains("Fehler")
- test:
- path: index.php
- selector: a[href="logout.php"]
-
-search:
- # https://thecrazyones.hopto.org/browse.php?showsearch=1&c65=1&c51=1&c52=1&search=&incldead=1&orderby=added&sort=desc
- path: browse.php
- inputs:
- $raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
- showsearch: 1
- search: "{{ .Keywords }}"
- # 0 active, 1 all, 2 dead
- incldead: 1
- orderby: "{{ .Config.sort }}"
- sort: "{{ .Config.type }}"
- # site does not support imdbid search from the browse.php page or return imdb links in results
-
- rows:
- selector: "table.tableinborder[cellspacing=\"1\"][cellpadding=\"0\"] > tbody > tr:has(a[href^=\"download.php\"]){{ if .Config.freeleech }}:has(img[src=\"pic/freeleech.gif\"]){{ else }}{{ end }}{{ if .Config.onlyupload }}:has(img[src=\"pic/oupic.gif\"]){{ else }}{{ end }}"
-
- fields:
- category:
- selector: a[href^="browse.php?cat="]
- attribute: href
- filters:
- - name: querystring
- args: cat
- title:
- selector: a[href^="details.php"]
- details:
- selector: a[href^="details.php"]
- attribute: href
- download:
- selector: a[href^="download.php"]
- attribute: href
- poster:
- selector: div[id^="details"] img
- attribute: src
- size:
- selector: td.tablea table tbody tr:nth-child(2) td:nth-child(1) b:nth-child(1)
- files:
- selector: td.tablea table tbody tr:nth-child(2) td:nth-child(1) b:nth-child(2)
- seeders:
- selector: td.tablea table tbody tr:nth-child(2) td:nth-child(2) b:nth-child(1)
- leechers:
- selector: td.tablea table tbody tr:nth-child(2) td:nth-child(2) > b:nth-of-type(2)
- grabs:
- selector: td.tablea table tbody tr:nth-child(2) td:nth-child(3) b:nth-child(1)
- date:
- selector: td.tablea table tbody tr:nth-child(2) td:nth-child(5)
- filters:
- - name: append
- args: " +01:00" # CET
- - name: replace
- args: ["\xA0", " "]
- - name: dateparse
- args: "dd.MM.yyyy HH:mm:ss zzz"
- downloadvolumefactor:
- case:
- img[src="pic/oupic.gif"]: 0 # only upload is counted
- "*": 1
- uploadvolumefactor:
- case:
- img[src="pic/freeleech.gif"]: 0 # nothing is counted
- "*": 1
- minimumratio:
- text: 0.7
- minimumseedtime:
- # 2 days (as seconds = 2 x 24 x 60 x 60)
- text: 172800
-# engine n/a
diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs
index 012ef8bed..8a372b42e 100644
--- a/src/Jackett.Updater/Program.cs
+++ b/src/Jackett.Updater/Program.cs
@@ -581,6 +581,7 @@ namespace Jackett.Updater
"Definitions/tenyardtracker.yml", // to be migrated to c#, #795
"Definitions/tfile.yml",
"Definitions/theaudioscene.yml",
+ "Definitions/the-crazy-ones.yml",
"Definitions/the-devils-lounge.yml",
"Definitions/thedarkcommunity-api.yml",
"Definitions/thehorrorcharnel.yml",