mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 11:22:38 +00:00
Quick fix for #752
This commit is contained in:
parent
a0a30a9684
commit
6677d20686
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ class LegendasdivxProvider(Provider):
|
||||||
download = _subbox.find("a", {"class": "sub_download"})
|
download = _subbox.find("a", {"class": "sub_download"})
|
||||||
try:
|
try:
|
||||||
# sometimes BSoup just doesn't get the link
|
# sometimes BSoup just doesn't get the link
|
||||||
|
logger.debug(download.get('href'))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning('skipping subbox on %s' % self.searchurl.format(query=querytext))
|
logger.warning('skipping subbox on %s' % self.searchurl.format(query=querytext))
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue