Skip to content

Commit

Permalink
4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VergilGao committed Jan 22, 2021
1 parent 3131e90 commit 311848b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.2
4.3.2
28 changes: 27 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RETRY=${RETRY:-"3"}
LOCATION_RULE=${LOCATION_RULE:-"actor+'/'+number"}
NAMING_RULE=${NAMING_RULE:-"number+'-'+title"}
MAX_TITLE_LEN=${MAX_TITLE_LEN:-"50"}
PRIORITY_WEBSITE=${PRIORITY_WEBSITE:-"javbus,javdb,fanza,xcity,mgstage,fc2,avsox,jav321,javlib,dlsite"}
PRIORITY_WEBSITE=${PRIORITY_WEBSITE:-"airav,javbus,javdb,fanza,xcity,mgstage,fc2,avsox,jav321,javlib,dlsite"}
ESCAPE_FOLDERS=${ESCAPE_FOLDERS:-"${SUCCESS_OUTPUT},${FAILED_OUTPUT}"}
ESCAPE_LITERALS=${ESCAPE_LITERALS:-"\()/"}
DEBUG=${DEBUG:-"0"}
Expand Down Expand Up @@ -59,6 +59,32 @@ switch=${DEBUG}
switch=0
values=title,outline
; 预告片
[trailer]
switch=0
; 用来确定是否是无码
[uncensored]
uncensored_prefix=S2M,BT,LAF,SMD
[media]
; 影片后缀
media_type=.mp4,.avi,.rmvb,.wmv,.mov,.mkv,.flv,.ts,.webm,.iso
; 字幕后缀
sub_type=.smi,.srt,.idx,.sub,.sup,.psb,.ssa,.ass,.txt,.usf,.xss,.ssf,.rt,.lrc,.sbv,.vtt,.ttml
; 水印
[watermark]
switch=0
water=2
; 左上 0, 右上 1, 右下 2, 左下 3
; 剧照
[extrafanart]
switch=0
extrafanart_folder=extrafanart
EOF

exec python AV_Data_Capture.py

0 comments on commit 311848b

Please sign in to comment.