From de4d4dec1f7bbb90932ee4d3f71bb96ef1839351 Mon Sep 17 00:00:00 2001 From: Mark Lieberman Date: Wed, 28 Jul 2021 22:34:39 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e77b6b..873759d 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,20 @@ Add a browser action that sends the tab or a URL to youtube-dl. This addon is a simple GUI frontend to youtube-dl, available in the browser. A companion application is required to manage communication between the browser and youtube-dl. See the [User Guide](https://github.com/marklieberman/youtube-dl-button/wiki/User-Guide) for an overview of the interface and features. - +### Notable Features + +* Queue system lets you download multiple videos in the background. +* View youtube-dl's console output in your browser. +* Optionally pass your browser's cookies to youtube-dl when downloading files from youtube.com. +* Update youtube-dl to latest version with a single click. + + ## Build ### Web-Ext -The web-ext can be built using `npm run build` which will produce a zip in dist/. You must [sign the addon on AMO](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Distribution) before it can be installed in Firefox. Alternatively, a signed .xpi is available under Releases. +The web-ext can be built using `npm run dist` which will produce a zip in dist/. You must [sign the addon on AMO](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Distribution) before it can be installed in Firefox. Alternatively, a signed .xpi is available under Releases. ### Native App @@ -25,4 +32,4 @@ Instructions for installing the native app and youtube-dl.exe are [in the Wiki]( ## Contributing -This project could use 1) a cross-platform native-app to add support for Linux and MacOS, 2) an installer to create manifest and registry entries automatically, ~~and 3) an auto-update feature to grab new versions of youtube-dl.exe~~. Any contributions would be appreciated and I would publish the addon on AMO once these features are available. +This project could use 1) a cross-platform native-app to add support for Linux and MacOS, and 2) an installer to create manifest and registry entries automatically. Any contributions would be appreciated and I would publish the addon on AMO once these features are available.