Merge pull request #120 from jwdeveloper/develop-1.9.1

Fix clientParams and send cookies when present and not null to specific requests for 18+ livestreams.
This commit is contained in:
David Kohler
2025-02-14 19:50:34 -05:00
committed by GitHub
4 changed files with 10 additions and 3 deletions

View File

@@ -153,8 +153,8 @@ public class LiveClientSettings {
clientParams.put("screen_height", 1152);
clientParams.put("screen_width", 2048);
clientParams.put("tz_name", "Europe/Berlin");
clientParams.put("referer", "https, //www.tiktok.com/");
clientParams.put("root_referer", "https, //www.tiktok.com/");
clientParams.put("referer", "https://www.tiktok.com/");
clientParams.put("root_referer", "https://www.tiktok.com/");
clientParams.put("msToken", "");
clientParams.put("version_code", 180800);
clientParams.put("webcast_sdk_version", "1.3.0");