David Larlet 3ヶ月前
コミット
7afb79b1fa
署名者: David Larlet <david@larlet.fr> GPGキーID: 3E2953A359E7E7BD
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      cache.py

+ 2
- 0
cache.py ファイルの表示

@@ -146,6 +146,8 @@ def new(url):
open(result_path, "w").write(page)
# Generating the HTML file.
create(hash_url)
md_line = f"> <cite>*[{title}]({url})*</cite>"
print(md_line)
os.popen(f'subl "{result_path}"')



読み込み中…
キャンセル
保存