2018-03-23 10:21:22 +00:00
---
2020-05-11 19:59:28 +00:00
id : ilcorsaronero
2020-05-10 20:05:19 +00:00
name : Il Corsaro Nero
description : "Il Corsaro Nero is an ITALIAN Public site for TV / MOVIES / GENERAL"
language : it-it
type : public
encoding : Windows-1252
followredirect : true
links :
2020-06-06 07:04:48 +00:00
- https://ilcorsaronero.link/
2020-05-10 20:05:19 +00:00
- https://ilcorsaronero.fun/
- https://ilcorsaronero.pro/
2020-11-17 19:39:31 +00:00
- https://ilcorsaronero.torrentbay.to/
2020-05-10 20:05:19 +00:00
legacylinks :
- https://ilcorsaronero.live/
- https://ilcorsaronero.vip/
- https://ilcorsaronero.info/
- https://ilcorsaronero.ch/
- https://ilcorsaronero.cc/
- https://ilcorsaronero.pizza/
- https://ilcorsaronero.pw/
- https://ilcorsaronero.unblockit.pro/
- https://ilcorsaronero.unblockit.one/
2020-06-06 07:04:48 +00:00
- https://ilcorsaronero.xyz/
2020-06-10 03:54:08 +00:00
- https://ilcorsaronero.unblockit.me/
2020-11-17 19:39:31 +00:00
- https://ilcorsaronero.unblockit.pw/
2017-03-08 13:10:49 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
- {id: 1, cat: Movies/HD, desc : "Movies BDRiP" , default : true }
- {id: 2, cat: Audio, desc : "Music" , default : true }
- {id: 3, cat: PC/Games, desc : "Games PC" , default : true }
- {id: 4, cat: Other, desc : "Other" , default : true }
- {id: 5, cat: TV/Anime, desc : "Anime" , default : true }
2020-10-28 19:00:48 +00:00
- {id: 6, cat: Books/EBook, desc : "Ebooks" , default : true }
2020-05-10 20:05:19 +00:00
- {id: 7, cat: PC/0day, desc : "App Windows" , default : true }
- {id: 8, cat: PC, desc : "App Linux" , default : true }
- {id: 9, cat: PC/Mac, desc : "App Mac" , default : true }
- {id: 13, cat: Console/PSP, desc : "Games Playstation" , default : true }
2020-10-28 19:00:48 +00:00
- {id: 14, cat: Console/XBox, desc : "Games Xbox" , default : true }
2020-05-10 20:05:19 +00:00
- {id: 15, cat: TV, desc : "TV Series" , default : true }
- {id: 16, cat: Other, desc : "Other" , default : true }
- {id: 18, cat: Audio/Audiobook, desc : "Audio Book" , default : true }
- {id: 19, cat: Movies/SD, desc : "Movies Screener" , default : true }
- {id: 20, cat: Movies/DVD, desc : "Movies DVD" , default : true }
2017-03-08 13:10:49 +00:00
2020-05-10 20:05:19 +00:00
modes :
search : [ q]
tv-search : [ q, season, ep]
movie-search : [ q]
music-search : [ q]
2020-10-17 04:50:47 +00:00
book-search : [ q]
2017-03-08 13:10:49 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : itorrents-links
type : checkbox
label : Add download links via itorrents.org
2017-03-08 13:10:49 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
2020-11-04 18:18:15 +00:00
- path : "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=0{{ else }}/browse/0{{ end }}"
- path : "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=1{{ else }}/browse/1{{ end }}"
- path : "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=2{{ else }}/browse/2{{ end }}"
2020-05-10 20:05:19 +00:00
keywordsfilters :
- name : re_replace # S01 to 1
args : [ "(?i)\\bS0*(\\d+)\\b" , "$1" ]
- name : re_replace # S01E01 to 1 1
args : [ "(?i)\\bS0*(\\d+)E0*(\\d+)\\b" , "$1 $2" ]
2020-01-18 05:26:04 +00:00
2020-05-10 20:05:19 +00:00
rows :
selector : "tr.odd,tr.odd2"
filters :
- name : andmatch
2020-01-18 05:26:04 +00:00
2020-05-10 20:05:19 +00:00
fields :
2020-11-04 01:27:46 +00:00
category :
selector : td:nth-child(1) a
attribute : href
filters :
- name : split
args : [ "/" , -1 ]
2020-05-10 20:05:19 +00:00
title :
selector : td:nth-child(2) a.tab
attribute : href
filters :
- name : split
2020-05-10 21:38:05 +00:00
args : [ "/" , -1 ]
2020-05-10 20:05:19 +00:00
- name : diacritics
args : replace
- name : urldecode
- name : re_replace # replace special characters with " " (space)
args : [ "[\\[!\"#$%&'()*+,\\-.\\/:;<=>?@[\\]^_`{|}~]" , " " ]
- name : re_replace # replace multiple spaces
args : [ "[ ]{2,}" , " " ]
# normalize to SXXEYY format
- name : re_replace # S01 E01 to S01E01
args : [ "(?i)\\bS(\\d+)\\sE(\\d+)\\b" , "S$1E$2" ]
- name : re_replace # 01x01 to S01E01
args : [ "(?i)(\\d{2})x(\\d+)" , "S$1E$2" ]
- name : re_replace # 1x01 to S01E01
args : [ "(?i)\\b(\\d{1})x(\\d+)" , "S0$1E$2" ]
- name : re_replace # Stagione X --> S0X
args : [ "(?i)\\bStagion[ei]\\s?(\\d{1})\\b|\\bSeason'?s?\\s?(\\d{1})\\b" , "S0$1$2" ]
- name : re_replace # Stagione XX --> SXX
args : [ "(?i)\\bStagion[ei]\\s?(\\d{2,})\\b|\\bSeason'?s?\\s?(\\d{2,})\\b" , "S$1$2" ]
- name : re_replace # Episodio 4 to E4
args : [ "(?i)\\b(?:[\\/\\|]?Episodio\\s?(\\d+)|Puntata\\s?(\\d+))" , "E$1$2" ]
- name : re_replace # Episodi 4 5 to E04-05
args : [ "(?i)\\b(?:Puntate\\s*)(\\d+)\\s?(\\d+)" , "E0$1-0$2" ]
- name : re_replace # rimozioni varie
args : [ "(?i)(Serie completa|Completat?a?|in pausa)" , "" ]
description :
selector : td:nth-child(1) a
attribute : href
filters :
- name : split
2020-05-10 21:38:05 +00:00
args : [ "/" , -1 ]
2020-05-10 20:05:19 +00:00
- name : prepend
args : "cat="
details :
selector : td:nth-child(4) a
attribute : href
download-itorrents :
selector : input.downarrow
attribute : value
filters :
- name : prepend
args : "http://itorrents.org/torrent/"
- name : append
args : ".torrent"
download :
2020-11-04 01:27:46 +00:00
text : "{{ if .Config.itorrents-links }}{{ .Result.download-itorrents }}{{ else }}{{ end }}"
infohash :
2020-05-10 20:05:19 +00:00
selector : input.downarrow
attribute : value
size :
selector : td:nth-child(3) font
date :
selector : td:nth-child(5) font
filters :
2020-11-04 01:27:46 +00:00
- name : append
args : " +01:00" # CET
2020-05-10 20:05:19 +00:00
- name : dateparse
2020-11-04 01:27:46 +00:00
args : "02.01.06 -07:00"
2020-05-10 20:05:19 +00:00
seeders :
selector : td:nth-child(6) font
filters :
- name : replace
args : [ "n/a" , "0" ]
leechers :
selector : td:nth-child(7) font
filters :
- name : replace
args : [ "n/a" , "0" ]
downloadvolumefactor :
text : 0
uploadvolumefactor :
text : 1
2020-01-18 05:26:04 +00:00
# engine n/a