1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

chore: add .bin scripts

This commit is contained in:
2021-03-03 17:23:35 +01:00
parent 8420a2435d
commit 5dccdfee83
10 changed files with 184 additions and 0 deletions

2
.bin/playlist_entries.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
youtube-dl -ij "$*" | jq -sr '.[] | .webpage_url'