examples/ytfeed.browse-feed: Fix bad path
This commit is contained in:
@@ -20,7 +20,7 @@ for entry in root.findall("{http://www.w3.org/2005/Atom}entry"):
|
||||
+ f("%-22s - ", entry, "author/name")
|
||||
+ f("%s", entry, "title") + "\n\n"
|
||||
# Command
|
||||
+ "\t" + "ytfeed.browse-entry <<EOF | ../menu" + "\n"
|
||||
+ "\t" + "ytfeed.browse-entry <<EOF | menu" + "\n"
|
||||
+ "\t" + ET.tostring(entry, encoding="unicode")
|
||||
.replace("\n", "\n\t").rstrip() + "\n"
|
||||
+ "\tEOF",
|
||||
|
||||
Reference in New Issue
Block a user