mirror of https://github.com/morpheus65535/bazarr
Quick fix for #752
This commit is contained in:
parent
a0a30a9684
commit
6677d20686
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue