Post Reply 
Youtube flash detection
Apr. 03, 2009, 10:01 AM (This post was last modified: Apr. 03, 2009 10:06 AM by lnminente.)
Post: #4
RE: Youtube flash detection
I wrote a vintage filter to take the url of the video, maybe it is still working. If not you will have an idea to take the url of the video.
Code:
[Patterns]
Name = "[02.b] Youtube: Take link to video [Youtubevideourl] {ln}081008"
Active = FALSE
URL = "$TYPE(htm)[^/]++.youtube.com/"
Limit = 150
Match = "'(http://s.ytimg.com/yt/swf/watch-v*)\1'"
        ""
        "$SET(YoutubeVideoURL=\1)"
        "$TST(zone=*.Html.*)"
Replace = "'\1'$STOP()"

I don't use these web filters anymore because i intercept the request http header to change it to fmt 18, being able to listen in HQ also the embedded videos from youtube in other websites (filter posted in his right thread).
The video ads are killed also with header filters.

edit: maybe nowadays i would use watch-v\w)\1 instead of watch-v*)\1'
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Youtube flash detection - shezam - Apr. 01, 2009, 09:55 AM
RE: Youtube flash detection - sidki3003 - Apr. 01, 2009, 11:46 AM
RE: Youtube flash detection - Oddysey - Apr. 03, 2009, 08:40 AM
RE: Youtube flash detection - lnminente - Apr. 03, 2009 10:01 AM
RE: Youtube flash detection - bugger - Jun. 06, 2009, 12:00 AM
RE: Youtube flash detection - Toppy - Jun. 06, 2009, 05:52 AM
RE: Youtube flash detection - Siamesecat - Jun. 06, 2009, 06:01 AM

Forum Jump: