Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3555bb8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetsky committed Dec 19, 2024
1 parent 326a82c commit c1ef845
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16,230 deletions.
10 changes: 3 additions & 7 deletions madara/MangaOrigines/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -16145,19 +16145,15 @@ Please go to the homepage of <${this.baseUrl}> and press the cloud icon.`);
// src/MangaOrigines/MangaOrigines.ts
var DOMAIN = "https://mangas-origines.fr";
var MangaOriginesInfo = {
version: getExportVersion("0.0.0"),
version: getExportVersion("0.0.1"),
name: "MangaOrigines",
description: `Extension that pulls manga from ${DOMAIN}`,
author: "Netsky",
authorWebsite: "http://github.com/TheNetsky",
icon: "icon.png",
contentRating: import_types3.ContentRating.ADULT,
contentRating: import_types3.ContentRating.MATURE,
websiteBaseURL: DOMAIN,
sourceTags: [
{
text: "18+",
type: import_types3.BadgeColor.YELLOW
},
{
text: "French",
type: import_types3.BadgeColor.GREY
Expand All @@ -16173,7 +16169,7 @@ Please go to the homepage of <${this.baseUrl}> and press the cloud icon.`);
constructor() {
super(...arguments);
this.baseUrl = DOMAIN;
this.chapterEndpoint = 3;
this.chapterEndpoint = 1;
this.directoryPath = "oeuvre";
this.language = "\u{1F1EB}\u{1F1F7}";
}
Expand Down
Binary file removed madara/ReaperScansFR/includes/icon.png
Binary file not shown.
Loading

0 comments on commit c1ef845

Please sign in to comment.