python-oembed
python-oembed copied to clipboard
Python OEmbed library from Google code.
Give the possibility to add a urllib timeout for a OEmbedEndpoint
Deprecation warnings are raised due to invalid escape sequences. This can be fixed by using raw strings or escaping the literals. pyupgrade also helps in automatic conversion : https://github.com/asottile/pyupgrade/ ```...
Many thanks for this package! #8 is a super useful fix, but isn’t currently on pypi. Would it be possible to push a new version to pypi, that includes this...
As per https://github.com/abarmat/python-oembed#use, I have to provide the **endpoint** for a provider. I want to know if there is a way to **give python-oembed a url** such as `http://www.flickr.com/photos/wizardbt/2584979382/` and...
``` * python2_7: running distutils-r1_run_phase python_test E....... ====================================================================== ERROR: testBrokenEndpoint (test_net.ConsumerTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/python-oembed-0.2.4/work/python-oembed-0.2.4/test/test_net.py", line 134, in testBrokenEndpoint 'http://localhost/test') File "/usr/lib64/python2.7/unittest/case.py", line 473, in assertRaises...
Hi, Is there a way to use your app behind a http proxy ? Thx, Guillaume