mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 19:00:15 +01:00
Good enough.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -3631,6 +3631,12 @@ def prepare_ls(lines) -> str:
|
||||
line
|
||||
)
|
||||
|
||||
line = re.sub(
|
||||
r'^(.*[a-z]) \},$',
|
||||
r'\1" },',
|
||||
line
|
||||
)
|
||||
|
||||
if is_supported_ls(line):
|
||||
text += line + '\n'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user