aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2021-07-27 19:08:24 +0300
committerGitHub <noreply@github.com>2021-07-27 19:08:24 +0300
commite56ea5c1b72be92643dad9f40250c998b95ae8a5 (patch)
treeeaf6e6fc0aa69f0f51607fcc0d4bb1254355f9ab
parentMerge pull request #36 from omeryagmurlu/master (diff)
parentexpand extension description (diff)
downloadmetube-e56ea5c1b72be92643dad9f40250c998b95ae8a5.tar.gz
metube-e56ea5c1b72be92643dad9f40250c998b95ae8a5.tar.bz2
metube-e56ea5c1b72be92643dad9f40250c998b95ae8a5.zip
Merge pull request #37 from Rpsl/master
added info in README about browser extension
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57bbad6..77a8f8a 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,10 @@ Certain values can be set via environment variables, using the `-e` parameter on
* __URL_PREFIX__: base path for the web server (for use when hosting behind a reverse proxy). Defaults to `/`.
* __OUTPUT_TEMPLATE__: the template for the filenames of the downloaded videos, formatted according to [this spec](https://github.com/ytdl-org/youtube-dl/blob/master/README.md#output-template). Defaults to `%(title)s.%(ext)s`.
+## Chrome extension
+
+[Rpsl](https://github.com/rpsl) has created a Chrome extension that allows right-clicking a video and sending it to MeTube. You can install it from [Google Chrome Webstore](https://chrome.google.com/webstore/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh) or use developer mode and install [from sources](https://github.com/Rpsl/metube-browser-extension).
+
## Bookmarklet
[kushfest](https://github.com/kushfest) has created a Chrome bookmarklet for sending the currently open webpage to MeTube. Please note that if you're on an HTTPS page, your MeTube instance must be behind an HTTPS reverse proxy (see below) for the bookmarklet to work.
bgstack15