Closed mikedizon closed 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'))
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.
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")