mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 06:27:17 +01:00
first working version
This commit is contained in:
5
scripts/getSongs.sh
Executable file
5
scripts/getSongs.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Gets videoIds from a youtube playlistItems response provided on stdin.
|
||||
|
||||
jq -M '[.items[] | {id: .snippet.resourceId.videoId, title: .snippet.title }]' <&0
|
||||
Reference in New Issue
Block a user