--- site: ilcorsaronero name: Il Corsaro Nero description: "Il Corsaro Nero is an ITALIAN Public site for TV / MOVIES / GENERAL" language: it-it type: public encoding: UTF-8 links: - https://ilcorsaronero.pizza/ legacylinks: - https://ilcorsaronero.live/ - https://ilcorsaronero.vip/ - https://ilcorsaronero.info/ - https://ilcorsaronero.ch/ - https://ilcorsaronero.cc/ caps: categorymappings: - {id: 1, cat: Movies/HD, desc: "BDRiP", default: true} - {id: 2, cat: Audio, desc: "Music", default: true} - {id: 2, cat: PC/Games, desc: "Games", default: true} - {id: 5, cat: TV/Anime, desc: "Anime", default: true} - {id: 7, cat: PC/0day, desc: "App", default: true} - {id: 15, cat: TV, desc: "TV Series", default: true} - {id: 19, cat: Movies/SD, desc: "Screener", default: true} - {id: 20, cat: Movies/SD, desc: "Full DVD", default: true} modes: search: [q] tv-search: [q, season, ep] movie-search: [q] settings: - name: itorrents-links type: checkbox label: Add download links via itorrents.org # - name: advanced-search # type: checkbox # label: Use the advanced search of IlCorsaroNero (experimental) search: paths: # https://ilcorsaronero.info/advsearch.php?&category=15&search=flash+4&&order=data&by=DESC&page=3 # {{range .Categories}}{{.}};{{end}} ##### Are the "not" and "and" functions implemented? Or am I doing it wrong? # path: "{{if and .Query.Keywords .advanced-search}}adv/{{ .Query.Keywords}}.html # {{else if and .Query.Keywords (not .advanced-search)}}argh.php?search={{ .Query.Keywords}} # {{else}}/recenti # {{end}}" # - path: "{{if .Keywords}}argh.php?search={{ .Keywords}} # {{else}}/recenti # {{end}}" - 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}}" - path: "{{if .Keywords}}advsearch.php?&category={{range .Categories}}{{.}};{{end}}&search={{ .Keywords}}&order=data&by=DESC&page=3{{else}}/browse/3{{end}}" - path: "{{if .Keywords}}advsearch.php?&category={{range .Categories}}{{.}};{{end}}&search={{ .Keywords}}&order=data&by=DESC&page=4{{else}}/browse/4{{end}}" - path: "{{if .Keywords}}advsearch.php?&category={{range .Categories}}{{.}};{{end}}&search={{ .Keywords}}&order=data&by=DESC&page=5{{else}}/browse/5{{end}}" keywordsfilters: - name: diacritics args: replace - 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"] rows: selector: "tr.odd,tr.odd2" filters: - name: andmatch fields: title: selector: td:nth-child(2) a.tab attribute: href filters: - name: split args: [ "/", -1 ] - name: urldecode - name: re_replace # replace special characters with " " (space) args: ["[^a-zA-Z0-9\\s]|\\.", " "] - 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)", ""] category: selector: td:nth-child(1) a attribute: href filters: - name: split args: [ "/", -1 ] 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: text: "{{if .Config.itorrents-links}}{{ .Result.download-itorrents }}{{else}}{{end}}" magnet: selector: input.downarrow attribute: value filters: - name: prepend args: "magnet:?xt=urn:btih:" - name: append args: "&dn={{ .Result.title }}.torrent&tr=udp://tracker.coppersurfer.tk:6969&tr=udp://tracker.leechers-paradise.org:6969&tr=udp://tracker.opentrackr.org:1337" size: selector: td:nth-child(3) font date: selector: td:nth-child(5) font filters: - name: dateparse args: "02.01.06" 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"