Example of the warning is:
/usr/local/lib/python2.7/dist-packages/bs4/init.py:282: UserWarning: "https://t.co/X_X" looks like a URL. Beautiful Soup is not an HTTP client. You should probably use an HTTP client like requests to get the document behind the URL, and feed that document to Beautiful Soup.
' that document to Beautiful Soup.' % decoded_markup
Example of the warning is: /usr/local/lib/python2.7/dist-packages/bs4/init.py:282: UserWarning: "https://t.co/X_X" looks like a URL. Beautiful Soup is not an HTTP client. You should probably use an HTTP client like requests to get the document behind the URL, and feed that document to Beautiful Soup. ' that document to Beautiful Soup.' % decoded_markup