diff options
author | Thanos Apollo <[email protected]> | 2023-10-04 06:13:55 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-04 06:13:55 +0300 |
commit | 784e27ba7614907bde42e4510f67895ca9b2cf8d (patch) | |
tree | d1b9772ad78671c54269de1b3241903505039997 | |
parent | 18c04d12c9b62a7e44ff7f29da634da72c52188b (diff) |
yeetube: inhibit cookies & use silent for url-retrieve
-rw-r--r-- | yeetube.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ WHERE indicates where in the buffer the update should happen." (replace-regexp-in-string " " "+" query) ;; Filter parameter to remove live videos. "&sp=EgQQASAB") - t t 30) + 'silent 'inhibit-cookies 30) (decode-coding-region (point-min) (point-max) 'utf-8) (goto-char (point-min)) (toggle-enable-multibyte-characters) |