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("%-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",
|
||||||
|
|||||||
Reference in New Issue
Block a user