Skip to content

Conversation

MaxDall
Copy link
Collaborator

@MaxDall MaxDall commented Aug 5, 2024

The purpose of this PR is to unify the versioning mechanics of ParserProxy and the BaseParser in a new interface called parse within ParserProxy.

#prev
extraction = parser(crawl_date).parse(html, ...)

#now
extraction = parser.parse(html, crawl_date, ...)

This change is primarily a preparation for an upcoming feature that will enable contributors to deprecate individual attributes.

Update: Maybe that's not really necessary

@MaxDall MaxDall requested a review from addie9800 August 5, 2024 15:04
@MaxDall MaxDall marked this pull request as draft August 5, 2024 19:39
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