mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
Revert "skip login for fb groups"
This reverts commit 5e1c86421e0f9a0807a5b0a6ca5bb39715b10e87.
This commit is contained in:
parent
423e91a69f
commit
687d51de20
@ -452,7 +452,7 @@ class Browser:
|
||||
extra_headers=extra_headers,
|
||||
user_agent=user_agent)
|
||||
self.navigate_to_page(page_url, timeout=page_timeout)
|
||||
if password and not 'facebook.com/groups' in page_url:
|
||||
if password:
|
||||
self.try_login(username, password, timeout=page_timeout)
|
||||
# if login redirected us, return to page_url
|
||||
if page_url != self.url().split('#')[0]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user