Merge pull request #669 from JackDandy/feature/ChangeImproveParseProv

Change improve handling when provider PiSexy is missing expected data.
This commit is contained in:
JackDandy 2016-03-19 19:13:05 +00:00
commit ae1e02bbee
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@
* Update network logos to their current logo
* Remove redundant Adult Swim logos
* Add scene qualities WEB.h264 to SDTV, 720p.WEB.h264 to WEB DL 720p, and 1080p.WEB.h264 to WEB DL 1080p
* Change improve handling when provider PiSexy is missing expected data
### 0.11.10 (2016-03-17 19:00:00 UTC)

View file

@ -88,7 +88,7 @@ class PiSexyProvider(generic.TorrentProvider):
download_url = self.urls['get'] % str(tr.find('a', href=rc['get'])['href']).lstrip('/')
except (AttributeError, TypeError, ValueError):
except (AttributeError, TypeError, ValueError, IndexError):
continue
if title and download_url: