pip install micawber
from micawber import Provider, bootstrap_basic
oembed_providers = bootstrap_basic()
all_providers = Provider(oembed_providers, **custom_providers)
url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
media = all_providers.request(url)
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe>