Kapitel 13/Tutorial.md aktualisiert
This commit is contained in:
@@ -844,17 +844,17 @@ In diesem Schritt erstellen wir den eigentlichen Workflow in **n8n**. Er sorgt d
|
|||||||
- **Command is an Expression:** **ON**
|
- **Command is an Expression:** **ON**
|
||||||
- **Command:**
|
- **Command:**
|
||||||
```bash
|
```bash
|
||||||
<clipper-ordner>/bin/clipper-vod-get "{{$('Merge').item.json.data.id}}" "{{ $json.url || ('https://www.twitch.tv/videos/' + $('Merge').item.json.data.id) }}"
|
<clipper-ordner>/bin/clipper-vod-get "{{ $('Loop Over Items').item.json.data.id }}" "{{ $json.url || ('https://www.twitch.tv/videos/' + {{ $('Loop Over Items').item.json.data.id }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
12. **SSH Node 3 – Upload ** (Node-Name: `Up`)
|
13. **SSH Node 3 – Upload ** (Node-Name: `Up`)
|
||||||
- **Node-Typ:** SSH
|
- **Node-Typ:** SSH
|
||||||
- **Credentials:** *SSH Clipper*
|
- **Credentials:** *SSH Clipper*
|
||||||
- **Operation:** Execute Command
|
- **Operation:** Execute Command
|
||||||
- **Command is an Expression:** **ON**
|
- **Command is an Expression:** **ON**
|
||||||
- **Command:**
|
- **Command:**
|
||||||
```bash
|
```bash
|
||||||
<clipper-ordner>/bin/clenaup "{{$('Merge').item.json.data.id}}" "{{ $json.url || ('https://www.twitch.tv/videos/' + $('Merge').item.json.data.id) }}"
|
<clipper-ordner>/bin/clenaup "{{ $('Loop Over Items').item.json.data.id }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
14. **SSH Node 4 – Finalize** (Node-Name: Finalize VOD)
|
14. **SSH Node 4 – Finalize** (Node-Name: Finalize VOD)
|
||||||
|
|||||||
Reference in New Issue
Block a user