Skip to content

Conversation

@xoxefdp
Copy link

@xoxefdp xoxefdp commented Jun 12, 2023

This covers bulk and user search cases fix

FIXES:

  • When navigating through result table there is no "even/odd" classes to search in current UI
  • Fixed issue with folder structures created when not the same referenced when files where saved

FEATURES:

  • Pick from random [2,3] download servers available

Known Issues:

  • There is still a problem if the "extract and delete" option YES is selected when duplicated names appear on extraction
  • For some reason BS "find" was not working so i had to substitute it for "select_one" and "select"

xoxefdp added 3 commits June 12, 2023 06:02
…table there is no even/odd classes in current ui, fixed issue with folder structures created where not the same referenced when files where saved
@JeffreyBytes
Copy link

For some reason BS "find" was not working so i had to substitute it for "select_one" and "select"

The following works for me (note the addition of striped at the end):
table = soup.find('table', {'class': 'rounded centered cellpadding1 hovertable striped'})

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