Skip to content

Commit ba2d569

Browse files
committed
fix
1 parent 22f88ae commit ba2d569

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/install_ffmpeg.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
set(FFMPEG_URL "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n8.0-latest-win64-gpl-shared-8.0.zip")
1+
set(FFMPEG_URL "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl-shared.zip")
22
set(FFMPEG_ARCHIVE "ffmpeg.zip")
3-
set(FFMPEG_DIR "${CMAKE_BINARY_DIR}/ffmpeg-n8.0-latest-win64-gpl-shared-8.0")
3+
set(FFMPEG_DIR "${CMAKE_BINARY_DIR}/ffmpeg-master-latest-win64-gpl-shared")
44

55
set(FFMPEG_ARCHIVE "${CMAKE_BINARY_DIR}/${FFMPEG_ARCHIVE}")
66

src/Core/MhyApi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ inline std::string makeSign(const nlohmann::json& data)
311311
inline std::string& getOAString()
312312
{
313313
static std::string value = []() {
314-
const auto response = cpr::Get(cpr::Url{ "https://mi-m-cpjgtouitx.cn-hangzhou.fcapp.run" });
314+
const auto response = cpr::Get(cpr::Url{ "https://api.v6qbb.cloud/get_bh3_bilibili_oa" });
315315
if (response.text.empty())
316316
throw std::runtime_error("");
317317
return response.text;

0 commit comments

Comments
 (0)