add icons for anime extensions

This commit is contained in:
kodjomoustapha
2023-08-07 19:12:42 +01:00
parent e40b4f32ee
commit 4c9d897742
13 changed files with 10 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ Source _gogoanimeSource = Source(
baseUrl: "https://gogoanime.tel", baseUrl: "https://gogoanime.tel",
lang: "en", lang: "en",
typeSource: "single", typeSource: "single",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-en-gogoanime.png',
sourceCodeUrl: gogoanimeSourceCodeUrl, sourceCodeUrl: gogoanimeSourceCodeUrl,
version: gogoanimeVersion, version: gogoanimeVersion,
isManga: false); isManga: false);

View File

@@ -9,7 +9,7 @@ Source _wcostreamSource = Source(
baseUrl: "https://www.wcostream.org", baseUrl: "https://www.wcostream.org",
lang: "en", lang: "en",
typeSource: "single", typeSource: "single",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-en-wcostream.png',
sourceCodeUrl: wcostreamSourceCodeUrl, sourceCodeUrl: wcostreamSourceCodeUrl,
version: wcostreamVersion, version: wcostreamVersion,
isManga: false, isManga: false,

View File

@@ -9,7 +9,7 @@ Source _animesultraSource = Source(
baseUrl: "https://ww.animesultra.net", baseUrl: "https://ww.animesultra.net",
lang: "fr", lang: "fr",
typeSource: "single", typeSource: "single",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-animesultra.png',
sourceCodeUrl: animesultraSourceCodeUrl, sourceCodeUrl: animesultraSourceCodeUrl,
version: animesultraVersion, version: animesultraVersion,
isManga: false, isManga: false,

View File

@@ -10,7 +10,8 @@ Source _franimeSource = Source(
apiUrl: "https://api.franime.fr", apiUrl: "https://api.franime.fr",
lang: "fr", lang: "fr",
typeSource: "single", typeSource: "single",
iconUrl: '', iconUrl:
'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-franime.png',
sourceCodeUrl: franimeSourceCodeUrl, sourceCodeUrl: franimeSourceCodeUrl,
version: franimeVersion, version: franimeVersion,
isManga: false, isManga: false,

View File

@@ -206,7 +206,7 @@ getVideoList(MangaModel anime) async {
a = await MBridge.streamWishExtractor(serverUrl, "StreamWish"); a = await MBridge.streamWishExtractor(serverUrl, "StreamWish");
} else if (serverUrl.contains("sibnet")) { } else if (serverUrl.contains("sibnet")) {
a = await MBridge.sibnetExtractor(serverUrl); a = await MBridge.sibnetExtractor(serverUrl);
} else if (serverUrl.contains("dooood")) { } else if (serverUrl.contains("https://doo")) {
a = await MBridge.doodExtractor(serverUrl); a = await MBridge.doodExtractor(serverUrl);
} else if (serverUrl.contains("https://voe.sx")) { } else if (serverUrl.contains("https://voe.sx")) {
a = await MBridge.voeExtractor(serverUrl, null); a = await MBridge.voeExtractor(serverUrl, null);

View File

@@ -9,7 +9,8 @@ Source _otakufr = Source(
baseUrl: "https://otakufr.co", baseUrl: "https://otakufr.co",
lang: "fr", lang: "fr",
typeSource: "single", typeSource: "single",
iconUrl: '', iconUrl:
'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-otakufr.png',
sourceCodeUrl: otakufrCodeUrl, sourceCodeUrl: otakufrCodeUrl,
version: otakufrVersion, version: otakufrVersion,
isManga: false, isManga: false,

View File

@@ -9,7 +9,8 @@ Source _universanimeSource = Source(
baseUrl: "https://www.universanime.co", baseUrl: "https://www.universanime.co",
lang: "fr", lang: "fr",
typeSource: "single", typeSource: "single",
iconUrl: '', iconUrl:
'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-universanime.png',
sourceCodeUrl: universanimeSourceCodeUrl, sourceCodeUrl: universanimeSourceCodeUrl,
version: universanimeVersion, version: universanimeVersion,
isManga: false, isManga: false,

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB