Merge branch 'refs/heads/nosql' into develop

This commit is contained in:
Ruud
2014-03-16 21:12:46 +01:00
3 changed files with 6 additions and 0 deletions
@@ -4,6 +4,8 @@ from couchpotato.core.media.movie.providers.base import MovieProvider
log = CPLog(__name__)
autoload = 'IPTorrents'
class IPTorrents(MovieProvider, Base):
@@ -4,6 +4,8 @@ from couchpotato.core.media.movie.providers.base import MovieProvider
log = CPLog(__name__)
autoload = 'KickAssTorrents'
class KickAssTorrents(MovieProvider, Base):
pass
@@ -4,6 +4,8 @@ from couchpotato.core.media.movie.providers.base import MovieProvider
log = CPLog(__name__)
autoload = 'PassThePopcorn'
class PassThePopcorn(MovieProvider, Base):