git please work

This commit is contained in:
coolnsx
2024-06-19 10:43:17 +05:30
parent d147041a0b
commit 53d9a412a2

View File

@@ -98,11 +98,7 @@ play_link() {
[ -z "$video_link" ] && err "Video Url not found" && return 1 [ -z "$video_link" ] && err "Video Url not found" && return 1
info "\n$video_link\n" info "\n$video_link\n"
if [ "$is_download" -eq "0" ]; then ([ "$is_download" -eq "0" ] && stream "$video_link" "$display") || download "$video_link" "$display"
stream "$video_link" "$display"
else
download "$video_link" "$display"
fi
[ "$noofeps" -eq 1 ] && exit 0 [ "$noofeps" -eq 1 ] && exit 0
} }