aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-19 22:19:01 -0500
committerJesús <heckyel@hyperbola.info>2020-12-19 22:19:01 -0500
commit8823b54bc1324d42731c02ebcd461108e76105c5 (patch)
tree79702ed33d13a27dbe2ca52beda06d26b196f613
parent1de9ae424573e3b0aed1bad68067430dd1baa357 (diff)
downloadyt-local-8823b54bc1324d42731c02ebcd461108e76105c5.tar.lz
yt-local-8823b54bc1324d42731c02ebcd461108e76105c5.tar.xz
yt-local-8823b54bc1324d42731c02ebcd461108e76105c5.zip
Check test URL embed
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b0ffaa..45f9aac 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ To run the program on windows, open `run.bat`. On GNU+Linux/MacOS, run `python3
Access youtube URLs by prefixing them with `http://localhost:8080/`, For instance, `http://localhost:8080/https://www.youtube.com/watch?v=vBgulDeV2RU`
You can use an addon such as Redirector ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/redirector/)|[Chrome](https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd)) to automatically redirect Youtube URLs to yt-local. I use the include pattern `^(https?://(?:[a-zA-Z0-9_-]*\.)?(?:youtube\.com|youtu\.be|youtube-nocookie\.com)/.*)` and the redirect pattern `http://localhost:8080/$1` (Make sure you're using regular expression mode).
-If you want embeds on the web to also redirect to yt-local, make sure "Iframes" is checked under advanced options in your redirector rule.
+If you want embeds on the web to also redirect to yt-local, make sure "Iframes" is checked under advanced options in your redirector rule. Check test `http://localhost:8080/youtube.com/embed/vBgulDeV2RU`
yt-local can be added as a search engine in firefox to make searching more convenient. See [here](https://support.mozilla.org/en-US/kb/add-or-remove-search-engine-firefox) for information on firefox search plugins.