first working version

This commit is contained in:
Thomas Ruoff
2020-11-28 00:28:38 +01:00
parent 8762aef219
commit a17153759e
22 changed files with 1592 additions and 214 deletions

5
scripts/getSongs.sh Executable file
View 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