1
0
Fork 0

qutebrowser: Update fh-add for new firehose version

This commit is contained in:
Jeremy Kaplan 2020-06-12 15:50:32 -07:00
commit 756e329ca2

View file

@ -9,7 +9,7 @@ title = os.environ["QUTE_TITLE"]
query = {"title": title, "url": url} query = {"title": title, "url": url}
share_link = "https://metagram.net/firehose/share?{}".format(urlencode(query)) share_link = "https://metagram.net/firehose/drops/new?{}".format(urlencode(query))
with open(fifo, "w") as f: with open(fifo, "w") as f:
f.write(":open {}".format(share_link)) f.write(":open {}".format(share_link))