AV_Data_Capture/proxy.ini
2019-06-17 16:14:17 +08:00

16 lines
692 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[proxy]
proxy=127.0.0.1:1080
[Name_Rule]
location_rule='JAV_output/'+actor+'/'+actor+'-'+year+'- '+title+'['+number+']'
naming_rule=actor+'-'+year+'- '+title+'['+number+']'
#============================================================
#
# title=标题,number=番号stdio=片商,year=年份,director=导演actor=女优outline=简介
# runtime=时长release=上市日期cover=封面URLtag=类型
# 例子:
# rule=str('JAV_output/'+actor+'/'+actor+' '+' ['+year+']'+title+' ['+number+']')
# 例子结束
# 自定义字符(字符串)要加冒号'(内容)',字符串连接要用加号+
#
#============================================================