aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-07 08:16:08 +0200
committerThanos Apollo <[email protected]>2024-02-07 08:16:08 +0200
commit440f5616458bed272e09ce7c040ae21e17cecbcb (patch)
tree6cdc9530a796dba652aaa7e5c7319e68f5cc8395
parent16307d5ccb0bb0ebda2f7b3cb8c5142e3058218e (diff)
yeetube-search: Fix indentation & comments
-rw-r--r--yeetube.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/yeetube.el b/yeetube.el
index 402e085..fe65181 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -264,10 +264,9 @@ This is used to download thumbnails from `yeetube-content', within
(decode-coding-region (point-min) (point-max) 'utf-8)
(goto-char (point-min))
(toggle-enable-multibyte-characters)
- (yeetube-get-content)
+ (yeetube-get-content))
;; (yeetube-get-thumbnails yeetube-content) ;; download thumbnails
- ;; unfortunately can't use images them with tabulated list
- )
+ ;; unfortunately we can't use images them with tabulated list
(with-current-buffer
(switch-to-buffer (get-buffer-create (concat "*yeetube*")))
(yeetube-mode)))