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",
lang: "en",
typeSource: "single",
iconUrl: '',
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-en-gogoanime.png',
sourceCodeUrl: gogoanimeSourceCodeUrl,
version: gogoanimeVersion,
isManga: false);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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