This website works better with JavaScript.
首頁
探索
說明
登入
davidbgk
/
larlet-fr-david-cache
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Code
master
David Larlet
10 月之前
父節點
198411bad5
當前提交
7afb79b1fa
簽署人:
David Larlet
<david@larlet.fr>
GPG Key ID:
3E2953A359E7E7BD
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
顯示文件統計
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}"')
Write
Preview
Loading…
取消
儲存