|
@ -791,7 +791,7 @@ def _get_link(entry): |
|
|
except AttributeError: |
|
|
except AttributeError: |
|
|
try: # nzb.su |
|
|
try: # nzb.su |
|
|
category = entry.tags[0]["term"] |
|
|
category = entry.tags[0]["term"] |
|
|
except (AttributeError, KeyError): |
|
|
except (AttributeError, IndexError, KeyError): |
|
|
try: |
|
|
try: |
|
|
category = entry.description |
|
|
category = entry.description |
|
|
except AttributeError: |
|
|
except AttributeError: |
|
|