diff options
author | Mateja <mail@matejamaric.com> | 2021-04-03 00:37:03 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-03 00:37:03 +0200 |
commit | a945feb02f6d64df2219ea1044251a7fe2ea98fc (patch) | |
tree | fe0242495eb35317fd5358e403a047657dfa04b5 /youtube-dl | |
download | misc-a945feb02f6d64df2219ea1044251a7fe2ea98fc.tar.gz misc-a945feb02f6d64df2219ea1044251a7fe2ea98fc.zip |
Initial commit.
Diffstat (limited to 'youtube-dl')
-rw-r--r-- | youtube-dl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl new file mode 100644 index 0000000..3053624 --- /dev/null +++ b/youtube-dl @@ -0,0 +1,6 @@ +https://www.youtube.com/results?search_query=some+search+query +https://www.youtube.com/watch?v=video-id +-e get name only (no download) +youtube-dl -se --get-id "ytsearch5:your search" +-x extract audio +-o '%(title)s.%(ext)s' |