py-issuu-scrape icon indicating copy to clipboard operation
py-issuu-scrape copied to clipboard

Fix ordering for >9 page docs; allow concurrency; fix filenames

Open tris opened this issue 5 years ago • 1 comments

tris avatar Jul 22 '19 05:07 tris

Getting the following error on this:

TypeError Traceback (most recent call last) in <cell line: 41>() 39 metadata['description'] = soup.find('meta', attrs={'property': 'og:description'})['content'] 40 ---> 41 metadata['uploaded'] = soup.find('div', attrs={'itemprop': 'datePublished'})['datetime'] 42 43 upload_link_soup = soup.find('div', attrs={'class': 'PublisherInfo__name--3j27Y'})

TypeError: 'NoneType' object is not subscriptable

Any advice?

Mikelistowel avatar May 05 '23 18:05 Mikelistowel