shithub: nvi

Download patch

ref: 765295db16e33455dbc7ae7a2d764219e76bc581
parent: 748cb65df1bf26d73030a178d5390edd7f007934
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Jun 20 15:00:06 EDT 2021

readme: add -A and -V description and TODO

--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
 
 Downloads a Youtube video using Invidious public servers.
 
+Multiple `-A` and `-V` can be prioritize specific stream formats.  The
+values for these options can be IDs and quality, ie `18` or `720p`
+(for video).
+
 ## Examples
 
 Show available streams of a video:
@@ -21,3 +25,10 @@
 Download and play combined audio and video (low quality):
 
 	nvi -V 18 -v /tmp/video ybGOT4d2Hs8 && treason /tmp/video
+
+## TODO
+
+* Manpage.
+* Select streams based on format, eg "mp4", "mp4,av01", "opus", etc.
+* Download videos from Peertube as well.
+* Figure out how to play videos without storing them on disk, ie piping directly to treason.