Skip to content

Commit

Permalink
FIX FMTeam : Foolslide to Pizzareader (#6124)
Browse files Browse the repository at this point in the history
Fixes #6122
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent e3d8cf0 commit 7e43fd9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/web/mjs/connectors/FMTeam.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import FoolSlide from './templates/FoolSlide.mjs';
export default class FMTeam extends FoolSlide {
import PizzaReader from './templates/PizzaReader.mjs';

export default class FMTeam extends PizzaReader {

constructor() {
super();
super.id = 'fmteam';
super.label = 'fmteam';
this.tags = [ 'manga', 'high-quality', 'french', 'scanlation' ];
this.url = 'https://fmteam.fr';
//this.path = '/directory/';
this.language = 'french';
}
}

0 comments on commit 7e43fd9

Please sign in to comment.