From cbd033c16850dc93ef653a6a0b9d441a89906178 Mon Sep 17 00:00:00 2001 From: ijs77 <121365263+ijs77@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:37:50 +0700 Subject: [PATCH 1/2] Update bestialitysextaboo.net.js fix cover --- repo/bestialitysextaboo.net.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/repo/bestialitysextaboo.net.js b/repo/bestialitysextaboo.net.js index e1d0714..f070f62 100644 --- a/repo/bestialitysextaboo.net.js +++ b/repo/bestialitysextaboo.net.js @@ -89,8 +89,9 @@ if (page == 1) { const strippedpath = url.replace(/^(https?:\/\/)?([^\/]+)(\/.*)?/, '$3'); const res = await this.request(strippedpath); const title = await this.querySelector(res, 'h1').text; - const cover = await this.querySelector(res, 'meta[property="og:image"]').getAttributeText("content"); - const desc = await this.querySelector(res, 'div.content-info:nth-child(5) > span').text; + const covst = await this.querySelector(res, 'img[alt="Thumb 1"]').getAttributeText("src"); + const cover = await covst.match(/.*\//)+"player.jpg"; + const desc = await this.querySelector(res, 'div.content-info > span').text; const user = await this.querySelector(res, 'div.content-info > a > strong').text; //const video = await this.querySelector(res, 'source[type="video\/mp4"]').getAttributeText("src"); const videos = await this.querySelector(res, 'video[id="player-fluid"]').innerHTML; @@ -109,7 +110,7 @@ if (page == 1) { return { title: title.trim(), - cover: cover.match(/.*\//)+"player.jpg", + cover: cover, desc, episodes: [ { From 5d4b5bce18a6e50fd19f396445e6d03b01b58926 Mon Sep 17 00:00:00 2001 From: ijs77 <121365263+ijs77@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:39:58 +0700 Subject: [PATCH 2/2] Update bestialitysextaboo.net.js --- repo/bestialitysextaboo.net.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/bestialitysextaboo.net.js b/repo/bestialitysextaboo.net.js index f070f62..347c375 100644 --- a/repo/bestialitysextaboo.net.js +++ b/repo/bestialitysextaboo.net.js @@ -1,6 +1,6 @@ // ==MiruExtension== // @name BestialitySexTaboo -// @version v0.0.1 +// @version v0.0.2 // @author javxsub.com // @lang en // @license MIT