1 changed files with 0 additions and 11 deletions
@ -1,11 +0,0 @@ |
|||||
from couchpotato.core.logger import CPLog |
|
||||
from couchpotato.core.media._base.providers.torrent.yify import Base |
|
||||
from couchpotato.core.media.movie.providers.base import MovieProvider |
|
||||
|
|
||||
log = CPLog(__name__) |
|
||||
|
|
||||
autoload = 'Yify' |
|
||||
|
|
||||
|
|
||||
class Yify(MovieProvider, Base): |
|
||||
pass |
|
Loading…
Reference in new issue