Auto backup (2022-08-09T21:00:55.891Z)
This commit is contained in:
92
flows/60.json
Normal file
92
flows/60.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"id": 60,
|
||||
"name": "zno",
|
||||
"active": false,
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "7615265b-36cf-4f55-81ca-5302ef12b2e7",
|
||||
"name": "Start",
|
||||
"type": "n8n-nodes-base.start",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
240,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "https://vstup.osvita.ua/y2022/r26/140/979144/",
|
||||
"responseFormat": "string",
|
||||
"options": {}
|
||||
},
|
||||
"id": "8a15aff6-53f2-4b8e-9a8d-31b22de178e5",
|
||||
"name": "HTTP Request",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
460,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"extractionValues": {
|
||||
"values": [
|
||||
{
|
||||
"key": "items",
|
||||
"cssSelector": "tr.rstatus6",
|
||||
"returnValue": "html"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
},
|
||||
"id": "68a71653-c245-4f30-8125-dbab329b1fcb",
|
||||
"name": "HTML Extract",
|
||||
"type": "n8n-nodes-base.htmlExtract",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
640,
|
||||
300
|
||||
]
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Start": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTML Extract",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2022-08-09T18:48:03.074Z",
|
||||
"updatedAt": "2022-08-09T18:53:52.311Z",
|
||||
"settings": {},
|
||||
"staticData": null,
|
||||
"pinData": {},
|
||||
"tags": [
|
||||
{
|
||||
"id": "2",
|
||||
"name": "my",
|
||||
"createdAt": "2022-05-19T09:37:15.931Z",
|
||||
"updatedAt": "2022-05-19T09:37:15.931Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user