Mikelistowel

Results 1 comments of Mikelistowel

Getting the following error on this: TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () 39 metadata['description'] = soup.find('meta', attrs={'property': 'og:description'})['content'] 40 ---> 41 metadata['uploaded'] = soup.find('div', attrs={'itemprop': 'datePublished'})['datetime'] 42...