Added rest query to upate youtube-dl

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-29 23:58:09 +02:00
parent 8f3ba858c5
commit db707b794b
7 changed files with 122 additions and 2 deletions

View File

@@ -93,7 +93,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"request\": \"fetch_session_cache\",\r\n \"max_age\": -1,\r\n \"max_num\": -1\r\n}",
"raw": "{\r\n \"request\": \"fetch_session_cache\",\r\n \"max-num\": -1\r\n}\r\n",
"options": {
"raw": {
"language": "json"
@@ -391,6 +391,33 @@
}
},
"response": []
},
{
"name": "UpdateYotubeDL_Dependency",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"request\": \"update_dep_youtubedl\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:6969/api",
"host": [
"localhost"
],
"port": "6969",
"path": [
"api"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}