diff options
-rw-r--r-- | yeetube.el | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -300,14 +300,6 @@ SUBSTRING-END is the end of the string to return, interger." (- (search-forward item-end) substring-end)))) item)) -(defvar yeetube--title-replacements - '(("&" . "&") - (""" . "\"") - ("'" . "'") - ("u0026" . "&") - ("\\\\" . "")) - "Unicode character replacements.") - (defun yeetube-view-count-format (string) "Add commas for STRING." (let* ((string (replace-regexp-in-string "[^0-9]" "" string)) |