diff --git a/README.md b/README.md index 014164ee5..93252fb07 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * FireBit * freshMeat * Frozen Layer + * FTUApps * GamesTorrents * GkTorrent * GloDLS diff --git a/src/Jackett.Common/Definitions/ftuapps.yml b/src/Jackett.Common/Definitions/ftuapps.yml new file mode 100644 index 000000000..e489ddf52 --- /dev/null +++ b/src/Jackett.Common/Definitions/ftuapps.yml @@ -0,0 +1,87 @@ +--- +id: ftuapps +name: FTUApps +description: "FTUApps is a Public tracker for Software and Apps" +language: en-US +type: public +encoding: UTF-8 +links: + - https://ftuapps.dev/ + +caps: + categorymappings: + - {id: 52, cat: PC, desc: "Net", default: true} + - {id: 3648, cat: PC/Mobile-Android, desc: "Android Applications", default: true} + - {id: 55, cat: PC/Mobile-Other, desc: "Application", default: true} + - {id: 46, cat: PC, desc: "Database", default: true} + - {id: 331, cat: PC, desc: "Delphi", default: true} + - {id: 4120, cat: PC, desc: "DriverPack Solution Offline", default: true} + - {id: 2142, cat: PC/Mac, desc: "MacOS", default: true} + - {id: 2431, cat: PC, desc: "Operating Systems", default: true} + - {id: 2172, cat: PC, desc: "Portable Apps", default: true} + - {id: 2435, cat: PC, desc: "PreActivated Apps", default: true} + - {id: 3, cat: PC/0day, desc: "Software", default: true} + - {id: 165, cat: Other, desc: "Web & Script", default: true} + + modes: + search: [q] + +settings: [] + +download: + selectors: + - selector: a[href$=".torrent"] + attribute: href + +search: + paths: + - path: "?s={{ .Keywords }}&asl_active=1&p_asid=1&p_asl_data=1&qtranslate_lang=0&asl_gen[]=title&customset[]=post&customset[]=page{{ range .Categories }}&categoryset[]={{.}}{{end}}" + + rows: + selector: article[id^="post-"]:has(a[href*="/category/"]) + filters: + - name: andmatch + + fields: + category: + selector: a[href*="/category/"] + case: + ":contains(\"Net\")": 52 + ":contains(\"Android\")": 3648 + ":contains(\"Application\")": 55 + ":contains(\"Database\")": 46 + ":contains(\"Delphi\")": 331 + ":contains(\"DriverPack\")": 4120 + ":contains(\"MacOS\")": 2142 + ":contains(\"Operating\")": 2431 + ":contains(\"Other\")": 56 + ":contains(\"Portable\")": 2172 + ":contains(\"PreActivated\")": 2435 + ":contains(\"Software\")": 3 + ":contains(\"Script\")": 165 + title: + selector: a + attribute: title + details: + selector: a + attribute: href + download: + selector: a + attribute: href + poster: + selector: img + attribute: src + date: + selector: time.published + attribute: datetime + size: + text: "512 MB" + seeders: + text: 1 + leechers: + text: 1 + downloadvolumefactor: + text: 0 + uploadvolumefactor: + text: 1 +# WordPress 5.9