diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-10 17:07:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-10 17:07:35 -0500 |
commit | 411f640ecffa5730bc08c58b9d11fc4a6190f884 (patch) | |
tree | 23ab941750489ab384c691ead74c1ea35156864e /livie.el | |
parent | 2e85a27bd50971684bd7000f5ebaae63f257208b (diff) | |
download | livie-411f640ecffa5730bc08c58b9d11fc4a6190f884.tar.lz livie-411f640ecffa5730bc08c58b9d11fc4a6190f884.tar.xz livie-411f640ecffa5730bc08c58b9d11fc4a6190f884.zip |
Change to proxy.invidious.snopyta.org instance
Diffstat (limited to 'livie.el')
-rw-r--r-- | livie.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ :type 'string) (defvar livie-youtube-regexp - "https://invidious.snopyta.org/latest_version\\?id=[A-Za-z0-9_\\-]\\{11\\}&itag=\\<\\([0-9]*\\.[0-9]+\\|[0-9]+\\)[df]?\\>&local=true") + "https://proxy.invidious.snopyta.org/latest_version\\?id=[A-Za-z0-9_\\-]\\{11\\}&itag=\\<\\([0-9]*\\.[0-9]+\\|[0-9]+\\)[df]?\\>&local=true") (define-derived-mode livie-mode special-mode "livie" |