Skip to content

Commit

Permalink
[Site Request] Cutie Pie (#2341) (#2449)
Browse files Browse the repository at this point in the history
* Create cutiepie.mjs

* fixes
  • Loading branch information
Robonau authored Oct 18, 2020
1 parent 8d725e3 commit cd00802
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added src/web/img/connectors/cutiepie
Binary file not shown.
12 changes: 12 additions & 0 deletions src/web/mjs/connectors/cutiepie.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import WordPressMadara from './templates/WordPressMadara.mjs';

export default class CutiePie extends WordPressMadara {

constructor() {
super();
super.id = 'cutiepie';
super.label = 'Cutie Pie';
this.tags = [ 'webtoon', 'turkish' ];
this.url = 'https://cutiepie.ga';
}
}

0 comments on commit cd00802

Please sign in to comment.