Skip to content

DeprecationWarning: Call to deprecated method findAll. #87

@192933488S

Description

@192933488S
C:\dev\git\GoBooDo\GoBooDo.py:81: DeprecationWarning: Call to deprecated method findAll. (Replaced by find_all) -- Deprecated since version 4.0.0.
  self.name = soup.findAll("title")[0].contents[0]
Downloading XXX
C:\dev\git\GoBooDo\GoBooDo.py:84: DeprecationWarning: Call to deprecated method findAll. (Replaced by find_all) -- Deprecated since version 4.0.0.
  scripts = (soup.findAll('script'))
Received invalid response

Can be fixed with replacing the two instances of findAll with find_all, but then...

Downloading XXX
Received invalid response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions