Skip to content

Commit

Permalink
Add _get_size
Browse files Browse the repository at this point in the history
  • Loading branch information
adaur committed Feb 28, 2016
1 parent 6aa58c2 commit 5d753f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sickrage/providers/GenericProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def find_search_results(self, show, episodes, search_mode, manual_search=False,
for item in items_list:
(title, url) = self._get_title_and_url(item)
(seeders, leechers) = self._get_result_info(item)
size = self._get_size(item)

try:
parse_result = NameParser(parse_method=('normal', 'anime')[show.is_anime]).parse(title)
Expand Down

0 comments on commit 5d753f4

Please sign in to comment.