You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format template for the metadata postprocessor requires you to insert \n for newlines because of JSON's limitations.
But this gets unreadable real quick if your templates are complex. I'm not sure what the best solution would be, but how about using a list of strings that gallery-dl can '\n'.join(list) later on?
The format template for the metadata postprocessor requires you to insert
\n
for newlines because of JSON's limitations.But this gets unreadable real quick if your templates are complex. I'm not sure what the best solution would be, but how about using a list of strings that gallery-dl can
'\n'.join(list)
later on?So instead of doing this:
You do this:
The text was updated successfully, but these errors were encountered: