How to clip a livestream that is still ongoing, for windows users. Prerequisites: ytarchive-raw-go-windows-amd64.exe - https://github.com/HoloArchivists/ytarchive-raw-go/releases ffmpeg-master-latest-win64-gpl.zip - https://github.com/yt-dlp/FFmpeg-Builds/releases Unpack ffmpeg-master-latest-win64-gpl.zip, you should have ffmpeg.exe, ffplay.exe, ffprobe.exe in bin folder, move them out. All four exes downloaded should be in one folder. Create a .bat file in the same folder with: @echo off set /p json= "Provide json name: " set /p start= "Provide start segment (seconds since start): " set /p count= "Provide segment count (duration in seconds): " ytarchive-raw-go-windows-amd64 -i "%json%" -t 16 --start-segment %start% --segment-count %count% -o "%%(upload_date)s-%%(id)s" pause Start segment (seconds since start) also show in stats for nerds here, red line https://files.catbox.moe/24q58b.png Go to https://github.com/lekoOwO/ytarchive-raw#usage and click on the "bookmark script" then copy the getURLs.bookmark.js one (starts with javascript:(async()=>{function a(a)) Make a bookmark of the code https://files.catbox.moe/df5w4d.png in your browser and use it when viewing a video you want to clip. Move the downloaded json file to the same folder with all the exes. Then run the .bat file, fill in everything as you please - https://files.catbox.moe/9qg1uc.png End result should be - https://files.catbox.moe/izh2k2.png 2022/11/25 23:07:23.412218 info: main.go:221: Success! audio: 100% (20/20 in 5s) video: 100% (20/20 in 34s) merge: 100.00% (20 audio, 20 video) Now you get an .mkv video, most of editing softwares should be able to handle it, if it doesn't, just convert to mp4 with (replacing filenames of course) ffmpeg -i "input.mkv" -codec copy "output.mp4" Have fun and don't forget to tell your oshi you love her. Also don't upload clips to youtube before stream ends or you could make streamers get copyrighted for their own content.