Better support for looping so that when a video finishes it gives you the same search back or the related video (based on flags?) #3

Open
opened 2 years ago by silverwizard · 0 comments
Owner

Basically want to do something like

res=`$1`
while [ -z $res ]
do
	vlc `$res
    res=`./ytrelated.sh $res`
done

The above probably doesn't work

Basically want to do something like ``` res=`$1` while [ -z $res ] do vlc `$res res=`./ytrelated.sh $res` done ``` The above probably doesn't work
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: silverwizard/YouTuber#3
Loading…
There is no content yet.