Skip to content

Instantly share code, notes, and snippets.

View geekwolf's full-sized avatar
🎯
Focusing

Geekwolf geekwolf

🎯
Focusing
View GitHub Profile
@geekwolf
geekwolf / gist:11366730
Created April 28, 2014 09:32
baidumusicspider
#!/bin/bash
Author:Geekwolf
#获取频道列表url
getlisturl='http://fm.baidu.com/dev/api/?tn=playlist&format=json&id='
#获取歌曲地址url
getmusicrealurl='http://music.baidu.com/data/music/fmlink?type=mp3&rate=320&songIds='
channel_id=`curl -s http://fm.baidu.com/|grep rawChannelList|awk -F "=" '{print $2}'|jq .|grep channel_id|awk -F '"' '{print $4}'`