Variable: hsys-youtube-url-prefix-regexp

hsys-youtube-url-prefix-regexp is a variable defined in hsys-youtube.el.

Value

"\\`\\(https://\\|www\\.\\|youtube\\.\\|youtu\\.be/\\)"

Documentation

Regexp matching the start of a Youtube url.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-youtube.el
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************

(defconst hsys-youtube-url-prefix-regexp "\\`\\(https://\\|www\\.\\|youtube\\.\\|youtu\\.be/\\)"
  "Regexp matching the start of a Youtube url.")