mirror of
https://github.com/timerring/bilive.git
synced 2026-09-02 19:03:47 +08:00
fix: update source
This commit is contained in:
@@ -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__":
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user