comparison fetch_feeds.tcl @ 480:057e399d86f6

fetch_feeds: Adjust and remove dead feeds.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Sep 2019 12:29:57 +0300
parents dbe249968591
children 35d7be5db18b
comparison
equal deleted inserted replaced
479:fc3b6bc37927 480:057e399d86f6
221 exit 2 221 exit 2
222 } 222 }
223 223
224 224
225 ### Fetch the feeds 225 ### Fetch the feeds
226 fetch_poliisi "http://www.poliisi.fi/oulu/tiedotteet/1/0?all1/0" "Poliisi/Oulu" "http://www.poliisi.fi" 226 #fetch_poliisi "http://www.poliisi.fi/oulu/tiedotteet/1/0?all1/0" "Poliisi/Oulu" "http://www.poliisi.fi"
227 227
228 fetch_halla_aho 228 fetch_halla_aho
229 229
230 fetch_adventurers 230 fetch_adventurers
231 231
232 fetch_oots 232 fetch_oots
233 233
234 #add_rss_feed "http://www.kaleva.fi/rss/145.xml" "Kaleva/Tiede" "" 234 add_rss_feed "https://effi.org/feed/" "EFFI" ""
235
236 add_rss_feed "http://www.effi.org/xml/uutiset.rss" "EFFI" ""
237
238 add_rss_feed "http://static.mtv3.fi/rss/uutiset_rikos.rss" "MTV3/Rikos" ""
239
240 #add_rss_feed "http://www.blastwave-comic.com/rss/blastwave.xml" "Blastwave" ""
241
242 #add_rss_feed "http://lehti.samizdat.info/feed/" "Lehti" ""
243 235
244 236
245 ### Close database 237 ### Close database
246 feeds_db close 238 feeds_db close
247 239