Skip to content

Commit

Permalink
FIX ComicBushi: domain change (#6607)
Browse files Browse the repository at this point in the history
Fixes #6603
  • Loading branch information
MikeZeDev committed Dec 30, 2023
1 parent 0fb5d39 commit 0151276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/mjs/connectors/ComicBushi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default class ComicBushi extends CoreView {
constructor() {
super();
super.id = 'comicbushi';
super.label = 'コミックブシロードWEB (Comic Bushiroad WEB)';
super.label = 'コミックブシロードWEB (Comic Bushiroad WEB / Growl)';
this.tags = ['manga', 'japanese'];
this.url = 'https://comicbushi-web.com';
this.url = 'https://comic-growl.com';
this.path = ['/'];
this.queryManga = 'section#lineup ul.lineup-list div.lineup-item a';
this.queryMangaTitle = 'h5.title';
Expand All @@ -23,4 +23,4 @@ export default class ComicBushi extends CoreView {
};
});
}
}
}

0 comments on commit 0151276

Please sign in to comment.