Skip to content

Commit

Permalink
Update source.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seph1709 authored Sep 8, 2024
1 parent 3d5f2ab commit 538551b
Showing 1 changed file with 0 additions and 79 deletions.
79 changes: 0 additions & 79 deletions source.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,83 +128,4 @@
}
}
}

},
{
"name": "animensub",
"tag": "anime",
"host": "animenosub.to",
"streamPage": {
"querySelector": {"selector": ".nvs.nvsc > a", "attribute": "href"}
},
"types": {
"latest": {
"subdirectory": "/",
"streamPage": {
"querySelector": {"selector": ".nvs.nvsc > a", "attribute": "href"}
},
"logic": {
"selectAllItems": {
"querySelectorAll": {"selector": ".bs[itemscope]"
}

},
"getPosterImageUrlPerItem": {
"querySelector": {"selector": "img", "attribute": "src"}
},
"getTitlePerItem": {
"querySelector": {"selector": "h2", "getText": true}
},
"getMoreDetailsUrlPerItem": {
"querySelector": {"selector": "a", "attribute": "href"}
},
"moreDetailsPerItem": {
"getDescription": {
"querySelector": {
"selector": ".desc.mindes"
,
"getText": true
}
},
"getFilmTag": {
"querySelector": {
"selector": "div.tac.tick-item.tick-quality",
"getText": true
}
},
"getFilmDate": {
"querySelector": {
"selector": "div.tac.tick-item.tick-dub",
"getText": true
}
},
"getCurrentSeasonLinkItems": {
"querySelectorAll": {
"selector": ".eplister > ul > li > a",
"attribute": "href"
},
"reverse": true,
"goto":{
"host":"vidmoly.to",
"script":"jwplayer().getPlaylistItem()['file']"
}

}
}
}
}
},
"search": {
"path": "/",
"query": {"s": "value"},
"overrideSelectorHomeData": {
"getDescription": {
"querySelector": {
"selector": "div[itemprop=description] > p",
"getText": true
}
}
}

}
}]

0 comments on commit 538551b

Please sign in to comment.