"work if you've successfully run the script before")]),
('Pixiv Authentication',
['Pixiv_username',
['Pixiv_Enabled',
'Pixiv_username',
'Pixiv_password']),
('Pixiv Settings',
@ -208,7 +217,8 @@ settingsStructure = [
"work if you've successfully run the script before")]),
('Pinterest Authentication',
['Pinterest_email',
['Pinterest_Enabled',
'Pinterest_email',
('Pinterest_username','Look in the pinterest url while visiting your profile'),
'Pinterest_password']),
@ -258,7 +268,11 @@ settingsStructure = [
('Debugging and Development',
[
('Only_important_messages','Output minimal information to the console'),
('Skip_n_percent_submissions',"If the script failed at say 70%, you could use toggle Use_cached_submissions and set this value to 69. The script would then restart 69% of the way into the cached submissions nearer to where you left off. The reason why this isn't default is because there might have been changes to the script which made previous submissions successfully download, so we always re-check submissions"),
('Skip_n_percent_submissions',"If the script failed at say 70%, you could use toggle "
"Use_cached_submissions and set this value to 69. The script would then restart 69% of"
" the way into the cached submissions nearer to where you left off. The reason why this"
" isn't default is because there might have been changes to the script which made"
" previous submissions successfully download, so we always re-check submissions"),
('Use_cached_submissions','Do not get new stuff, just use the cache files from last run'),