From cfa9ebd5f2d0269b24165e28eab6fe12e1b025ec Mon Sep 17 00:00:00 2001 From: ThomasTraineau Date: Sat, 2 Sep 2023 11:10:40 +0200 Subject: [PATCH] added myflixer --- assets/website_configs/myflixer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 assets/website_configs/myflixer.json diff --git a/assets/website_configs/myflixer.json b/assets/website_configs/myflixer.json new file mode 100644 index 0000000..c307136 --- /dev/null +++ b/assets/website_configs/myflixer.json @@ -0,0 +1,21 @@ +{ + "name": "myflixer", + "categories": [ + "movies", + "tv_shows" + ], + "subcategories": [], + "search": { + "url": "https://myflixer.lol/?s=", + "spaceReplacement": "+", + "itemKeys": { + "root": ".flw-item", + "name": ".film-name a", + "thumbnail": { + "key": ".film-poster-img", + "attribute": "data-src" + }, + "link": ".film-name a" + } + } +} \ No newline at end of file