SomeRandomDude870

Results 12 comments of SomeRandomDude870

This is exactly why I wrote that " or has no content class then it should just ignore it and the User can write a json for that." I have...

Okay, it has something to do with this Code: ``` if (self.backwards or not self.partial) and Common.chyoaDupCheck: date=soup.find('p', attrs={'class':'dates'}).strong.get_text() #date='Jun 18, 2022' timestamp=datetime.strptime(date, "%b %d, %Y") if not Common.CheckDuplicateTime(self.title, timestamp):...