Skip to content

Commit

Permalink
[wordpressmadara] added/updated websites (#1956)
Browse files Browse the repository at this point in the history
* [phenomenalnofansub] updated domain

* [ahstudios] added website support

* [angelofresistance] updated protocol
  • Loading branch information
ronny1982 authored Jun 27, 2020
1 parent 7befdc1 commit 3801ad4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Binary file added src/web/img/connectors/ahstudios
Binary file not shown.
12 changes: 12 additions & 0 deletions src/web/mjs/connectors/AHStudios.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import WordPressMadara from './templates/WordPressMadara.mjs';

export default class AHStudios extends WordPressMadara {

constructor() {
super();
super.id = 'ahstudios';
super.label = 'A.H Studio';
this.tags = [ 'manga', 'webtoon', 'spanish' ];
this.url = 'https://ahstudios.net';
}
}
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/AngelOfResistance.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class AngelOfResistance extends WordPressMadara {
super.id = 'angelofresistance';
super.label = 'Angel Of Resistance (AOR-TR)';
this.tags = [ 'manga', 'webtoon', 'turkish'];
this.url = 'http://angelofresistance-tr.com';
this.url = 'https://angelofresistance-tr.com';
this.requestOptions.headers.set('x-referer', this.url);
}
}
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/PhenomenalNoFansub.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class PhenomenalNoFansub extends WordPressMadara {
super.id = 'phenomenalnofansub';
super.label = 'Phenomenal No Fansub';
this.tags = [ 'webtoon', 'spanish' ];
this.url = 'https://www.phenomenalnofansub.site';
this.url = 'https://phenomenalnofansub.com';
}
}

0 comments on commit 3801ad4

Please sign in to comment.