Skip to content

Commit

Permalink
Update: tamilyogi
Browse files Browse the repository at this point in the history
  • Loading branch information
bachig26 authored Oct 22, 2023
1 parent 40b06e9 commit f22b232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions repo/tamilyogi.band.js → repo/tamilyogi.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// ==MiruExtension==
// @name TamilYogi
// @version v0.0.1
// @version v0.0.2
// @author appdevelpo
// @lang hi-ta
// @license MIT
// @icon https://tamilyogi.band/wp-content/uploads/2021/06/ty.png
// @package tamilyogi.band
// @icon https://tamilyogi.plus/wp-content/uploads/2021/06/ty.png
// @package tamilyogi
// @type bangumi
// @webSite https://tamilyogi.band
// @webSite https://tamilyogi.plus
// @nsfw false
// ==/MiruExtension==

Expand All @@ -17,7 +17,7 @@ export default class extends Extension {
const bsxList = res.match(/"cover[\s\S]+?postmetadata/g);
const bangumi = [];
bsxList.forEach((element) => {
const url = element.match(/href="https:\/\/tamilyogi.band(.+?)"/)[1];
const url = element.match(/href="https:\/\/tamilyogi.plus(.+?)"/)[1];
// console.log(url);
const title = element.match(/alt="(.+?)"/)[1];
// console.log(title);
Expand All @@ -37,7 +37,7 @@ export default class extends Extension {
const bsxList = res.match(/"cover[\s\S]+?postmetadata/g);
const bangumi = [];
bsxList.forEach((element) => {
const url = element.match(/href="https:\/\/tamilyogi.band(.+?)"/)[1];
const url = element.match(/href="https:\/\/tamilyogi.plus(.+?)"/)[1];
const title = element.match(/alt="(.+?)"/)[1];
const cover_match = element.match(/src="(.+?)"/)[1];
bangumi.push({
Expand Down

0 comments on commit f22b232

Please sign in to comment.