Account for formatting change
This commit is contained in:
parent
8e41b2ffe5
commit
3fec876617
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ with requests.Session() as s:
|
|||
fffcmadnesspromptpage = s.get(fffcmadnesspromptnew)
|
||||
fffcmadnesspromptsoup = BeautifulSoup(fffcmadnesspromptpage.content, "html.parser")
|
||||
fffcmadnessprompttext = fffcmadnesspromptsoup.find(class_="entry-content")
|
||||
fffcmadnesstheprompt = fffcmadnessprompttext.find("center")
|
||||
fffcmadnesstheprompt = fffcmadnessprompttext.find("b")
|
||||
print("fffc madness (at least 2000 words): \033[1m" + fffcmadnesstheprompt.text.lower() + "\033[0m (" + fffcmadnessprompt + ")\n")
|
||||
thefile.write("- [[" + fffcmadnessprompt + "][fffc madness]] (at least 2000 words): *" + fffcmadnesstheprompt.text.lower() + "*\n")
|
||||
fffcregularprompts = fffcsoup.find_all("h3", string=lambda text: "regular challenge" in text.lower())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue