mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 18:03:37 +00:00
Merge pull request #457 from JackDandy/feature/ChangeProvLogos
Change provider TB and TD logo icons used on Config/Search Providers.
This commit is contained in:
commit
9d9ba064f6
4 changed files with 3 additions and 0 deletions
|
@ -21,12 +21,14 @@
|
||||||
* Change provider HDB code simplify and PEP8
|
* Change provider HDB code simplify and PEP8
|
||||||
* Change provider IPT only decode unicode search strings
|
* Change provider IPT only decode unicode search strings
|
||||||
* Change provider IPT login process to use General Config/Advanced/Proxy host setting
|
* Change provider IPT login process to use General Config/Advanced/Proxy host setting
|
||||||
|
* Change provider TB logo icon used on Config/Search Providers
|
||||||
* Change provider TB PEP8 and code convention cleanup
|
* Change provider TB PEP8 and code convention cleanup
|
||||||
* Change provider TB login process to use General Config/Advanced/Proxy host setting
|
* Change provider TB login process to use General Config/Advanced/Proxy host setting
|
||||||
* Remove useless webproxies from provider TPB as they fail for one reason or another
|
* Remove useless webproxies from provider TPB as they fail for one reason or another
|
||||||
* Change provider TPB to use mediaExtensions from common instead of hard-coded private list
|
* Change provider TPB to use mediaExtensions from common instead of hard-coded private list
|
||||||
* Add new tld variants to provider TPB
|
* Add new tld variants to provider TPB
|
||||||
* Add test for authenticity to provider TPB to notify of 3rd party block
|
* Add test for authenticity to provider TPB to notify of 3rd party block
|
||||||
|
* Change provider TD logo icon used on Config/Search Providers
|
||||||
* Change provider TD login process to use General Config/Advanced/Proxy host setting
|
* Change provider TD login process to use General Config/Advanced/Proxy host setting
|
||||||
* Change provider BTN code simplify and PEP8
|
* Change provider BTN code simplify and PEP8
|
||||||
* Change provider BTS login process to use General Config/Advanced/Proxy host setting
|
* Change provider BTS login process to use General Config/Advanced/Proxy host setting
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 450 B |
Binary file not shown.
Before Width: | Height: | Size: 816 B After Width: | Height: | Size: 441 B |
|
@ -286,6 +286,7 @@ class NewznabProvider(generic.NZBProvider):
|
||||||
items = total - params['offset']
|
items = total - params['offset']
|
||||||
logger.log('%s more item%s to fetch from a batch of up to %s items.'
|
logger.log('%s more item%s to fetch from a batch of up to %s items.'
|
||||||
% (items, helpers.maybe_plural(items), params['limit']), logger.DEBUG)
|
% (items, helpers.maybe_plural(items), params['limit']), logger.DEBUG)
|
||||||
|
return results
|
||||||
|
|
||||||
def findPropers(self, search_date=None):
|
def findPropers(self, search_date=None):
|
||||||
return self._find_propers(search_date)
|
return self._find_propers(search_date)
|
||||||
|
|
Loading…
Reference in a new issue