mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
add icons for anime extensions
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
BIN
icon/mangayomi-en-gogoanime.png
Normal file
BIN
icon/mangayomi-en-gogoanime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
icon/mangayomi-en-wcostream.png
Normal file
BIN
icon/mangayomi-en-wcostream.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
BIN
icon/mangayomi-fr-animesultra.png
Normal file
BIN
icon/mangayomi-fr-animesultra.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
BIN
icon/mangayomi-fr-franime.png
Normal file
BIN
icon/mangayomi-fr-franime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
icon/mangayomi-fr-otakufr.png
Normal file
BIN
icon/mangayomi-fr-otakufr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
icon/mangayomi-fr-universanime.jpg
Normal file
BIN
icon/mangayomi-fr-universanime.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
Reference in New Issue
Block a user