You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is no easy way to simply get the url to some video in the database. You sometime just want the url to view the file on another device, open it in a browser to get additional data or send it to other people.
Describe the solution you'd like
There should be a simple command ytcc url ID which displays the url to a given video id without additional formatting.
Describe alternatives you've considered
You can probably achieve the same with
ytcc -o xsv -t no list -a url -w -u -i ID
but this not as easy to type or remember. And you have to have both -w -u switches in there to work with ever id.
I would prefer to have ytcc url ID as shortcut.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is no easy way to simply get the url to some video in the database. You sometime just want the url to view the file on another device, open it in a browser to get additional data or send it to other people.
Describe the solution you'd like
There should be a simple command
ytcc url ID
which displays the url to a given video id without additional formatting.Describe alternatives you've considered
You can probably achieve the same with
but this not as easy to type or remember. And you have to have both
-w -u
switches in there to work with ever id.I would prefer to have
ytcc url ID
as shortcut.The text was updated successfully, but these errors were encountered: