Created
August 23, 2016 17:00
-
-
Save jaredlockhart/ccaab1888bf239a72482a17b0e9adaa9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In [27]: fetch_metadata('http://www.discountjuicers.com/shipping.html') | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| Out[27]: | |
| {u'error': u'', | |
| u'urls': {u'http://www.discountjuicers.com/shipping.html': {u'description': u'Lowest prices on juicers, dehydrators, sprouters and more! REALVIDEO demonstrations of juicers!', | |
| u'favicon_url': u'http://www.discountjuicers.com/favicon.ico', | |
| u'images': [], | |
| u'original_url': u'http://www.discountjuicers.com/shipping.html', | |
| u'title': u'Calculate UPS shipping rates for your order', | |
| u'url': u'http://www.discountjuicers.com/shipping.html'}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment