diff --git a/src/Jackett.Common/Definitions/cathoderaytube.yml b/src/Jackett.Common/Definitions/cathoderaytube.yml index 69213de7c..654d5d9bd 100644 --- a/src/Jackett.Common/Definitions/cathoderaytube.yml +++ b/src/Jackett.Common/Definitions/cathoderaytube.yml @@ -85,6 +85,8 @@ search: rows: selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"]) + filters: + - name: andmatch fields: category: @@ -104,8 +106,11 @@ search: genre: selector: div.tags optional: true + filters: + - name: validate + args: "Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Kids, Music, Mystery, News, Reality, Romance, SciFi, Soap, Talk, Thriller, War, Western" description: - selector: "{{ .Result.genre }}" + text: "{{ .Result.genre }}" poster: selector: td:nth-child(2) > script filters: