Skip to content

Fix parsing selector#35

Open
AlexBackendDev wants to merge 1 commit intoJaredLGillespie:masterfrom
AlexBackendDev:fix_parse_selector_bug
Open

Fix parsing selector#35
AlexBackendDev wants to merge 1 commit intoJaredLGillespie:masterfrom
AlexBackendDev:fix_parse_selector_bug

Conversation

@AlexBackendDev
Copy link

In several sites from the lists of proxy servers, the layout of the HTML has changed. This change corrects a bug:

Traceback (most recent call last):
  File "<some localtion>/proxyscrape/scrapers.py", line 128, in get_free_proxy_list_proxies
    for row in table.find('tbody').find_all('tr'):
AttributeError: 'NoneType' object has no attribute 'find'

During handling of the above exception, another exception occurred:

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.

1 participant