We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9279a6 commit 9e75838Copy full SHA for 9e75838
src/upload/extract_video_info.py
@@ -76,7 +76,7 @@ def generate_source(video_path):
76
source_link = "https://live.bilibili.com/" + part_before_underscore
77
return source_link
78
else:
79
- return None
+ return "https://live.bilibili.com/"
80
81
82
if __name__ == "__main__":
src/upload/generate_upload_data.py
@@ -9,7 +9,7 @@
9
import json
10
11
def generate_video_data(video_path):
12
- copyright = 1
+ copyright = 2
13
title = generate_title(video_path)
14
desc = generate_desc(video_path)
15
tid = 138
0 commit comments