Post Reply 
Wish to make a URL header filter work with https and http (Sidki's set)
May. 04, 2013, 08:16 AM
Post: #1
Wish to make a URL header filter work with https and http (Sidki's set)
Here is a filter that takes a youtube URL and converts it so that the video is isolated in your browser:
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "!-|||||||||||| URL: Youtube Video Direct (out)"
URL = "((www.|m.|)youtube.com/)((watch*v=|embed/|v/)(?+{11})\1)$JUMP(http://youtube.googleapis.com/v/\1)"

I would like to make the filter work with http and https connections but haven't a clue as to what to do. I expect it has something to do with the uProt variable (Sidki's set).

Here are 5 second test URLs (Bugs Bunny - What a maroon):
http://www.youtube.com/watch?v=C_Kh7nLplWo
https://www.youtube.com/watch?v=C_Kh7nLplWo
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Wish to make a URL header filter work with https and http (Sidki's set) - dave - May. 04, 2013 08:16 AM

Forum Jump: