mirror of
https://github.com/AgathaSorceress/mstdn-ebooks.git
synced 2025-01-08 19:35:46 +01:00
fixed typo
This commit is contained in:
parent
40eb3ed173
commit
068ea7242f
@ -77,7 +77,7 @@ def extract_toot(toot):
|
||||
for ht in soup.select("a.hashtag"): #make hashtags no longer links, just text
|
||||
ht.unwrap()
|
||||
|
||||
for link in soup.select("a"): #ocnvert <a href='https://example.com>example.com</a> to just https://example.com
|
||||
for link in soup.select("a"): #convert <a href='https://example.com>example.com</a> to just https://example.com
|
||||
link.insert_after(link["href"])
|
||||
link.decompose()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user