fix(novelpia): remove test_ prefix

This commit is contained in:
Ryu juheon 2022-04-09 01:31:31 +09:00 committed by GitHub
parent ace7f3d07c
commit 0675e8fe64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class SoupInfo:
@Downloader.register
class Downloader_novelpia(Downloader):
type = "test_novelpia"
type = "novelpia"
URLS = ["novelpia.com"]
def init(self) -> None: