-
铃声多多网站的爬虫脚本,用来抓取铃声多多官网的铃声数据并下载。
- 本项目旨在学习macOS 项目的一点实践,不可使用于商业和个人其他意图。若使用不当,均由个人承担。
- 包含功能:爬取数据
- 若使用中遇到遇到问题, Issue me!
Author | CodyCalvin |
---|---|
[email protected] |
- 懒人安装
- 打开
实用工具-
>Terminal(终端)
,执行以下命令即可。(需要git支持)cd ~/Downloads && git https://github.com/CodyCalvin/WebCrawler.git
- 普通安装
- 点击
clone or download
下载项目并解压,打开Terminal(终端)
,打开WebCrawler.xcodeproj
然后Command+R
运行工程。
- 重编译安装
- 点击
clone or download
下载项目,WebCrawler.xcodeproj
。然后运行工程,如果用户Xcode
有打印内容,证明成功。
enum MusicType { HottestRingtones = 1, // 最热铃声
LatestRingtones = 0, // 最新铃声
AppleHottestlist = 99,// 苹果最热榜
Downloadatmost = 22, // 最多下载
PopularSongs = 2, // 流行金曲
TelevisionAds = 3, // 影视广告
SMSNotification = 5, // 短信通知
AnimeGames = 4, // 动漫游戏
FunnyAlternative = 7 // 另类搞笑
};
根据以上枚举替换下边方法的HottestRingtones
即可
NSString *urlString = [NSString stringWithFormat:@"http://www.shoujiduoduo.com/home/detail_%d_%zd_30.html",HottestRingtones,i];
- 此项目将持续更行,另会增加App版本更方便更快捷
- 使用愉快~