http://huangyilib.googlecode.com/svn/trunk/tudou_dl.py 只要给它视频播放页面的地址,比如: http://www.tudou.com/programs/view/AmYV7YnHqBU/ 它能帮你找出实际的 flv 视频下载地址: http://hot.tudou.com/flv/003/900/922/3900922.flv#81100#1 这可是我辛辛苦苦反编译了它的 flash 播放器的代码才找到的方法啊,希望 tudou 不要太快升级才好 ;-)
Profile
- 黄毅
- 深圳, 广州, China
- I Love Python !
Recent Posts
Recent Comments
Tags
- 设计模式 (1)
- ajax (3)
- allegra (1)
- cherrypy (1)
- compiler (1)
- continuation (2)
- descriptor (1)
- django (17)
- dotnet (1)
- framework (2)
- functional (1)
- genshi (1)
- gtk (1)
- haskell (1)
- inkscape (1)
- IronPython (2)
- javascript (1)
- libevent (1)
- mako (1)
- metaclass (4)
- mochikit (1)
- network (1)
- newforms (1)
- orm (1)
- others (18)
- paste (1)
- PEAK (1)
- pickle (1)
- ply (1)
- pocoo (1)
- pypy (3)
- python (38)
- python3000 (3)
- rails (2)
- REST (3)
- sqlalchemy (3)
- stackless (3)
- turbogears (1)
- tutorial (1)
- vim (1)
- web (11)
- wsgi (1)
4 评论:
hi,试图用一下,但是点开以后是源程序啊,被小小郁闷了下,有时间能不能看着再改改???
你要运行这给程序需要安装 python 先。
然后命令行里面敲 python tudou_dl.py [视频播放的地址,比如http://www.tudou.com/programs/view/AmYV7YnHqBU/]
然后经过一系列步骤,最后程序会输出:
the real video url is ...
省略号所指就是 flv 视频下载的实际地址了。
just use tk/wxpython & py2exe to make it more professional
你好,我对获取土豆视频地址也很感兴趣,用ASV反编译了土豆播放器v2.swf,但对脚本不太熟悉,你确定你的代码目前还可以使用吗?土豆网好像有很多台文件服务器的,hot.tudou.com是放比较热门的,其他的还有player0023.tudou.com、player0024.tudou.com等等,我不太清楚是如何定位到这些服务器的,你是如何实现的呢?方便的话能否给我发封email:brucelei@126.com,谢谢!
发表评论