mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 01:15:05 +00:00
Update UnRar x64 for Windows 7.00 → 7.0.1
Fix FST provider exception raised when no title
This commit is contained in:
parent
2fe9e55e68
commit
386c066ed9
3 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
### 3.30.19 (2024-05-17 23:40:00 UTC)
|
||||
### 3.30.20 (2024-05-25 09:35:00 UTC)
|
||||
|
||||
* Fix FST provider exception raised when no title
|
||||
* Update UnRar x64 for Windows 7.00 to 7.0.1
|
||||
|
||||
|
||||
### 3.30.19 (2024-05-17 23:40:00 UTC)
|
||||
|
||||
* Fix exclude lxml versions 5.2.0 and 5.2.1 on non Windows because of CPU requirements creating core dump failure
|
||||
|
||||
|
|
Binary file not shown.
|
@ -146,6 +146,7 @@ class FSTProvider(generic.NZBProvider):
|
|||
raise generic.HaltParseException
|
||||
|
||||
for tr in tbl_rows:
|
||||
title = None
|
||||
try:
|
||||
if tr.find('img', class_=rc['cat']):
|
||||
title = tr['data-title'].strip()
|
||||
|
|
Loading…
Reference in a new issue