# spider_music **Repository Path**: pythonywy/spider_music ## Basic Information - **Project Name**: spider_music - **Description**: 爬取千千音乐并保存至本地(Crawl thousands of music and save them locally) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-09-05 - **Last Updated**: 2022-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 爬取千千音乐动态传输内容 ## 1.首先千千音乐的robots协议 ``` User-agent: Baiduspider Allow: / User-agent: Baiduspider-image Allow: / User-agent: YoudaoBot Allow: / User-agent: Sogou web spider Allow: / User-agent: Sogou inst spider Allow: / User-agent: Sogou spider2 Allow: / User-agent: Sogou blog Allow: / User-agent: Sogou News Spider Allow: / User-agent: Sogou Orion spider Allow: / User-agent: Sosospider Allow: / User-agent: 360Spider Allow: / User-agent: Sogouspider Allow: / User-agent: * Disallow: / ``` ## 2.项目目的 对于千千音乐的首页的歌单进行爬取,创建以歌单为名字的文件夹并且下载歌单内的所有歌曲保存至本地 代码也全部展示出来 `爬取难点是找到传输music的js链接,千千音乐做了3层url的隐藏` 爬取内容`请不要用做商业用途` `要是对代码有疑问可以私信我` ## 4.项目链接 https://github.com/a568972484/spider_music ## 5.作者 作者名称:a568972484 作者博客:小小咸鱼ywy 博客链接:`https://www.cnblogs.com/pythonywy`