注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
おわ。なんか簡単だった。 from twisted.web import client from twisted.web import error from twiste... おわ。なんか簡単だった。 from twisted.web import client from twisted.web import error from twisted.internet import reactor import re const_video_url_params_re = re.compile(r'player2\.swf\?([^"]+)"', re.M) const_video_url_real_str = 'http://www.youtube.com/get_video?%s' def _finish(data): print 'finish' reactor.stop() def _err(error): print error if reactor.running: reactor.stop() def downloadFlv(url, file): d
2007/06/25 リンク