Download correct gecko-driver for the platform + fix setting executable path when running in Docker

Fixes #232
This commit is contained in:
Patrick Robertson
2025-03-03 15:41:44 +00:00
parent 011ded2bde
commit dea0a49600
3 changed files with 29 additions and 12 deletions

View File

@@ -105,8 +105,8 @@ class BaseModule(ABC):
for key in self.authentication.keys():
if key in site or site in key:
logger.debug(f"Could not find exact authentication information for site '{site}'. \
did find information for '{key}' which is close, is this what you meant? \
If so, edit your authentication settings to make sure it exactly matches.")
did find information for '{key}' which is close, is this what you meant? \
If so, edit your authentication settings to make sure it exactly matches.")
def get_ytdlp_cookiejar(args):
import yt_dlp