Skip to content

Commit

Permalink
[Site Request] Diamond Fansub #2425 (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and ronny1982 committed Nov 1, 2020
1 parent aac9b4b commit 21f4507
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added src/web/img/connectors/diamondfansub
Binary file not shown.
12 changes: 12 additions & 0 deletions src/web/mjs/connectors/DiamondFansub.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import WordPressMadara from './templates/WordPressMadara.mjs';

export default class DiamondFansub extends WordPressMadara {

constructor() {
super();
super.id = 'diamondfansub';
super.label = 'DiamondFansub';
this.tags = [ 'webtoon', 'turkish' ];
this.url = 'https://diamondfansub.com';
}
}

0 comments on commit 21f4507

Please sign in to comment.