home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 April
/
PCWorld_2008-04_cd.bin
/
komunikace
/
bitcomet
/
bitcomet_setup.exe
/
scripts
/
refer_sourceforge.lua
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2007-05-16
|
306 b
|
12 lines
local function f(url)
local url_pattern = "%s*http://downloads.sourceforge.net/"
local cookie = nil
if nil == string.find(url, url_pattern) then
return nil, cookie
else
return "http://sourceforge.net/project/downloading.php", cookie
end
end
referer_table["refer_sourceforge.lua"] = f