citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

yt-channelid (145B)


      1 #!/usr/bin/env bash
      2 printf 'https://www.youtube.com/feeds/videos.xml?channel_id='
      3 curl -sL "$1" | pup 'meta[itemprop="channelId"] attr{content}'