coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
635 stars 91 forks source link

Support for Tumblr #50

Closed mikedizon closed 9 years ago

mikedizon commented 9 years ago

Relies on urlparse.

To use, pass in tumblr_domain when calling bootstrap_basic. e.g.

micawber.bootstrap_basic(tumblr_domain="http://mikedizon.com/post/110917606792/test")

coleifer commented 9 years ago

Sorry, but I do not think this is appropriate for merging.

You can always just write some code like this:

pr = micawber.bootstrap_basic()
pr.register('http://mikedizon.com/post/*', Provider('https://www.tumblr.com/oembed/1.0'))
mikedizon commented 9 years ago

Fair

On Tue, May 12, 2015 at 2:53 PM, Charles Leifer notifications@github.com wrote:

Sorry, but I do not think this is appropriate for merging.

You can always just write some code like this:

pr = micawber.bootstrap_basic() pr.register('http://mikedizon.com/post/*', Provider('https://www.tumblr.com/oembed/1.0'))

— Reply to this email directly or view it on GitHub https://github.com/coleifer/micawber/pull/50#issuecomment-101386133.