>382
これでどうかな

http = new HTTP;
s=http.get("http://tv.nifty.com/cs/nowprogram-rss/rss/01/1.rdf");
Memo.text='';
list=s.match(/<item.*?<\/item>/gm);
for(i=0;i<list.length;i++){
if(list[i].match(/<description>(.*?)<\/description>/m) ){ des=RegExp.$1;print(des.replace(/[\t\n]/gm,'')); }
if(list[i].match(/<title>(.*?)<\/title>/m) ){print("\t"+RegExp.$1);}
print("\n");}

/* 2行目の 01 を↓の文字に変えると地域設定可能
05=北海道 07=青森 08=岩手 09=秋田 10=山形
11=宮城 12=福島 02=栃木 群馬 茨城
01=東京 神奈川 埼玉 千葉
13=新潟 14=長野 15=山梨 16=静岡 17=石川 18=富山
19=福井 04=愛知 岐阜 三重
03=大阪 兵庫 京都 和歌山 奈良 滋賀
20=岡山 香川 21=徳島 22=愛媛 23=高知
24=広島 25=鳥取 島根
26=山口 06=福岡 27=佐賀 28=熊本 29=長崎
30=大分 31=宮崎 32=鹿児島 33=沖縄
*/