mirror of
https://github.com/ivuorinen/BassoFeed.git
synced 2026-03-01 08:54:04 +00:00
Forgot to commit, sorry
This commit is contained in:
@@ -5,6 +5,8 @@ Class for you peeps to get your fav. shows upcoming showtime as an iCal-formatte
|
||||
|
||||
Uses the awesome [simplehtmldom](http://simplehtmldom.sourceforge.net/) as basic scraping tool, you should too check it out.
|
||||
|
||||
Please create your cache-dir before using in production and please do chmod it as writable.
|
||||
|
||||
Usage
|
||||
-----
|
||||
To get, for example the awesome Alas-show's broadcast times you
|
||||
@@ -18,5 +20,4 @@ To get, for example the awesome Alas-show's broadcast times you
|
||||
$basso_alas = new BassoFeed('alas');
|
||||
echo $basso_alas->get_ical();
|
||||
|
||||
|
||||
|
||||
The "new BassoFeed(_showname_)" comes from the url, in Alas' case it's http://www.basso.fi/radio/*alas*
|
||||
Reference in New Issue
Block a user