We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2e41f commit 6d8cff0Copy full SHA for 6d8cff0
modules/anitr_fetch.cpp
@@ -13,7 +13,7 @@
13
using json = nlohmann::json;
14
15
FetchData::FetchData() {
16
- base_url = "https://animecix.net/";
+ base_url = "https://anm.cx/";
17
video_players = {"tau-video.xyz", "sibnet"};
18
headers["Accept"] = "application/json";
19
headers["User-Agent"] = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124 Safari/537.36";
0 commit comments