2020-03-03 16:28:26 +00:00
---
2020-05-11 19:59:28 +00:00
id : cartoonchaos
2020-05-10 20:05:19 +00:00
name : CartoonChaos
description : "CartoonChaos (CC) is a Private Torrent Tracker for ANIMATED MOVIES / TV"
2021-09-07 23:09:51 +00:00
language : en-US
2020-05-10 20:05:19 +00:00
type : private
encoding : UTF-8
links :
- http://www.cartoonchaos.org/ # site does not support https NET::ERR_CERT_AUTHORITY_INVALID
2019-02-11 22:29:22 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : username
type : text
label : Username
- name : password
type : password
label : Password
2020-09-11 00:52:16 +00:00
- name : freeleech
type : checkbox
2020-09-11 06:25:36 +00:00
label : Filter freeleech only
2020-09-11 00:52:16 +00:00
default : false
2020-05-10 20:05:19 +00:00
- name : info_results
type : info
label : "Search results"
default : "Only the <b>xBtit_Default</b> style is supported with this indexer.<br />For best results, increase the torrents number in your profile to 100.<br />Default is 15."
- name : sort
type : select
label : Sort requested from site
2020-10-23 05:51:06 +00:00
default : 3
2020-05-10 20:05:19 +00:00
options :
2020-10-23 05:51:06 +00:00
3 : created
5 : seeders
4 : size
2 : title
2020-05-10 20:05:19 +00:00
- name : type
type : select
label : Order requested from site
2020-10-23 05:51:06 +00:00
default : 2
2020-05-10 20:05:19 +00:00
options :
2020-10-23 05:51:06 +00:00
2 : desc
1 : asc
2019-02-11 22:29:22 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
- {id: 30, cat: TV, desc : "Complete Sets" }
- {id: 15, cat: TV, desc : "Educational" }
- {id: 16, cat: TV, desc : "Kids" }
- {id: 17, cat: TV, desc : "Mature Cartoons" }
- {id: 41, cat: TV, desc : "Shorts" }
- {id: 20, cat: TV/Anime, desc : "Anime Movies" }
- {id: 21, cat: TV/Anime, desc : "Anime Series" }
- {id: 26, cat: Movies, desc : "Animated Movies" }
- {id: 23, cat: Audio, desc : "Sound Tracks" }
- {id: 24, cat: Audio, desc : "Theme Tunes" }
- {id: 43, cat: Audio/Other, desc : "Misc Audio" }
- {id: 14, cat: TV, desc : "Banned" }
- {id: 29, cat: TV, desc : "Public Domain" }
2020-10-28 19:00:48 +00:00
- {id: 42, cat: TV/Foreign, desc : "Foreign Language" }
2020-05-10 20:05:19 +00:00
- {id: 28, cat: TV, desc : "Animated Adverts" }
- {id: 45, cat: TV/Documentary, desc : "Documentaries" }
2019-02-11 22:29:22 +00:00
2020-05-10 20:05:19 +00:00
modes :
2020-10-19 03:56:16 +00:00
search : [ q]
2020-05-10 20:05:19 +00:00
tv-search : [ q, season, ep, imdbid]
movie-search : [ q, imdbid]
music-search : [ q]
2019-02-11 22:29:22 +00:00
2020-05-10 20:05:19 +00:00
login :
path : index.php?page=login
method : form
form : form[action^="index.php?page=login"]
inputs :
uid : "{{ .Config.username }}"
pwd : "{{ .Config.password }}"
error :
- selector : tr td span[style="color:#FF0000;"]
test :
path : index.php
selector : a[href="logout.php"]
2019-02-11 22:29:22 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
2020-05-12 22:42:31 +00:00
# http://www.cartoonchaos.org/index.php?page=torrents&search=transformers&category=30;21;20;26;15;16;17&options=0&active=0
2020-05-10 20:05:19 +00:00
- path : index.php
2021-05-22 01:50:48 +00:00
keywordsfilters :
# if searching for season packs switch S01 to season 1 #11775
- name : re_replace
args : [ "(?i)(S0)(\\d{1,2})$" , "season $2" ]
- name : re_replace
args : [ "(?i)(S)(\\d{1,3})$" , "season $2" ]
2020-05-10 20:05:19 +00:00
inputs :
page : torrents
2020-09-11 00:52:16 +00:00
search : "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
2020-11-12 23:55:10 +00:00
category : "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{ else }}0{{ end }}"
2020-05-10 20:05:19 +00:00
# 0=title, 1=title&descr, 2=descr
2020-09-11 00:52:16 +00:00
options : "{{ if .Query.IMDBID }}2{{ else }}0{{ end }}"
2020-09-30 19:03:44 +00:00
# 0 all, 1 activeonly, 2 deadonly
2020-05-10 20:05:19 +00:00
active : 0
order : "{{ .Config.sort }}"
by : "{{ .Config.type }}"
2019-02-11 22:29:22 +00:00
2020-05-10 20:05:19 +00:00
rows :
2020-09-11 00:52:16 +00:00
selector : "table.lista tr td table.lista tr:has(a[href^=\"index.php?page=torrent-details\"]){{ if .Config.freeleech }}:has(img[src=\"gold/gold.gif\"]){{ else }}{{ end }}"
2019-12-14 01:46:43 +00:00
2020-05-10 20:05:19 +00:00
fields :
category :
selector : td a[href^="index.php?page=torrents&category="]
attribute : href
filters :
- name : querystring
args : category
2020-11-12 23:55:10 +00:00
title :
selector : td a[href^="index.php?page=torrent-details"]
2021-05-22 01:50:48 +00:00
filters :
# #11775
- name : re_replace
args : [ "(?i)(season )" , "S" ]
2020-11-12 23:55:10 +00:00
details :
selector : td a[href^="index.php?page=torrent-details"]
attribute : href
2020-05-10 20:05:19 +00:00
download :
selector : td a[href^="download.php"]
attribute : href
2021-10-21 06:43:44 +00:00
imdbid :
2020-05-25 03:17:44 +00:00
selector : a[href*="imdb.com/title/tt"]
2020-05-10 20:05:19 +00:00
attribute : href
filters :
# http://anonym.to?javascript:popdetails('http://www.imdb.com/title/tt0086817');
2021-10-21 06:43:44 +00:00
- name : regexp
args : tt(\d+)
2020-11-07 23:43:33 +00:00
poster :
2020-05-10 20:05:19 +00:00
selector : td a[href^="index.php?page=torrent-details"]
attribute : onmouseover
filters :
- name : regexp
args : "src=(.+?) width"
- name : replace
args : [ "torrentimg/nocover.jpg" , "" ]
size :
selector : td:nth-child(10)
# two flavours of dates
2021-10-21 06:43:44 +00:00
date_day :
2020-05-12 22:42:31 +00:00
# Yesterday at 10:03:30 PM
2020-05-10 20:05:19 +00:00
selector : td:nth-child(5):contains("day")
optional : true
filters :
- name : re_replace
args : [ "[ ]at|[\\s+]|[//\xa0],\\/g" , " " ]
2020-09-30 19:03:44 +00:00
- name : append
2020-10-01 05:27:28 +00:00
args : " +00:00" # auto adjusted by site account profile
2021-10-21 06:43:44 +00:00
date_year :
2020-05-12 22:42:31 +00:00
# February 09, 2019, 06:35:08 AM
2020-05-10 20:05:19 +00:00
selector : td:nth-child(5):not(:contains("day"))
optional : true
filters :
- name : re_replace
args : [ "[,]|[\\s+]|[//\xa0],\\/g" , " " ]
2020-09-30 19:03:44 +00:00
- name : append
2020-10-01 05:27:28 +00:00
args : " +00:00" # auto adjusted by site account profile
2020-05-10 20:05:19 +00:00
- name : dateparse
2020-09-30 19:03:44 +00:00
args : "January 02 2006 03:04:05 PM -07:00"
2021-10-21 06:43:44 +00:00
date :
text : "{{ if or .Result.date_year .Result.date_day }}{{ or .Result.date_year .Result.date_day }}{{ else }}now{{ end }}"
2020-05-10 20:05:19 +00:00
seeders :
selector : td:nth-child(6)
leechers :
selector : td:nth-child(7)
grabs :
selector : td:nth-child(8)
downloadvolumefactor :
case :
img[src="gold/gold.gif"]: 0
"*": 1
uploadvolumefactor :
text : 1
2020-09-11 00:52:16 +00:00
minimumratio :
text : 1.0
minimumseedtime :
# 7 day (as seconds = 7 x 24 x 60 x 60)
text : 604800
2020-03-03 16:28:26 +00:00
# xbtit 2.0.0