mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-18 10:50:43 +08:00
Compare commits
No commits in common. "7679bbab38c6098fd7ddead80f76c29e14be1998" and "dbc965c6fed8deaf8d4f5fc721a5befd8946a1af" have entirely different histories.
7679bbab38
...
dbc965c6fe
@ -619,8 +619,6 @@ class Quark:
|
|||||||
"__t": datetime.now().timestamp(),
|
"__t": datetime.now().timestamp(),
|
||||||
}
|
}
|
||||||
response = self._send_request("GET", url, params=querystring).json()
|
response = self._send_request("GET", url, params=querystring).json()
|
||||||
if response["status"] != 200:
|
|
||||||
return response
|
|
||||||
if response["data"]["status"] == 2:
|
if response["data"]["status"] == 2:
|
||||||
if retry_index > 0:
|
if retry_index > 0:
|
||||||
print()
|
print()
|
||||||
@ -997,7 +995,6 @@ class Quark:
|
|||||||
if err_msg:
|
if err_msg:
|
||||||
add_notify(f"❌《{task['taskname']}》转存失败:{err_msg}\n")
|
add_notify(f"❌《{task['taskname']}》转存失败:{err_msg}\n")
|
||||||
# 建立目录树
|
# 建立目录树
|
||||||
if len(need_save_list) == len(save_as_top_fids):
|
|
||||||
for index, item in enumerate(need_save_list):
|
for index, item in enumerate(need_save_list):
|
||||||
icon = self._get_file_icon(item)
|
icon = self._get_file_icon(item)
|
||||||
tree.create_node(
|
tree.create_node(
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
"replace": "{TASKNAME}.{SXX}E{II}.第{E}期{PART}.{EXT}"
|
"replace": "{TASKNAME}.{SXX}E{II}.第{E}期{PART}.{EXT}"
|
||||||
},
|
},
|
||||||
"$TV_MAGIC": {
|
"$TV_MAGIC": {
|
||||||
"pattern": ".*\\.(mp4|mkv|mov|m4v|avi|mpeg|ts)$",
|
"pattern": "",
|
||||||
"replace": "{TASKNAME}.{SXX}E{E}.{EXT}"
|
"replace": "{TASKNAME}.{SXX}E{E}.{EXT}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user