mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Add newznab-tmux own TvRage api key, fix wrong episodeinfo service url.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user