Skip to content

Commit

Permalink
Merge pull request #116 from faucetlol/deviantart-auth
Browse files Browse the repository at this point in the history
Fix DeviantArt authentication
  • Loading branch information
Earlopain authored Jan 26, 2024
2 parents 960a305 + 5750e16 commit 332d961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/logical/scraper/deviantart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ def access_token
driver.wait_for_element(xpath: "//*[text()='Log In']").click

driver.wait_for_element(id: "username").send_keys Config.deviantart_user
driver.find_element(id: "password").send_keys Config.deviantart_pass
driver.find_element(id: "loginbutton").click
driver.wait_for_element(id: "password").send_keys Config.deviantart_pass
driver.find_element(id: "loginbutton").click

begin
Expand Down

0 comments on commit 332d961

Please sign in to comment.