Skip to content

Commit

Permalink
changed underlying api to a better one
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-2701 committed Mar 10, 2023
1 parent 44bd207 commit 9d24014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/helpers/animepahe_scrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import 'package:html/parser.dart' as html;

class AnimeScrapper {
static const _baseUrl = "animepahe.com";
static const _apiUrl = "anime-api-vnkr.onrender.com";
// static const _apiUrl = "anime-api-vnkr.onrender.com";
static const _apiUrl = "relieved-cyan-tuxedo.cyclic.app";
static const _headers = {
"User-Agent":
"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 3.2.3+1
version: 4.0.0+1

environment:
sdk: ">=2.18.6 <3.0.0"
Expand Down

0 comments on commit 9d24014

Please sign in to comment.