add novel support

This commit is contained in:
Schnitzel5
2024-11-25 22:51:11 +01:00
parent 8e2b190fd0
commit d9a66b7651
57 changed files with 103 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ Source _dopeboxSource = Source(
baseUrl: "https://dopebox.to",
lang: "en",
typeSource: "dopeflix",
isManga: false,
itemType: ItemType.anime,
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/dopeflix/src/dopebox/icon.png",
);

View File

@@ -7,7 +7,7 @@ Source _sflixSource = Source(
baseUrl: "https://sflix.to",
lang: "en",
typeSource: "dopeflix",
isManga: false,
itemType: ItemType.anime,
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/dopeflix/src/sflix/icon.png",
);