Skip to content

Commit

Permalink
Fix Opiatoon: changte domain (#6809)
Browse files Browse the repository at this point in the history
Fixes #6791
  • Loading branch information
MikeZeDev authored Feb 25, 2024
1 parent 93c651b commit 5dae344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/Opiatoon.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default class Opiatoon extends WordPressMadara {
super.id = 'opiatoon';
super.label = 'Opiatoon (Opia&Shipperland)';
this.tags = [ 'manga', 'turkish', 'webtoon' ];
this.url = 'https://opiatoon.org';
this.url = 'https://opiatoon.biz';
this.links = {
login: 'https://opiatoon.org/login'
login: 'https://opiatoon.biz/login'
};
}
}

0 comments on commit 5dae344

Please sign in to comment.