From 6677d206868130da7ebbdbf165700e6f5a4f0a7d Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Thu, 16 Jan 2020 23:13:44 -0500 Subject: [PATCH] Quick fix for #752 --- libs/subliminal_patch/providers/legendasdivx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/subliminal_patch/providers/legendasdivx.py b/libs/subliminal_patch/providers/legendasdivx.py index df8a8aef7..2eec7c326 100644 --- a/libs/subliminal_patch/providers/legendasdivx.py +++ b/libs/subliminal_patch/providers/legendasdivx.py @@ -239,6 +239,7 @@ class LegendasdivxProvider(Provider): download = _subbox.find("a", {"class": "sub_download"}) try: # sometimes BSoup just doesn't get the link + logger.debug(download.get('href')) except Exception as e: logger.warning('skipping subbox on %s' % self.searchurl.format(query=querytext)) continue