Add another exception for FFA
This commit is contained in:
parent
63b7bb6f02
commit
8e41b2ffe5
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ while i < 8:
|
||||||
ffatheprompt = ffaresoup.find_all("h4",text=True)
|
ffatheprompt = ffaresoup.find_all("h4",text=True)
|
||||||
for each in ffatheprompt:
|
for each in ffatheprompt:
|
||||||
if "100 words of" in (str(each.get_text())) or "100 Words of" in (str(each.get_text())) or "100 Words Of" in (str(each.get_text())):
|
if "100 words of" in (str(each.get_text())) or "100 Words of" in (str(each.get_text())) or "100 Words Of" in (str(each.get_text())):
|
||||||
if "Re:" not in (str(each.get_text())) and "catch-up" not in (str(each.get_text())):
|
if "Re:" not in (str(each.get_text())) and "catch-up" not in (str(each.get_text())) and "Catch-Up" not in (str(each.get_text())):
|
||||||
ffacent.append(str(each.get_text()))
|
ffacent.append(str(each.get_text()))
|
||||||
i += 1
|
i += 1
|
||||||
if ffacent:
|
if ffacent:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue