Kapitel 13/Tutorial.md aktualisiert
This commit is contained in:
@@ -544,13 +544,4 @@ Im Ergebnis findest du im Feld `data[0].id` deine **User-ID** (z. B. `123456789`
|
||||
TMP="/srv/clipper/temp"; \
|
||||
mkdir -p "$TMP"; \
|
||||
URL="${$json.url || ("https://www.twitch.tv/videos/" + $json.id)}"; \
|
||||
yt-dlp --no-progress --remux-video mp4 -o "$TMP/%(id)s.%(ext)s" "$URL"; \
|
||||
FILE="$TMP/${$json.id}.mp4"; \
|
||||
rclone move "$FILE" "nc:Clipper/VODs/${$json.id}/" --create-empty-src-dirs -v`}}
|
||||
```
|
||||
|
||||
|
||||
Ergebnis:
|
||||
- `/srv/clipper/state/vod_seen.list` existiert und enthält die **erste** VOD-ID (bei Regel 1).
|
||||
- Für **jedes VOD** entsteht unter `/srv/clipper/watch/<VOD_ID>.mp4` eine MP4.
|
||||
- Durch den **Merge (Combine → All Possible Combinations)** liegen **Switch-GO** und **VOD-Daten** zusammen vor; die SSH-Nodes haben alles, was sie brauchen.
|
||||
yt-dlp --no-progress --remux-vi
|
||||
Reference in New Issue
Block a user