Skip to content
AhnSeongHyun edited this page Dec 13, 2013 · 4 revisions

API Reference Link : Daum Open API

from daum_openapi.contents import contents

ct = contents("API KEY")
result = ct.movie(u"공범", 10, 1,"json")

result.channel.item[0].thumbnail.content
result.channel.item[0].thumbnail.link
result.channel.item[0].title.content
result.channel.item[0].title.link
...
Clone this wiki locally