Update rip-stream2platform.sh
This commit is contained in:
parent
427bc22d07
commit
ac3c417579
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
## This script assumes ffmpeg is installed.
|
## This script assumes ffmpeg is installed.
|
||||||
## You can find the m3u8 url with `yt-dlp --print-json | grep m3u8`
|
## You can find the m3u8 url with `yt-dlp https://link.to/webshit --print-json | grep m3u8`
|
||||||
|
|
||||||
read -p 'Type desired preset (recommended 'faster'): ' PRESET
|
read -p 'Type desired preset (recommended 'faster'): ' PRESET
|
||||||
read -p 'Enter source URL for m3u8: ' SOURCE
|
read -p 'Enter source URL for m3u8: ' SOURCE
|
||||||
|
|
Loading…
Reference in a new issue