oembedpy.application module

Core endpoint.

class oembedpy.application.Oembed

Bases: object

Application of oEmbed.

fetch(url: str, max_width: int | None = None, max_height: int | None = None) Photo | Video | Link | Rich

Find endpoint from registry and content.

init()
class oembedpy.application.Workspace

Bases: Oembed

oEmbed client with workspace.

property cache_dir
init()
init_caches()
init_providers()