examples/ytfeed.browse-feed: Fix bad path

This commit is contained in:
dtb
2025-09-15 05:43:21 -06:00
parent 2e3b8c3289
commit d27b878e58

View File

@@ -20,7 +20,7 @@ for entry in root.findall("{http://www.w3.org/2005/Atom}entry"):
+ f("%-22s - ", entry, "author/name") + f("%-22s - ", entry, "author/name")
+ f("%s", entry, "title") + "\n\n" + f("%s", entry, "title") + "\n\n"
# Command # Command
+ "\t" + "ytfeed.browse-entry <<EOF | ../menu" + "\n" + "\t" + "ytfeed.browse-entry <<EOF | menu" + "\n"
+ "\t" + ET.tostring(entry, encoding="unicode") + "\t" + ET.tostring(entry, encoding="unicode")
.replace("\n", "\n\t").rstrip() + "\n" .replace("\n", "\n\t").rstrip() + "\n"
+ "\tEOF", + "\tEOF",