DaveParr / PyFest

0 stars 0 forks source link

Feature/read-lineup-page #15

Closed DaveParr closed 1 year ago

DaveParr commented 1 year ago

Closes #10

DaveParr commented 1 year ago

Creates a new function in a submodule to read a local html for items in the DOM based on css and class, and return them as a list

Trialled useing arctangents local html file. The arctangent lineup page seems to be picky about what it will allow to read it from the web. Using requests with some generic headers doesn't seem to cut it an returns a 403. Realistically for this projects needs though reading from a local html is reasonable in most use cases.