diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-02-04 20:31:59 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-02-04 20:31:59 -0800 |
commit | d86384c4ec7bdd54b5a8ca5c4860f3e54bfdbd57 (patch) | |
tree | e9e91d68ac4302e1daffc7214fe3ddfa2138eba5 | |
parent | fffbe5c3180ddcab9fd179c2a333e7a168f10265 (diff) | |
download | yt-local-d86384c4ec7bdd54b5a8ca5c4860f3e54bfdbd57.tar.lz yt-local-d86384c4ec7bdd54b5a8ca5c4860f3e54bfdbd57.tar.xz yt-local-d86384c4ec7bdd54b5a8ca5c4860f3e54bfdbd57.zip |
Readme: clarify redirector usage
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ To run the program on windows, open `run.bat`. On Linux/MacOS, run `python3 serv 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 youtube-local. I use the include pattern `^(https?://(?:[a-zA-Z0-9_-]*\.)?(?:youtube\.com|youtu\.be)/.*)` and the redirect pattern `http://localhost:8080/$1`. +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 youtube-local. I use the include pattern `^(https?://(?:[a-zA-Z0-9_-]*\.)?(?:youtube\.com|youtu\.be)/.*)` and the redirect pattern `http://localhost:8080/$1` (Make sure you're using regular expression mode). youtube-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. |