Apr 20
My brother-in-law wrote a PHP book. And he knows way more about PHP that I do.
Go check it out.
Despite all the advancements in web APIs and interoperability, it’s inevitable that, at some point in your career, you will have to “scrape” content from a website that was not built with web services in mind. And, despite its sometimes less-than-stellar reputation, web scraping is usually an entire legitimate activity—for example, to capture data from an old version of a website for insertion into a modern CMS.
This book, written by scraping expert Matthew Turland, covers web scraping techniques and topics that range from the simple to exotic using a variety of technologies and frameworks:
Dec 08
burningwriter needed a quick way to download all the songs in a Playlist.com playlist (formerly called Project Playlist), so I wrote this quick script to parse the playlist files as links that DownThemAll can read.
To use it, download a playlist from Playlist.com.
You do this by clicking the “Export Playlist To Windows Media Player” link on the right side of the site. If it doesn’t prompt you to download a file, right click the link and select Save As.
Then upload the asx.wvx file here: samutz.com/playlist
The script will generate links from the playlist. You can then download them individually or use something like DownThemAll to get them all at once.
Source and more technical info after the jump.
Read the rest of this entry »
Recent Comments