Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 BS4 Bindings #36

Merged
merged 6 commits into from
Jul 12, 2024
Merged

🔥 BS4 Bindings #36

merged 6 commits into from
Jul 12, 2024

Conversation

awtkns
Copy link
Member

@awtkns awtkns commented Jul 12, 2024

No description provided.

@@ -36,7 +36,7 @@ def test_proxy_from_url_valid(url, expected):
"http://user@hostname:8080",
"user@hostname:8080",
"http://hostname",
"hostname",
"hostname" "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

proxy: str | None = None,
) -> AsyncGenerator[SoupPage, None]:
"""
Context manager for Playwright. Starts a new browser, context, and page, and closes them when done.
Copy link
Contributor

@asim-shrestha asim-shrestha Jul 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Context manager for Playwright. Starts a new browser, context, and page, and closes them when done.
Context manager for BeautifulPoop.

@awtkns awtkns merged commit bd0b989 into main Jul 12, 2024
4 checks passed
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.

2 participants