examples/ytfeed.browse-entry: Don't force my weird Raspberry Pi mpv tweaks onto the universe
This commit is contained in:
parent
924fa85b02
commit
45ad24959d
@ -28,10 +28,8 @@ print(
|
||||
+ "\t" + "printf 'https://youtube.com/watch?v=%%s\\n' '%s'" % ytid
|
||||
+ "\n\n"
|
||||
+ "Open feed URL in mpv." + "\n\n"
|
||||
# + "\t" + "mpv 'https://youtube.com/watch?v=%s'" % ytid + "\n\n"
|
||||
+ "\t" + "mpv" + " \\\n"
|
||||
+ "\t\t" + "--gpu-sw --profile=fast" + " \\\n"
|
||||
+ "\t\t" + "--script-opts=ytdl_hook-all_formats=yes" + " \\\n"
|
||||
# + "\t\t" + "--script-opts=ytdl_hook-all_formats=yes" + " \\\n"
|
||||
+ "\t\t" + "'https://youtube.com/watch?v=%s'" % ytid,
|
||||
end = "\n\n"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user