dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

feed (239B)


      1 #!/bin/rc
      2 
      3 {for (u in $*) {
      4 	curl -qsL `$nl{yt/embedify $u} | tr '}{,' '\n' | grep channelId | head -n 1 | sed 's/.*\\":\\"//;s/..$//' | awk '{print "https://www.youtube.com/feeds/videos.xml?channel_id=" $0}' 
      5 }} | tee /dev/stderr | xclip