aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))