set_timeout($timeout); $this->set_feed_url($url); $this->enable_order_by_date(false); $this->enable_cache(false); $this->init(); $this->vt_fetchdone = true; } /** * Parse the content as feed. * @param String Feed content */ function vt_doparse($content) { $this->set_raw_data($content); $this->init(); $this->vt_fetchdone = true; } } ?>