aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-19 13:44:15 +0200
committerThanos Apollo <[email protected]>2024-01-19 13:44:15 +0200
commit6947a3ba1f7300ecd3306353df300836c5d96a6a (patch)
tree1031d572e29147658be04a4317114bfb82167656 /yeetube.el
parent1fbee7beefab29cfd10c7b599670715c6b055f9b (diff)
Remove yeetube--fix-replacements
Unused, left over from previous implementation without tabulated list
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/yeetube.el b/yeetube.el
index 7e6138b..3b829b0 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -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
- '(("&amp;" . "&")
- ("&quot;" . "\"")
- ("&#39;" . "'")
- ("u0026" . "&")
- ("\\\\" . ""))
- "Unicode character replacements.")
-
(defun yeetube-view-count-format (string)
"Add commas for STRING."
(let* ((string (replace-regexp-in-string "[^0-9]" "" string))