Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Update fuck_sub.php
Browse files Browse the repository at this point in the history
  • Loading branch information
david082321 authored May 25, 2023
1 parent 5073340 commit 9d71783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/fuck_sub.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
$ss_id = $array['data']['season_id'];
}
$url = SUBTITLE_API.$ss_id;
$replace_json = get_webpage($url);
$replace_json = get_webpage($url,"","",AGENT);
$replace_array = json_decode($replace_json, true);
$code = $replace_array['code'];
// 替换字幕
Expand Down

0 comments on commit 9d71783

Please sign in to comment.