From cdc797f55cc23eb017bbc6a80ddf72ae117f0be7 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Tue, 8 Aug 2023 01:09:21 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 577b657..43868f5 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ A Lua script that implements the YouTube 'Add to Queue' functionality for mpv ## Features - Add YouTube videos to a queue from the clipboard + - Works with links from any site [supported by yt-dlp](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md "yd-dlp supported sites page") - Fetch and display the video and channel names of the videos in the queue -- Select a video to play from the queue with an interactive menu, - or navigate through the queue with keyboard shortcuts -- Edit the order of videos in the queue +- An interactive menu to select the video the play, or edit the order of the queue - Open the URL or channel page of the currently playing video in a new browser tab - Download the currently playing video - Download a video in the queue +- Integrates with the internal mpv playlist ## Notes