Function: actypes::yt-info

actypes::yt-info is a byte-compiled function defined in hsys-youtube.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/hsys-youtube.el
;;; ************************************************************************
;;; Public functions
;;; ************************************************************************

;;;###autoload
(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)))