woefe / ytcc

Command line tool to keep track of your favorite playlists on YouTube and many other places.
GNU General Public License v3.0
178 stars 20 forks source link

Display URL of video in a simple way #117

Open CueXXIII opened 1 year ago

CueXXIII commented 1 year ago

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.