Skip to content

Commit

Permalink
Merge pull request #90 from zizzic/feature/streaming
Browse files Browse the repository at this point in the history
[feat] raw_data change
  • Loading branch information
poriz authored Feb 23, 2024
2 parents 1569465 + c4be4a3 commit c749255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def chzzk_raw(current_time, **kwargs):

for s_id, id in chzzk_ids:
res = requests.get(
f"https://api.chzzk.naver.com/polling/v2/channels/{id}/live-status"
f"https://api.chzzk.naver.com/service/v2/channels/{id}/live-detail"
)

if res.status_code == 200:
Expand Down

0 comments on commit c749255

Please sign in to comment.