Thread: EPGuru
View Single Post
Old 12-19-2004, 03:50 AM  
f0xn3t
Member
 
Join Date: Jul 2004
Posts: 55
Default

sorry, I can't make it auto to search series with +2004, because the script must be able to search old series as well

but here is a quick help for you...
this line:
Code:
if {[catch {set token [::http::geturl http://search.yahoo.com/search?_adv_prop=web&x=op&ei=UTF-8&prev_vm=p&fr=fp-top&va=$name&va_vt=any&vp=&vp_vt=any&vo=&vo_vt=any&ve=&ve_vt=any&vd=all&vst=on&vs=epguides.com&vf=all&vm=p&vc=&fl=0&n=10 -timeout 30000]}]} {
change to this:
Code:
if {[catch {set token [::http::geturl http://search.yahoo.com/search?_adv_prop=web&x=op&ei=UTF-8&prev_vm=p&fr=fp-top&va=$name+%2B2004&va_vt=any&vp=&vp_vt=any&vo=&vo_vt=any&ve=&ve_vt=any&vd=all&vst=on&vs=epguides.com&vf=all&vm=p&vc=&fl=0&n=10 -timeout 30000]}]} {
f0xn3t is offline   Reply With Quote