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
we always have whole logs of youtube-dl operations, even without --debug
we always have logs of download / upload operations on S3, even without --debug
when --debug is not set, we do not have details of the fatal exception catched at entrypoint level, meaning we have to start again the scraper while since it is fatal, we know we will probably need it anyway
when --debug is not set, we do not have details of all preparatory work done to fetch the list of videos from topic / playlist, while it might take a long time
Probably other stuff to fine tune as well (e.g. subtitles processing?)
The text was updated successfully, but these errors were encountered:
Logging levels should be revisited because:
--debug
--debug
--debug
is not set, we do not have details of the fatal exception catched at entrypoint level, meaning we have to start again the scraper while since it is fatal, we know we will probably need it anyway--debug
is not set, we do not have details of all preparatory work done to fetch the list of videos from topic / playlist, while it might take a long timeProbably other stuff to fine tune as well (e.g. subtitles processing?)
The text was updated successfully, but these errors were encountered: