Beispiel #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)
def _blacklist_torrent_url(torrentUrl):
    logger.log(u'Blacklisting the url "%s"' % (torrentUrl), logger.MESSAGE)
    from sickbeard.providers.generic import GenericProvider
    GenericProvider.blacklistUrl(torrentUrl)