mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
git please work
This commit is contained in:
6
fap-cli
6
fap-cli
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user