diff --git a/src/Jackett.Common/Definitions/ilcorsaroblu.yml b/src/Jackett.Common/Definitions/ilcorsaroblu.yml index fa4c51b95..ac619a4bf 100644 --- a/src/Jackett.Common/Definitions/ilcorsaroblu.yml +++ b/src/Jackett.Common/Definitions/ilcorsaroblu.yml @@ -133,6 +133,7 @@ active: 0 order: "{{ .Config.sort }}" by: "{{ .Config.type }}" + # does not support imdbid searches and does not return imdb link in results rows: selector: div.b-content > table > tbody > tr > td > table.lista > tbody > tr:has(a[href^="index.php?page=torrents&category="]) diff --git a/src/Jackett.Common/Definitions/lechaudron.yml b/src/Jackett.Common/Definitions/lechaudron.yml index af99fd5c9..e1dd291f1 100644 --- a/src/Jackett.Common/Definitions/lechaudron.yml +++ b/src/Jackett.Common/Definitions/lechaudron.yml @@ -174,10 +174,11 @@ type: tout # searchin nomtorrent (name) or desctorrent (descr) endroit: nomtorrent - # language 0 all 2 english + # language 0 all 2 english langue: 0 # freeleech oui (yes) non (no) peuimporte (ignore) tl: peuimporte + # does not support imdbid searches and does not return imdb link in results rows: selector: tr:has(a[onmouseover]) @@ -186,7 +187,7 @@ category: selector: a[href*="/SousCategories/"] attribute: href - filters: + filters: - name: regexp args: (\d+)$ title: @@ -211,7 +212,7 @@ selector: a[onmouseover] font[color="#F2F2F2"] filters: - name: regexp - args: "Il y a (.*?)\\s-" + args: "Il y a (.*?)\\s-" - name: replace args: ["heures", "hours"] - name: replace diff --git a/src/Jackett.Common/Definitions/microbit.yml b/src/Jackett.Common/Definitions/microbit.yml index 36a94a311..94b1fc5a0 100644 --- a/src/Jackett.Common/Definitions/microbit.yml +++ b/src/Jackett.Common/Definitions/microbit.yml @@ -39,9 +39,9 @@ - {id: 10, cat: Audio/MP3, desc: "Zene/MP3"} modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] + search: [q, imdbid] + tv-search: [q, season, ep, imdbid] + movie-search: [q, imdbid] settings: - name: username @@ -87,14 +87,15 @@ - path: browse.php inputs: $raw: "{{ range .Categories }}cat[]={{.}}&{{end}}" - search: "{{ if .Keywords }}{{ .Keywords }}{{else}}{{end}}" + search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" searchOpened: 1 # 0 title 1 descr 2 uploader - searchWhat: 0 + searchWhat: "{{ if .Query.IMDBID }}1{{else}}0{{end}}" # 0 active 1 active&dead 2 dead 3 dl multiplier 4 ul multiplier 5 dl&ul multiplier 6 bad torrent 7 unverified torrent 8 my torrent filterOptions: 1 orderby: "{{ .Config.sort }}" ordertype: "{{ .Config.type }}" + # does not return imdb link in results rows: selector: table.torrentList > tbody > tr:has(a[href^="download.php?id="]), table.torrentList > tbody > tr:has(td[onclick^="window.location='download.php?id="]) @@ -151,4 +152,4 @@ filters: - name: regexp args: (\d+) -# engine n/a +# custom 3.0