Add newznab-tmux own TvRage api key, fix wrong episodeinfo service url.

This commit is contained in:
DariusIII
2015-09-02 21:50:05 +02:00
parent 7d3c658b50
commit c07e05c06b
+2 -2
View File
@@ -8,7 +8,7 @@ use newznab\utility\Utility;
*/
class TvRage
{
const APIKEY = '7FwjZ8loweFcOhHfnU3E';
const APIKEY = 'HteDFOVH9aULexqMWWtm';
const MATCH_PROBABILITY = 75;
/**
@@ -42,7 +42,7 @@ class TvRage
$this->echooutput = ($options['Echo'] && NN_ECHOCLI);
$this->xmlEpisodeInfoUrl =
"http://services.tvrage.com/myfeeds/tvrageepisodes.php?key=" . TvRage::APIKEY;
"http://services.tvrage.com/myfeeds/episodeinfo.php?key=" . TvRage::APIKEY;
}
/**