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