Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jaredlockhart/ccaab1888bf239a72482a17b0e9adaa9 to your computer and use it in GitHub Desktop.

Select an option

Save jaredlockhart/ccaab1888bf239a72482a17b0e9adaa9 to your computer and use it in GitHub Desktop.
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