examples/ytfeed.browse-entry: Don't force my weird Raspberry Pi mpv tweaks onto the universe

This commit is contained in:
dtb 2025-09-12 22:21:35 -06:00
parent 924fa85b02
commit 45ad24959d

View File

@ -28,10 +28,8 @@ print(
+ "\t" + "printf 'https://youtube.com/watch?v=%%s\\n' '%s'" % ytid + "\t" + "printf 'https://youtube.com/watch?v=%%s\\n' '%s'" % ytid
+ "\n\n" + "\n\n"
+ "Open feed URL in mpv." + "\n\n" + "Open feed URL in mpv." + "\n\n"
# + "\t" + "mpv 'https://youtube.com/watch?v=%s'" % ytid + "\n\n"
+ "\t" + "mpv" + " \\\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, + "\t\t" + "'https://youtube.com/watch?v=%s'" % ytid,
end = "\n\n" end = "\n\n"
) )