diff --git a/libs/subliminal_patch/providers/legendasdivx.py b/libs/subliminal_patch/providers/legendasdivx.py index 53734ff68..e9f505bdf 100644 --- a/libs/subliminal_patch/providers/legendasdivx.py +++ b/libs/subliminal_patch/providers/legendasdivx.py @@ -219,7 +219,7 @@ class LegendasdivxProvider(Provider): # get subtitle uploader sub_header = _subbox.find("div", {"class" :"sub_header"}) - uploader = sub_header.find("a").text if sub_header else '' + uploader = sub_header.find("a").text if sub_header else 'anonymous' exact_match = False if video.name.lower() in description.lower():