Giter VIP home page Giter VIP logo

python-douban.music.download's Introduction

豆瓣音乐小站MP3下载器

原理:
对豆瓣音乐小站页面html分析出所有mp3(正则匹配)文件url,然后用urllib.urlretrieve中方法直接将文件下载到本地。

多线程
通过多线程技术下载(继承threading.Thread的方法创建)


updates:

2012/11/16 17:03
1.该脚本可以接受小站地址参数,执行如:python main.py http://site.douban.com/******/
2.为请求头加入了user-agent、cookie, 否则的话豆瓣返回403

2012/11/15 16:19
1.修改了保存的文件名为unicode字符 self.name.decode('utf8')
2.对正则表达中应用了非捕获分组
3.去掉了一些无用的包


problems:
1.怎样自动检测字符串原始编码,而不是自己去一个个试?

python-douban.music.download's People

Contributors

lyroge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.