From 45ad24959d07672a753cd94d387fdde7a65288be Mon Sep 17 00:00:00 2001 From: DTB Date: Fri, 12 Sep 2025 22:21:35 -0600 Subject: [PATCH] examples/ytfeed.browse-entry: Don't force my weird Raspberry Pi mpv tweaks onto the universe --- examples/ytfeed.browse-entry | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/ytfeed.browse-entry b/examples/ytfeed.browse-entry index 70218ee..c0acad6 100755 --- a/examples/ytfeed.browse-entry +++ b/examples/ytfeed.browse-entry @@ -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" )