Beispiel #1
0
 def testGetNzbLink(self):
     n = NzbIndex(getIndexerSettingByName("nzbindex"))
     link = n.get_nzb_link("guid", "title")
     self.assertEqual("https://nzbindex.com/download/guid/title.nzb", link)
Beispiel #2
0
 def testGetNzbLink(self):
     n = NzbIndex(getIndexerSettingByName("nzbindex"))
     link = n.get_nzb_link("guid", "title")
     self.assertEqual("https://nzbindex.com/download/guid/title.nzb", link)
Beispiel #3
0
 def testGetNzbLink(self):
     n = NzbIndex(config.settings.indexers.nzbindex)
     link = n.get_nzb_link("guid", "title")
     self.assertEqual("https://nzbindex.com/download/guid/title.nzb", link)
Beispiel #4
0
 def testGetNzbLink(self):
     n = NzbIndex(config.settings.indexers.nzbindex)
     link = n.get_nzb_link("guid", "title")
     self.assertEqual("https://nzbindex.com/download/guid/title.nzb", link)
Beispiel #5
0
 def testGetNzbLink(self):
     n = NzbIndex(config.indexerSettings.nzbindex)
     link = n.get_nzb_link("guid", "title")
     self.assertEqual("http://127.0.0.1:5001/nzbindex/download/guid/title.nzb", link)