fix: update source

This commit is contained in:
John Howe
2025-04-11 11:26:42 +08:00
parent d9279a6a07
commit 9e7583861c
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ def generate_source(video_path):
source_link = "https://live.bilibili.com/" + part_before_underscore
return source_link
else:
return None
return "https://live.bilibili.com/"
if __name__ == "__main__":

View File

@@ -9,7 +9,7 @@ import subprocess
import json
def generate_video_data(video_path):
copyright = 1
copyright = 2
title = generate_title(video_path)
desc = generate_desc(video_path)
tid = 138