Kapitel 13/Tutorial.md aktualisiert

This commit is contained in:
2025-09-23 18:03:43 +00:00
parent 55b7b6aa3b
commit 7ad08e94cc

View File

@@ -844,17 +844,17 @@ In diesem Schritt erstellen wir den eigentlichen Workflow in **n8n**. Er sorgt d
- **Command is an Expression:** **ON**
- **Command:**
```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
- **Credentials:** *SSH Clipper*
- **Operation:** Execute Command
- **Command is an Expression:** **ON**
- **Command:**
```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)