diff --git a/Kapitel 13/Tutorial.md b/Kapitel 13/Tutorial.md index 8350fbd..5886e3c 100644 --- a/Kapitel 13/Tutorial.md +++ b/Kapitel 13/Tutorial.md @@ -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/.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. \ No newline at end of file + yt-dlp --no-progress --remux-vi \ No newline at end of file