Post Reply 
problem with CNN video
Aug. 27, 2006, 01:41 PM
Post: #1
problem with CNN video
some time ago, I got help here with CNN video and it appears something broke again as CNN may have made some changes

for example, on main CNN page, if I click on the "Video" link for hurricane to hit florida, proxo reads it as
http://dynamic.cnn.com/apps/tp/video/us/...o.ws.asx?;

if I remove the proxo filter, it is

jcnnVideo('play','/video/us/2006/08/27/weather.update.am.sunday.cnn','2006/09/03');

the filter looks like

Name = "CNN Videos Play"
Active = TRUE
URL = "(http://www.|)cnn.com"
Limit = 128
Match = "jcnnVideo\('play', '\1'\)"
Replace = "http://dynamic.cnn.com/apps/tp\1/video.ws.asx?"
Add Thank You Quote this message in a reply
Aug. 27, 2006, 02:04 PM
Post: #2
RE: problem with CNN video
this is the change that must be made to the filter

this part (spaced out here for readability)
weather.update.am.sunday.cnn ',' 2006/09/03/video.ws.asx?;

must become
weather.update.am.sunday.cnn/video.ws.asx?;

the correct working link is

http://dynamic.cnn.com/apps/tp/video/us/...o.ws.asx?;

so could someone post the change needed to drop the
','2006/09/03 part in the filter?

something like (spaced out here for readability)
',' ????/??/??/video.ws.asx?;

becomes
/video.ws.asx?;
Add Thank You Quote this message in a reply
Aug. 27, 2006, 06:55 PM
Post: #3
RE: problem with CNN video
Maybe
Code:
[Patterns]
Name = "CNN Videos Play  (Aug27,06)"
Active = TRUE
URL = "$TYPE(htm)(www.|)cnn.com"
Limit = 128
Match = "java script:cnnVideo\('play', '\1' ,*\)"
Replace = "http://dynamic.cnn.com/apps/tp\1/video.ws.asx?"

HTH
Add Thank You Quote this message in a reply
Aug. 28, 2006, 02:51 AM
Post: #4
RE: problem with CNN video
works fine, thank you
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: