aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 485ab50..b41d2c8 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -284,7 +284,7 @@ then for item."
(- (search-forward ",") 2))))
(push (list :title title
:videoid videoid
- :view-count view-count
+ :view-count (format "% 10s" (replace-regexp-in-string "[^0-9]" "" view-count))
:duration video-duration
:channel channel)
yeetube-content))))))))))