Jonathan Hodgson
9d7c40372e
Starts making yt work with yt-dlp
2021-11-16 10:45:15 +00:00
Jonathan Hodgson
99736427be
BIN: Deletes open-youtube and puts functionality in yt
...
The yt script now accepts a --url option which will take a url as an
option like
yt --url youtube.com/watch?v=blar
or
echo youtube.com/watch?v=blar | yt --url
It will also use rofi rather than fzf if not being run from a terminal
or the --rofi flag is given
I have updated the files that used to use open-youtube to reflect this
2021-07-30 13:14:50 +01:00
Jonathan Hodgson
c619f884bd
BIN: fix yt to use hq or pup again
...
My last commit on this file (21ca27d ) checks for the existence of
nonsense files - this was originally to check the sed path works.
2021-07-30 12:25:17 +01:00
Jonathan Hodgson
2bc9dd56cc
BIN: yt will now use sed if hq and pup aren't installed
...
This is still experimental - might break in weird ways
2021-07-29 20:36:56 +01:00
Jonathan Hodgson
7775ec7539
Bin: Allows yt to use pup instead of hq
2021-07-29 20:14:29 +01:00
Jonathan Hodgson
70638ac508
BIN: YT: multi word search patterns
...
If you run yt with multiple arguments, they are concatinated as the
search string
2021-06-30 10:55:29 +01:00
Jonathan Hodgson
4b298ca020
Bin: adds yt script
...
This script is used to search and view youtube videos in the command
line.
2021-02-22 20:54:21 +00:00