====DEPRECATED====
* the way video_info_text works has been changed slightly, however they do not work together
* refer to the new video_info_text function in conf.sh
* what's different is instead of:
printf "%-${url_len}.${url_len}s\t" "$shorturl"
* it is just:
printf "%s" "$shorturl"
====Features====
* shortcuts (eg: alt-s to search again if using fzf)
* alt-l: print the link
* alt-t: print the title
* alt-o: open urls in $BROWSER
* alt-v: watch
* alt-d: download
* alt-m: listen
* alt-s: search again
* alt-enter: detach
* these bindings can all be changed, and you can make your own shortcuts (refer to docs/conf.sh in the Shortcuts section for more info)
* peertube searches
* see description of videos
* different ways to see thumbnails
* customize what fancy_subs look like with fancy_subscriptions_text
* playlists show in search results
* short description in thumbnail mode
* search history
*for the additions below refer to docs/conf.sh for more info*
* customize different ways to sort videos
* able to make custom options (eg --my-option) and it does something
* customize what to do with urls
* customize notifications
====fixes====
* show errors with notify-send with -D if possible
* error messages go to to stderr
* -f works with urls as input
> Change log by @Euro20179