Skip to content

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

Open
tris wants to merge 2 commits into
dkl3:masterfrom
tris:master
Open

Fix ordering for >9 page docs; allow concurrency; fix filenames#7
tris wants to merge 2 commits into
dkl3:masterfrom
tris:master

Conversation

@tris

@tris tris commented Jul 22, 2019

Copy link
Copy Markdown

No description provided.

@tris tris changed the title Fix page ordering for >9 page docs Fix ordering for >9 page docs; allow concurrency; fix filenames Jul 22, 2019
@Mikelistowel

Copy link
Copy Markdown

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants