This commit is contained in:
eric
2025-09-15 16:21:28 +08:00
parent 2b5f9a9b90
commit cd6d39210e
3 changed files with 52 additions and 93 deletions

View File

@@ -145,7 +145,7 @@ def start_douyin_to_youtube(record_url, youtube_key, room_name=None, delay_sec=3
# ----------------- 示例 -----------------
if __name__ == "__main__":
DOUYIN_URL = "https://live.douyin.com/640087893839"
DOUYIN_URL = "https://live.douyin.com/743565594721"
YOUTUBE_KEY = "qxvb-r47b-r5ju-6ud3-6k7z"
hls_instance = start_douyin_to_youtube(DOUYIN_URL, YOUTUBE_KEY, delay_sec=30)