Skip to content

Commit

Permalink
added myflixer
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchGithubUser committed Sep 2, 2023
1 parent 62cc256 commit cfa9ebd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/website_configs/myflixer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit cfa9ebd

Please sign in to comment.