Skip to content

Commit

Permalink
fix: maybe fix download issue (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
diniamo authored Feb 19, 2024
1 parent cf5b7df commit 8da786d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ EOF

download_video() {
dir="$(printf "%s/%s" "$3" "$2" | tr -d ':')"
ffmpeg -loglevel error -stats -i "$1" -c copy "$dir".mp4
ffmpeg -loglevel error -stats -i "$1" -c copy "$dir.mp4"
}

loop() {
Expand Down

0 comments on commit 8da786d

Please sign in to comment.