mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 05:21:29 +03:00
Added task settings
Added support for task errors Added support for lt, gt etc. db comparisons Added task to delete old files
This commit is contained in:
@@ -1673,6 +1673,16 @@ components:
|
||||
required:
|
||||
- task_key
|
||||
- new_data
|
||||
UpdateTaskOptionsRequest:
|
||||
type: object
|
||||
properties:
|
||||
task_key:
|
||||
type: string
|
||||
new_options:
|
||||
type: object
|
||||
required:
|
||||
- task_key
|
||||
- new_options
|
||||
GetTaskResponse:
|
||||
type: object
|
||||
properties:
|
||||
@@ -2549,6 +2559,8 @@ components:
|
||||
type: string
|
||||
schedule:
|
||||
type: object
|
||||
options:
|
||||
type: object
|
||||
Schedule:
|
||||
required:
|
||||
- type
|
||||
|
||||
Reference in New Issue
Block a user