一个实现了使用oEmbed提供者一个oEmbed消费者Python库。
资 源 简 介
Python oEmbed
Author: Ariel Barmat
Introduction
This library provides a pure python OEmbed consumer to get resources from OEmbed providers.
Based on reference from http://oembed.com/
oEmbed is a format for allowing an embedded representation of a URL on
third party sites. The simple API allows a website to display embedded content
(such as photos or videos) when a user posts a link to that resource, without
having to parse the resource directly.
OEmbed format authors:
* Cal Henderson (cal at iamcal.com)
* Mike Malone (mike at pownce.com)
* Leah Culver (leah at pownce.com)
* Richard Crowley (r at rcrowley.org)
Installing
$ pip install python-oembed
Code
Get the latest source code from GitHub
https://github.com/abarmat/python-oembed
文 件 列 表
python-oembed-0.1.2
doc
dist
LICENSE
build
testdata
setup.cfg
python_oembed.egg-info
oembed_test.py
setup.py
CHANGES
examples
oembed.py
COPYING