mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
3 lines
60 B
Bash
3 lines
60 B
Bash
|
|
#!/bin/sh
|
||
|
|
youtube-dl -ij "$*" | jq -sr '.[] | .webpage_url'
|