From 9628371d8cbd3202be101636e7d32051bd1783df Mon Sep 17 00:00:00 2001 From: Rpsl Date: Tue, 27 Jul 2021 15:18:00 +0300 Subject: [PATCH 1/2] added info in README about browser extension --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57bbad6..8c6521e 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 create a Chrome extension. 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. From 810dd34c3194a8c8c68f61457e260965c5d26e32 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Tue, 27 Jul 2021 19:06:51 +0300 Subject: [PATCH 2/2] expand extension description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c6521e..77a8f8a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Certain values can be set via environment variables, using the `-e` parameter on ## Chrome extension -[Rpsl](https://github.com/rpsl) has create a Chrome extension. 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). +[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