Skip to content

Commit

Permalink
Oxapk: create connector (#6019)
Browse files Browse the repository at this point in the history
* Oxapk: create connector

* Oxapk: remove icon

* Oxapk: add icon back

* Revert "Oxapk: add icon back"

This reverts commit b28984a.

* Revert "Oxapk: remove icon"

This reverts commit 9b7f729.

* Oxapk: remove connector file

* Oxapk: add connector file back
  • Loading branch information
TristanWasTaken authored and Sheepux committed Jan 2, 2024
1 parent 81ff079 commit 3cbb9c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added src/web/img/connectors/oxapk
Binary file not shown.
13 changes: 13 additions & 0 deletions src/web/mjs/connectors/Oxapk.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class Oxapk extends WordPressMangastream {

constructor() {
super();
super.id = 'oxapk';
super.label = 'Oxapk';
this.tags = ['webtoon', 'arabic', 'scanlation'];
this.url = 'https://oxapk.com';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 3cbb9c5

Please sign in to comment.