qutebrowser: Update fh-add for new firehose version
This commit is contained in:
parent
7cb0f4f93b
commit
756e329ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue