Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8be7b2a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Seyden committed Apr 24, 2024
1 parent 837f3a8 commit 1428260
Show file tree
Hide file tree
Showing 53 changed files with 165 additions and 165 deletions.
106 changes: 53 additions & 53 deletions madara/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion madara/runners.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions madara/runners/AllPornComic.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
6 changes: 3 additions & 3 deletions madara/runners/ArthurScan.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down Expand Up @@ -901,7 +901,7 @@ class Target extends Madara_1.Madara {
website: DOMAIN
};
this.baseUrl = DOMAIN;
this.language = '🇵🇹';
this.language = 'pt_PT';
this.chapterEndpoint = 1;
}
}
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/AstralLibrary.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
6 changes: 3 additions & 3 deletions madara/runners/AzoraWorld.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down Expand Up @@ -952,7 +952,7 @@ class Target extends Madara_1.Madara {
website: DOMAIN,
};
this.baseUrl = DOMAIN;
this.language = '🇦🇪';
this.language = 'ar_AE';
this.directoryPath = 'series';
this.hasProtectedChapters = true;
this.chapterEndpoint = 1;
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/BibiManga.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/ChibiManga.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/CoffeeManga.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/ColoredManga.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/DarkScans.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/DragonTea.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/DrakeScans.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/GourmetScans.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/HiperDex.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/HuntManga.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/ImmortalUpdates.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/KissManga.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
6 changes: 3 additions & 3 deletions madara/runners/KnightNoScanlation.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down Expand Up @@ -964,7 +964,7 @@ class Target extends Madara_1.Madara {
website: DOMAIN,
};
this.baseUrl = DOMAIN;
this.language = '🇪🇸';
this.language = 'es_ES';
this.chapterEndpoint = 1;
this.parser = new KnightNoScanlationParser_1.KnightNoScanlationParser();
}
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/KunManga.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/LHTranslation.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
4 changes: 2 additions & 2 deletions madara/runners/LSComic.stt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const daisuke_1 = require("@suwatte/daisuke");
const MadaraParser_1 = require("./MadaraParser");
const MadaraHelper_1 = require("./MadaraHelper");
const cheerio_1 = require("cheerio");
const BASE_VERSION = 1.01;
const BASE_VERSION = 1.02;
const getExportVersion = (EXTENSION_VERSION) => {
return Number(BASE_VERSION + Number(EXTENSION_VERSION));
};
Expand Down Expand Up @@ -42,7 +42,7 @@ class Madara {
/**
* The language code the source's content is served in in string form.
*/
this.language = '🇬🇧';
this.language = 'en_GB';
/**
* Different Madara sources might have a slightly different selector which is required to parse out
* each manga object while on a search result page. This is the selector
Expand Down
Loading

0 comments on commit 1428260

Please sign in to comment.