Skip to content

Commit

Permalink
fix: 修复twitch最高只能获取720p的问题 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghao333 authored Oct 10, 2024
1 parent 560f294 commit f387b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion douyinliverecorder/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ def get_twitchtv_stream_data(url: str, proxy_addr: Union[str, None] = None, cook
play_session_id = random.choice(["bdd22331a986c7f1073628f2fc5b19da", "064bc3ff1722b6f53b0b5b8c01e46ca5"])
params = {
"acmb": "e30=",
"allow_sourc": "true",
"allow_source": "true",
"browser_family": "firefox",
"browser_version": "124.0",
"cdm": "wv",
Expand Down

0 comments on commit f387b82

Please sign in to comment.