no log: other improvement to LegendasDivx

pull/1604/head v1.0.1-beta.9
redglory 3 years ago committed by GitHub
parent f53ef40d57
commit 0f31c9858b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -437,7 +437,9 @@ class LegendasdivxProvider(Provider):
if subtitle.video.episode != _guess['episode'] or subtitle.video.season != _guess['season']:
logger.debug('Legendasdivx.pt :: subtitle does not match video, skipping')
continue
else:
logger.debug('Legendasdivx.pt :: no "season" and/or "episode" on "_guess" , skipping')
continue
matches = set()
matches |= guess_matches(subtitle.video, _guess)
logger.debug('Legendasdivx.pt :: sub matches: %s', matches)

Loading…
Cancel
Save