Skip to content

Commit c39f126

Browse files
committed
New URL for Nasdaq Index price scraping example
1 parent 13daf91 commit c39f126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wifi_finance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def wifi_finance():
3030
#TEXT_URL = "https://www.moneycontrol.com/us-markets"
3131
#search_string = '<!-- -->Nasdaq<!-- -->'
3232

33-
TEXT_URL = "https://www.google.com/search?q=nasdaq+%3Cspan%20class="x x-first x-last">price&oq=nasdaq+price++"
34-
search_string = 'Nasdaq Inc'
33+
TEXT_URL = "https://www.google.com/search?q=nasdaq+%3Cspan%20class="x x-first x-last">index+price"
34+
search_string = 'Nasdaq Composite'
3535

3636
#headers = {"user-agent": "RetiredWizard@"+implementation.name.lower()+uname()[2]}
3737

0 commit comments

Comments
 (0)