We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b7b46 commit 4b9c915Copy full SHA for 4b9c915
README.rst
@@ -34,6 +34,7 @@ Library
34
>>> from oembedpy.application import Oembed
35
36
>>> oembed = Oembed()
37
+ >>> oembed.init()
38
>>> content = oembed.fetch("https://twitter.com/attakei")
39
>>> print(content.type)
40
rich
0 commit comments