Exemplo n.º 1
0
def _blacklist_torrent_url(torrentUrl):
    logger.log(u'Blacklisting the url "%s"' % (torrentUrl), logger.MESSAGE)
    from sickbeard.providers.generic import GenericProvider
    GenericProvider.blacklistUrl(torrentUrl)
Exemplo n.º 2
0
def _blacklist_torrent_url(torrentUrl):
    logger.log(u'Blacklisting the url "%s"' % (torrentUrl), logger.MESSAGE)
    from sickbeard.providers.generic import GenericProvider
    GenericProvider.blacklistUrl(torrentUrl)