Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
youshandefeiyang authored Jan 14, 2024
1 parent 0b47fe2 commit 4a4a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHP/douyin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function getDouYinUrl($rid, $stream,$cookietext)
if ($stream == "flv") {
$realurl = $val['origin']['main']['flv'];
} elseif ($stream == "hls") {
$realurl = $val['data']['origin']['main']['hls'];
$realurl = $val['origin']['main']['hls'];
}
}
}
Expand Down

0 comments on commit 4a4a80d

Please sign in to comment.