mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
rmv
This commit is contained in:
@@ -147,18 +147,6 @@ class AniFlix extends MProvider {
|
||||
return sortVideos(videos, source.id);
|
||||
}
|
||||
|
||||
String getUrlWithoutDomain(String orig) {
|
||||
final uri = Uri.parse(orig.replaceAll(' ', '%20'));
|
||||
String out = uri.path;
|
||||
if (uri.query.isNotEmpty) {
|
||||
out += '?${uri.query}';
|
||||
}
|
||||
if (uri.fragment.isNotEmpty) {
|
||||
out += '#${uri.fragment}';
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
||||
MPages parseAnimeList(String res, String baseUrl, bool hasNextPage) {
|
||||
final datas = json.decode(res);
|
||||
List<MManga> animeList = [];
|
||||
|
||||
Reference in New Issue
Block a user