From d22ffe310487a1cc7e98b8c5b0cec97a0015ff6f Mon Sep 17 00:00:00 2001 From: franzz Date: Tue, 30 Aug 2016 20:54:27 +0200 Subject: [PATCH] remove test file --- standalone/rarbg/rarbg.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/standalone/rarbg/rarbg.php b/standalone/rarbg/rarbg.php index ed3647a..e52f924 100644 --- a/standalone/rarbg/rarbg.php +++ b/standalone/rarbg/rarbg.php @@ -6,8 +6,8 @@ class Settings const TEXT_ENC = 'UTF-8'; } -require_once '../class_management.php'; -require_once '../inc/rss.php'; +require_once '../../class_management.php'; +require_once '../../inc/rss.php'; function getCurl($sUrl, $bHeader=false, $asPostData=array()) { @@ -93,6 +93,7 @@ function parseTop10() break; //Author case '/torrents': // /torrents.php?imdb=tt3647498 + $sImdbLink = 'http://www.imdb.com/title/'.str_replace('/torrents.php?imdb=', '', $sHref); $sMovieSearchLink = $sHref; break; } @@ -126,7 +127,7 @@ function parseTop10() } } $asArticle['description'] = ''. - '
'.$sImdb. + '
'.$sImdb.''. '
Size: '.$sSize. '
S/L: '.$iSeeder.'/'.$iLeecher.''. '
Movie search';