diff --git a/src/web/img/connectors/shojoscans b/src/web/img/connectors/shojoscans new file mode 100644 index 0000000000..1f2a622a23 Binary files /dev/null and b/src/web/img/connectors/shojoscans differ diff --git a/src/web/mjs/connectors/ShojoScans.mjs b/src/web/mjs/connectors/ShojoScans.mjs new file mode 100644 index 0000000000..7c683f0ac8 --- /dev/null +++ b/src/web/mjs/connectors/ShojoScans.mjs @@ -0,0 +1,14 @@ +import WordPressMangastream from './templates/WordPressMangastream.mjs'; + +export default class ShojoScans extends WordPressMangastream { + constructor() { + super(); + super.id = 'shojoscans'; + super.label = 'ShojoScans'; + this.tags = [ 'manga', 'english', 'scanlation' ]; + this.url = 'https://shojoscans.com'; + this.path = '/comics/list-mode/'; + + this.queryChapters = 'div#chapterlist ul li a'; + } +} \ No newline at end of file