Post Reply 
Proxomitron Won't Allow YouTube
Aug. 19, 2008, 05:41 PM
Post: #18
RE: Proxomitron Won't Allow YouTube
(Aug. 17, 2008 06:05 AM)Siamesecat Wrote:  My version of that filter is now:
Code:
[Patterns]
Name = "Kill window.external methods"
Active = TRUE
URL = "(^[^.]+.ytimg)"
Limit = 40
Match = "null; (]+"
Replace = "null; "

Forum or Proxo filtered window.external.
Try
Code:
[Patterns]
Name = "Kill window.external methods"
Active = TRUE
URL = "(^[^.]+.ytimg)"
Limit = 40
Match = "window.external .[^(]+"
Replace = "null; "

(Aug. 19, 2008 10:27 AM)ProxRocks Wrote:  
(Aug. 18, 2008 10:08 PM)wingspar Wrote:  Thank you. This imports as three filters. Correct?
correct, should import as three red filters...

But there are four?
Three patterns and a "URL style" header filter.

The first Pattern is broken. Appears to be missing a parenthesis.
Maybe
Code:
[Patterns]
Name = "YouTube: High Quality {ProxFox} (ku)"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 128
Match = "("
"(^$URL(http://(\w.|)youtube.com/))(http://(\w.|)youtube.com/(watch\?v\=|v/)*)\1"
        "|"
        "$URL(http://(\w.|)youtube.com/)(/watch\?v\=*)\1"
        ")"
        "("|\s|<)\2"
Replace = "\1&fmt=18\2"

Name = "YouTube add Video Link 2.1"
Active = TRUE
URL = "www.youtube.com/watch\?v\="
Limit = 256
Match = "(^(^(<div [^>]+>&&*id=$AV(watch-this-vid)*)))"
        "$SET(vid=\q)$TST(vid=\?v\=\1)"
Replace = "<a href="http://www.youtube.com/v/\1">Play&fmt=18&fmt=18&fmt=18&fmt=18 Video</a>"
          "$SET(vid=)$STOP()"                                                                                              

Name = "HTML: Youtube.com: Download-Links [MB]"
Active = TRUE
URL = "$TYPE(htm)(www.|)youtube.com/watch\?"
Limit = 500
Match = "("
        "(var fo = new SWFObject\(("[^"]+"&&*(video_id="
        "[a-z0-9\-_]+)\2&*\&(t=[a-z0-9\-_]+)\3$SET(utub"
        "e01=\2\&\3)*))\1"
        "|"
        "(<div id="playerDiv">$INEST(<div,</div>)</div>)\1"
        "$SET(\4=\r\n\0<table class="ProxMultimediaRepT"
        "ab"><tr>\r\n<td><img src="http://local.ptron/P"
        "roxIcon24.png"></td><td><a href="http://www.yo"
        "utube.com/get_video?$GET(utube01)">Link zum Vi"
        "deo</a></td>\r\n</tr></table>\r\n)"
        ")"
Replace = "\1\4"

[HTTP headers]
In = FALSE
Out = TRUE
Key = "URL: Youtube: High Quality (ku) (Out)"
URL = "(\w.|)youtube.com/(watch\?v\=|v/)"
Match = "\1((^$TST(\1=*\&fmt=18*))$SET(9=$JUMP(\1&fmt=18))|$SET(9=\1))"
Replace = "\9"
Check my work, use the "Merge-O-Matic", but...

http://www.geocities.com/sidki3003/prox/...ReadMe.txt
Quote:Don't import "URL:" style header filters into this config without editing!
Quote this message in a reply
Post Reply 


Messages In This Thread
Proxomitron Won't Allow YouTube - wingspar - Aug. 15, 2008, 05:29 PM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 15, 2008, 08:26 PM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 16, 2008, 04:50 AM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 16, 2008, 04:18 PM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 17, 2008, 05:06 PM
RE: Proxomitron Won't Allow YouTube - Guest - Aug. 19, 2008 05:41 PM
RE: Proxomitron Won't Allow YouTube - Ralph - Aug. 17, 2008, 09:05 PM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 18, 2008, 12:14 AM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 18, 2008, 10:08 PM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 19, 2008, 08:23 PM
RE: Proxomitron Won't Allow YouTube - Guest - Aug. 20, 2008, 12:04 AM
RE: Proxomitron Won't Allow YouTube - Ralph - Aug. 18, 2008, 12:04 PM
RE: Proxomitron Won't Allow YouTube - wingspar - Aug. 19, 2008, 10:46 PM
RE: Proxomitron Won't Allow YouTube - Knivez - Oct. 17, 2008, 11:28 PM
RE: Proxomitron Won't Allow YouTube - Knivez - Jan. 04, 2009, 11:46 AM
RE: Proxomitron Won't Allow YouTube - Knivez - Jan. 04, 2009, 11:37 PM

Forum Jump: