Skip to content

Commit d488652

Browse files
committed
[SLR] optional res in regex
closes #2069
1 parent 85f18da commit d488652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapers/SexLikeReal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sceneByFragment:
1919
# SLR_{stufio:[^_]+}_{title:[^_]+}_{res:\d+p}_{code:\d+}_{vrtype}.{ext}
2020
# vrtype: stuff we do not care about but could contain '_'
2121
filename:
22-
- regex: (?i)^SLR_.+_\d+p_(\d+)_.*$
22+
- regex: (?i)^SLR_.+(?:_\d+p)?_(\d+)_.*$
2323
with: $1
2424
- regex: .*\.[^\.]+$ # if no id is found in the filename
2525
with: # clear the filename so that it doesn't leak

0 commit comments

Comments
 (0)