Skip to content

Commit

Permalink
remove UTF-8 BOM in yt.sh (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
atauenis committed Dec 19, 2022
1 parent e801bb1 commit 1281294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LinuxAndMacOS/yt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
#Download a YouTube video and return it as a stream of MTS with MPEG2 data.
#Requires youtube-dl and ffmpeg
youtube-dl "$1" -o - | ffmpeg -i pipe: -vcodec mpeg2video -acodec mp2 -f mpegts pipe:

0 comments on commit 1281294

Please sign in to comment.