diff options
author | Thanos Apollo <[email protected]> | 2023-10-16 08:44:40 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-17 09:24:22 +0300 |
commit | f3196c8ecc11a425014358382811976ec5d68ce3 (patch) | |
tree | 70994f64a0ac0d4f2bcca9b695ee7b1ca580d86d | |
parent | 67cbf8ab8b76daef17549a4f562c79a930b7b6fe (diff) |
yeetube:(get) Update docstring
-rw-r--r-- | yeetube.el | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -96,7 +96,17 @@ Example Usage: You can change the value to an invidious instance.") (defun yeetube-get (keyword) - "Retrieve KEYWORD value from `yeetube-content'." + "Retrieve KEYWORD value for entry at point. + +Retrieve keyword value for entry at point, from `yeetube-content', in +*yeetube* buffer. + +Keywords: +- :title +- :videoid +- :view-count +- :duration +- :channel" (unless (keywordp keyword) (error "Value `%s' is not a keyword" keyword)) (let ((video-info |