* add download_selected_video function
* add ytdlp_output_template to conf file

- add function to download the currently selected video in the queue
- update readme and conf file
- change ordering of options to have keybindings in alphabetical order
This commit is contained in:
Kyle Yasuda
2023-08-06 23:30:28 -07:00
committed by GitHub
parent 8b4d2639e6
commit af81562606
3 changed files with 80 additions and 57 deletions

View File

@@ -1,14 +1,17 @@
add_to_queue=ctrl+a
move_cursor_down=ctrl+DOWN
move_cursor_up=ctrl+UP
open_channel_in_browser=ctrl+O
open_video_in_browser=ctrl+o
download_current_video=ctrl+d
download_selected_video=ctrl+D
move_video=ctrl+m
play_next_in_queue=ctrl+n
open_video_in_browser=ctrl+o
open_channel_in_browser=ctrl+O
play_previous_in_queue=ctrl+p
play_selected_video=ctrl+ENTER
print_current_video=ctrl+P
print_queue=ctrl+q
remove_from_queue=ctrl+x
move_cursor_up=ctrl+UP
move_cursor_down=ctrl+DOWN
play_selected_video=ctrl+ENTER
browser=firefox
clipboard_command=xclip -o
cursor_icon=➤
@@ -21,3 +24,4 @@ font_name=JetBrains Mono
font_size=12
marked_icon=⇅
show_errors=yes
ytdlp_output_template=%(uploader)s/%(title)s.%(ext)s