diff --git a/Contents/Code/youtube_dl_helper.py b/Contents/Code/youtube_dl_helper.py index 9829192a..620ede19 100644 --- a/Contents/Code/youtube_dl_helper.py +++ b/Contents/Code/youtube_dl_helper.py @@ -12,6 +12,7 @@ # imports from Libraries\Shared from constants import plugin_identifier from typing import Optional +import logging import youtube_dl # get the plugin logger