Mangadex: Add use custom user agent

This commit is contained in:
kodjomoustapha
2024-08-20 18:10:54 +01:00
parent 65ca992f07
commit 20dbeed246
2 changed files with 26 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import '../../../../../model/source.dart';
const _apiUrl = 'https://api.mangadex.org';
const _baseUrl = 'https://mangadex.org';
const _isNsfw = true;
const _mangadexVersion = "0.0.75";
const _mangadexVersion = "0.0.8";
const _mangadexSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/src/all/mangadex/mangadex.dart";
String _iconUrl =