问题描述
许多人一样,我用的一般准则在(以及评论)来构建一个脚本来刮App Store的审查。由5月8日史蒂夫注释的细节,2011一直致力于为我好几个星期了,看样子这段时间以来一直在努力了很多人。
Like many others, I've used the general guidelines at http://blogs.oreilly.com/iphone/2008/08/scraping-appstore-reviews.html (as well as the comments) to build a script to scrape app store reviews. The details in the comment by "Steve" on May 8th, 2011 has been working fine for me for a few weeks now, and evidently has been working for many people since this time.
由于前几天虽然,突然,这不再有效。我知道,苹果的iTunes是慢慢去precating旧版本,因此也访问它们的这些方法。但是,什么是获取这些信息的新途径?
As of a few days ago though, all of a sudden, this no longer works. I know Apple are slowly deprecating old versions of iTunes and therefore also these methods of accessing them. But what is the new way to retrieve this information?
所以,备案我使用:
- URL = <一个href=\"http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=\" rel=\"nofollow\">http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=&pageNumber=0&sortOrdering=2&type=Purple+Software
- 用户代理=的iTunes / 9.2(在Macintosh; U; PPC的Mac OS X 10.6)
- X-苹果商店 - 前:
- URL = http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=&pageNumber=0&sortOrdering=2&type=Purple+Software
- User agent = iTunes/9.2 (Macintosh; U; PPC Mac OS X 10.6)
- X-Apple-Store-Front:
这最近的工作,但现在已经不再一样。
This recently worked but now no longer does.
成功的测试是,本次测试要求(在美国Netflix的应用程序)应在命令行中运行:
卷曲-A的iTunes / 9.2(在Macintosh; U; PPC的Mac OS X 10.6)-HX-苹果商店 - 前:143441-1 'http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=284222807&pageNumber=0&sortOrdering=2&type=Purple+Software'
The test of success is that this test request (for the Netflix app in the US) should work from the command line:curl -A "iTunes/9.2 (Macintosh; U; PPC Mac OS X 10.6)" -H "X-Apple-Store-Front: 143441-1" 'http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=284222807&pageNumber=0&sortOrdering=2&type=Purple+Software'
任何想法?
推荐答案
替换 http://ax.phobos.apple.com.edgesuite.net
与 https://itunes.apple.com
工作对我来说...
replacing http://ax.phobos.apple.com.edgesuite.net
with https://itunes.apple.com
worked for me...
这篇关于App Store的审核刮不再工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!