mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Revert return value of imdb_trailers function
This commit is contained in:
@@ -517,7 +517,7 @@ class Utility
|
||||
{
|
||||
$xml = getRawHtml('https://api.traileraddict.com/?imdb='.$imdbID);
|
||||
if ($xml !== false && preg_match('#(v\.traileraddict\.com/\d+)#i', $xml, $html)) {
|
||||
return $html[1];
|
||||
return 'https://'.$html[1];
|
||||
}
|
||||
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user