Compare commits

..

No commits in common. 'cc40d164798dedf1be6db54f469a4428b622c36a' and 'e8f6b459ed5897dacfd0152989737794d6807cd7' have entirely different histories.

  1. 7
      ytloop.sh
  2. 4
      ytrelated.sh
  3. 3
      ytscroll.sh
  4. 2
      ytsearch.sh

@ -1,7 +0,0 @@
VID=$1
if [ -z $VID ]
then
exit
fi
vlc $VID
./ytloop.sh `./ytrelated.sh $VID`

@ -1,4 +0,0 @@
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

@ -1,3 +0,0 @@
VID=`./ytsearch.sh $@`
vlc $VID
./ytloop.sh `./ytrelated.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
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

Loading…
Cancel
Save