Skip to content

Commit

Permalink
509
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Jul 17, 2022
1 parent 6ded59d commit 28e7f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/eh_spider_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class EHSpiderParser {
String style = img.attributes['style']!;
String url = img.attributes['src']!;

if (url.contains('https://ehgt.org/g/509.gif')) {
if (url.contains('509.gif')) {
throw DioError(
requestOptions: response.requestOptions,
error: EHException(type: EHExceptionType.exceedLimit, msg: 'exceedImageLimits'.tr),
Expand Down

0 comments on commit 28e7f89

Please sign in to comment.