Function: actypes::yt-info

actypes::yt-info is a function defined in hyperbole-autoloads.el.

Signature

(actypes::yt-info VIDEO-ID)

Documentation

Display a web page with the metadata information about VIDEO-ID.

Aliases

hsys-youtube-info

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyperbole-autoloads.el
(defact yt-info (video-id) "Display a web page with the metadata information about VIDEO-ID." (hact #'actypes::www-url (format "https://mattw.io/youtube-metadata/?url=https://youtu.be/%s&submit=true" video-id)))