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
print(f" - {colours.WARNING}[!] Skipped a song - {e}, {colours.ENDC}(use the command line to increase this).{colours.ENDC}\n")
127
+
print(f"\n{colours.WARNING}[!] Skipped a song - The found song was longer than the configured max song length, {colours.ENDC}(use the cli to increase this).{colours.ENDC}\n")
124
128
125
129
skipped_tracks.append((track, e))
126
130
127
131
exceptConfigVideoLowViewCountase:
128
132
129
-
print(f" - {colours.WARNING}[!] Skipped a song - {e}, {colours.ENDC}(use the command line to increase this).\n")
133
+
print(f"\n{colours.WARNING}[!] Skipped a song - The found song had less views than the minimum view count, {colours.ENDC}(use the cli to increase this).\n")
print(f"\n{colours.FAIL}Error: {colours.ENDC}The found song was longer than the configured max song length (use the command line to increase this) {colours.ENDC} (e: {e}).{colours.ENDC}\n")
211
+
print(f"\n{colours.FAIL}Error: {colours.ENDC}The found song was longer than the configured max song length (use the cli to increase this) {colours.ENDC} (e: {e}).{colours.ENDC}\n")
208
212
returnFalse
209
213
else:
210
214
raisee
211
215
212
216
exceptConfigVideoLowViewCountase:
213
217
if(notas_sub_function):
214
-
print(f"\n{colours.FAIL}Error: {colours.ENDC}The found song had less views than the minimum view count (use the command line to increase this){colours.ENDC} (e: {e}).{colours.ENDC}\n")
218
+
print(f"\n{colours.FAIL}Error: {colours.ENDC}The found song had less views than the minimum view count (use the cli to increase this){colours.ENDC} (e: {e}).{colours.ENDC}\n")
0 commit comments