Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved seeders sorting out of providers code and into the sickbeard/se… #658

Merged
merged 2 commits into from
Jun 19, 2016

Commits on Jun 4, 2016

  1. Moved seeders sorting out of providers code and into the sickbeard/se…

    …arch.py searchProviders() code.
    
    * Removed the lambda sort from all providers
    * Corrected bug introducted in TVCache
    * Removed bogus condition from GenericProvider. That condition can never be true.
    p0psicles committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    f998d60 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2016

  1. Standardize providers (#665)

    * Standardize first 10 providers
    
    * Small anizb update
    
    * Small bluetigers update
    
    * Next 10 providers
    
    * Added unicode_literals to GenericProvider (#677)
    
    * Added unicode_literals to GenericProvider
    
    * Also adapted all providers, to make use of the future import unicode_literals
    * Removed the decode()/encode()
    * Cleaned up some double to single quotes
    * Added proper exceptions for the provider results items
    * Some logging cleanup using format()
    
    * Now Really remove the .decodes()
    
    * Also removed the encodes.
    
    * Fixed after a search/replace
    
    * Fixed docstrings
    
    * Next 11 providers
    
    * Next 11 providers, removed sceneelite
    
    * Last 9 providers
    
    * Remove sceneelite from init
    
    * Renamed all search_params to search_strings
    
    * Fix for GFTracker
    
    * Fix TNTVillage
    
    * Fix HDTorrents
    
    * Fix Extratorrent
    
    * Fix HDSpace
    
    * Use string in SQL with unicode_literals in GenericProvider
    
    * Fix BITHDTV
    
    * Fix TVChaosUK
    
    * Added flag to newznab, for torznab providers. If it's torznab then results are sorted by seeders in search.py.
    
    * Improve BitSnoop
    
    * Improve Anizb
    
    * Improve Bluetigers
    
    * Cleanup BTdigg
    
    * Improve Hounddawgs
    
    * Improve FreshOn
    
    * More improvements and cleanups
    
    * Fix ThePirateBay
    
    * Fix for omgwtfnzb, needed a default value, cause getattr doesn't do that by default.
    
    * Add size to freshon, cleanup, fix for tvchaosuk
    
    * Improve size parsing code Freshon
    
    * Fixes for ExtraTorrent and HDTorrents
    
    * Fixed bithdtv
    
    * For when it's not getting back the 750px tables.
    
    * Fix tokyotoshokan provider errors
    
    * Fixed properSearch.
    
    * listPropers does an sql, but accessing the row, requires it to use b''
    
    * Added newznab search by search_query fallback, when search by tvdbid does not give back results.
    
    * Fix HDTorrents, use urljoin, partial rewrite
    
    * Fix rare Zooqle error
    
    * Improve HDTorrents, bring back ugly hack
    
    * Improve TNTVillage, fix daily search, much more
    
    * Fix BIT-HDTV
    
    * More standardization
    
    * More standardization
    
    * Bring back eng releases only option
    
    * small fixup
    
    * Small tnt change
    
    * Update daily search url
    
    * Remove freeleech option for MTV
    
    * Remove TypeError from connection time out
    
    * FIx repeated keyword in dict
    
    * More standardization
    
    * Standardize method names and order
    
    * FIx missed URL join
    
    * Standardize string formatting
    
    * Last small changes
    
    * Change TPB url, update cache to 20 min
    
    * More providers (#698)
    
    * Remove redundant character escapes
    
    * Use augmented assignment
    
    * Fix indentation
    
    * Use six.iteritems for py3 compatibility
    
    * Store hash for torrentproject
    medariox authored and p0psicles committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    4994e6b View commit details
    Browse the repository at this point in the history