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 ede93c9 commit e072de4Copy full SHA for e072de4
management/ui.py
@@ -56,13 +56,13 @@
56
},
57
{
58
"way": "9",
59
- "way_cn": "网盘",
+ "way_cn": "百度网盘",
60
"address": "",
61
"passwd": ""
62
63
64
"way": "115",
65
- "way_cn": "微云",
+ "way_cn": "115网盘",
66
67
68
}
@@ -78,7 +78,7 @@ def get_value():
78
for i in range(1, int(episode_input[1].get()) + 1):
79
d = dl.copy()
80
d["episode"] = str(i)
81
- d["name"] = "{}{}".format(cn_input[1].get(), i)
+ d["name"] = "{}第{}集".format(cn_input[1].get(), i)
82
item_structure["MP4"].append(d)
83
84
info_structure = {
@@ -95,7 +95,7 @@ def get_value():
95
96
97
complete["data"]["info"] = info_structure
98
- complete["data"]["list"] = [item_structure]
+ complete["data"]["list"][0]["items"] = {"MP4":[item_structure]}
99
100
with open("sample.json", "w") as f:
101
json.dump(complete, f, indent=4, ensure_ascii=False)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments