Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zufanka committed Sep 23, 2014
1 parent 86d1686 commit 77610a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from bs4 import BeautifulSoup as BS
import mechanize

url = "https://imgur.com/signin?minimal"
url = "http://sijeme.sk/wp-login.php"

def login(url):
browser = mechanize.Browser()
Expand Down

0 comments on commit 77610a2

Please sign in to comment.