[fix] "Something went wrong" error for videos
Related:
- #191
YouTube checks if the `trackingParams` in the response matches the decoded `trackingParam` in `responseContext.mainAppWebResponseContext`. However, the "TV Embedded Player" client does not include the `trackingParam` in the `responseContext`, causing the check to fail.
This workaround addresses the issue by hardcoding the `trackingParam` in the "TV Embedded Player" context.
合并状态:已合并 合并于 2023-06-29 关闭于 2023-06-29 0 条评论