Ejemplo n.º 1
0
 /**
  * Constructor - just call the parent and set the feed url :)
  *
  */
 function __construct()
 {
     parent::__construct('http://identi.ca/api/search.atom?q=%s');
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct('http://blogsearch.google.com/blogsearch_feeds?hl=en&num=10&output=atom&q=%s');
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::__construct('http://news.google.com/news?um=1&ned=us&hl=en&output=atom&q=%s');
 }