From a49af08c6fba6dd964abfc03d447f3983821b5e9 Mon Sep 17 00:00:00 2001 From: setto Date: Thu, 21 Nov 2024 11:32:29 +0100 Subject: [PATCH] Update rip-stream2platform.sh --- rip-stream2platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rip-stream2platform.sh b/rip-stream2platform.sh index 3bc9a19..f64a555 100755 --- a/rip-stream2platform.sh +++ b/rip-stream2platform.sh @@ -1,7 +1,7 @@ #! /bin/bash ## This script assumes ffmpeg is installed. -## You can find the m3u8 url with `yt-dlp https://link.to/webshit --print-json | grep m3u8` +## You can find the m3u8 easily on peertube in the page-inspector of your broweser. For webshit, find it with `yt-dlp https://link.to/webshit --print-json | grep m3u8` read -p 'Type desired preset (recommended 'faster'): ' PRESET read -p 'Enter source URL for m3u8: ' SOURCE