gjtorikian / html-pipeline

HTML processing filters and utilities
MIT License
2.26k stars 380 forks source link

Correct missing method implementation #401

Closed gjtorikian closed 3 months ago

gjtorikian commented 3 months ago

Closes https://github.com/gjtorikian/html-pipeline/issues/400

aki77 commented 3 months ago

Thank you for addressing this issue. However, I have some concerns regarding the approach taken to fix it. It seems like the changes were made somewhat hastily just to prevent errors for now, which might not be the most optimal solution. Additionally, I've noticed that the context passed in the initialize method and the one passed in the call method are now completely separate, which raises questions about the underlying reasoning for this modification.