diff options
author | Thanos Apollo <[email protected]> | 2024-01-19 13:44:15 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-19 13:44:15 +0200 |
commit | 6947a3ba1f7300ecd3306353df300836c5d96a6a (patch) | |
tree | 1031d572e29147658be04a4317114bfb82167656 | |
parent | 1fbee7beefab29cfd10c7b599670715c6b055f9b (diff) |
Remove yeetube--fix-replacements
Unused, left over from previous implementation without tabulated list
-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)) |