Skip to content

Commit

Permalink
Voidscans : Change domain (#7139)
Browse files Browse the repository at this point in the history
* Voidscans : Change domain

Fixes #7135

* Update NtsVoidScans.mjs

remove space

* Delete src/web/mjs/connectors/NtsVoidScans.mjs

delete NtsVoidScans

* Delete src/web/img/connectors/ntsvoidscans

delete NtsVoidScans icon
  • Loading branch information
MikeZeDev committed Jun 18, 2024
1 parent 8ab309c commit 2895d3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Binary file removed src/web/img/connectors/ntsvoidscans
Binary file not shown.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/InfernalVoidScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class InfernalVoidScans extends WordPressMangastream {
super.id = 'infernalvoidscans';
super.label = 'InfernalVoidScans';
this.tags = [ 'webtoon', 'scanlation', 'english' ];
this.url = 'https://void-scans.com';
this.url = 'https://hivescans.com';
this.path = '/manga/list-mode/';
this.requestOptions.headers.set('x-referer', this.url);
}
Expand Down
12 changes: 0 additions & 12 deletions src/web/mjs/connectors/NtsVoidScans.mjs

This file was deleted.

0 comments on commit 2895d3c

Please sign in to comment.