parent
e8f6b459ed
commit
7e5896e1e3
@ -0,0 +1,4 @@ |
||||
for video in `curl $1|tr '"' '\n'|grep '^/watch?'|cut -d'\' -f1|sort -u` |
||||
do |
||||
./ytmeta.sh https://www.youtube.com$video |
||||
done|./ytlist.sh |
@ -0,0 +1,2 @@ |
||||
VID=`./ytsearch.sh $@` |
||||
vlc $VID && ./ytloop.sh $VID |
@ -1,2 +1,2 @@ |
||||
for vid in `curl https://www.youtube.com/results?search_query=$(echo $@|tr ' ' '+')|tr '"' '\n'|grep 'watch?'|cut -d '\' -f1|sort|uniq`; do ./ytmeta.sh youtube.com$vid ; done|./ytlist.sh ^C |
||||
for vid in `curl https://www.youtube.com/results?search_query=$(echo $@|tr ' ' '+')|tr '"' '\n'|grep '^/watch?'|cut -d '\' -f1|sort|uniq`; do ./ytmeta.sh youtube.com$vid ; done|./ytlist.sh |
||||
|
||||
|
Loading…
Reference in new issue