Code: Select all
[HTTP headers]
In = TRUE
Out = FALSE
Key = "Content-Type: GetVideo"
Match = "(video|audio)/*$LOG(!R\u)"
In = TRUE
Out = FALSE
Key = "URL: GetVideo"
URL = "*.(wav|mp3|flv|wmv|asf|rm|rmvb)$LOG(!R\u)"
如果条件满足,则会自动将文件地址用红颜色显示在日志窗口中
Moderator: phoenix
Code: Select all
[HTTP headers]
In = TRUE
Out = FALSE
Key = "Content-Type: GetVideo"
Match = "(video|audio)/*$LOG(!R\u)"
In = TRUE
Out = FALSE
Key = "URL: GetVideo"
URL = "*.(wav|mp3|flv|wmv|asf|rm|rmvb)$LOG(!R\u)"
好规则,方便了很多…… ^_^ 不过还是鸡蛋里挑下骨头:augor wrote:这里提供两种方法Code: Select all
Key = "Content-Type: GetVideo" Key = "URL: GetVideo"
Code: Select all
Key = "Content-Type: GetVideo (In)"
Key = "URL: GetVideo (In)"
这个$ADDLIST命令 具体怎么添加到blockfile里呢,请给个范例.phoenix wrote:不喜欢开着log窗口的,可以用$ADDLST命令将地址添加到一个blockfile里,然后用文本编辑器打开查看。
我个人喜欢用http://local.ptron/.pinfo/urls/查看。