summaryrefslogtreecommitdiff
path: root/examples/scanYahoo.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scanYahoo.py')
-rw-r--r--examples/scanYahoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scanYahoo.py b/examples/scanYahoo.py
index 825c169..9ecb5e9 100644
--- a/examples/scanYahoo.py
+++ b/examples/scanYahoo.py
@@ -1,7 +1,7 @@
from pyparsing import makeHTMLTags,SkipTo,htmlComment
import urllib.request, urllib.parse, urllib.error
-serverListPage = urllib.request.urlopen( "http://www.yahoo.com" )
+serverListPage = urllib.request.urlopen( "https://www.yahoo.com/" )
htmlText = serverListPage.read()
serverListPage.close()