open(result_path, "w").write(page) | open(result_path, "w").write(page) | ||||
# Generating the HTML file. | # Generating the HTML file. | ||||
create(hash_url) | create(hash_url) | ||||
md_line = f"> <cite>*[{title}]({url})*</cite>" | |||||
print(md_line) | |||||
os.popen(f'subl "{result_path}"') | os.popen(f'subl "{result_path}"') | ||||