Fixing check failures
This commit is contained in:
parent
3595165394
commit
a6225c24a7
2 changed files with 0 additions and 21 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
presets:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
presets:
|
|
||||||
|
|
||||||
# Use with "YouTube Releases" to parse out each videos album and title and save accordingly
|
|
||||||
|
|
||||||
"YouTube Music Releases":
|
|
||||||
regex:
|
|
||||||
skip_if_match_fails: True
|
|
||||||
from:
|
|
||||||
title:
|
|
||||||
match: '^(?:(?:.+?)(?= - | \/{2} )(?: - | \/{2} ))*([^\[\{\(\|]*?)\s*(?=\{|\(|\||\[|$).*'
|
|
||||||
capture_group_names:
|
|
||||||
- "captured_track_title"
|
|
||||||
capture_group_defaults:
|
|
||||||
- "{title}"
|
|
||||||
description:
|
|
||||||
match: '^(?:Provided)(?:.*\n){4}([^\[\{\(\|]*?)\s*(?=\{|\(|\||\[|$|\n).*'
|
|
||||||
capture_group_names: "captured_track_album"
|
|
||||||
capture_group_defaults: "Singles"
|
|
||||||
Loading…
Reference in a new issue