Skip to content

Web scrapping through classes alternative #1

@Hyper-TH

Description

@Hyper-TH

For scrapping one of the websites, it was discovered that the class names were changed at some point in time. See example below:

From:

<div class='.jss214'>
    Text to grab
</div>

To:

<div class='.jss215'>
    Text to grab
</div>

Currently the app's server is dependent on identifying unique classes when scraping the website. A different approach must be implemented to address this issue.

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