1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 00:23:00 +00:00

simplepie: fix feed-not-found bug; update daemon1 to some code from daemon2

This commit is contained in:
Andrew Dolgov
2008-01-25 04:28:14 +01:00
parent b086fed428
commit 740751d8cc
3 changed files with 22 additions and 2 deletions

View File

@@ -543,7 +543,7 @@
$rss = new SimplePie();
$rss->set_useragent(SIMPLEPIE_USERAGENT . MAGPIE_USER_AGENT_EXT);
$rss->set_timeout(20);
$rss->set_timeout(10);
$rss->set_feed_url($fetch_url);
$rss->set_output_encoding('UTF-8');