forked from blallo/rss-bridge
6f24858124
This commit is a squash of all commits that fix coding styles for the new coding style policy. [ABCTabsBridge] Fix coding style [AcrimedBridge] Fix coding style [AllocineFRBridge] Fix coding style [AnimeUltimeBridge] Fix coding style [Arte7Bridge] Fix coding style [AskfmBridge] Fix coding style [BandcampBridge] Fix coding style [BastaBridge] Fix coding style [BlaguesDeMerdeBridge] Fix coding style [BooruprojectBridge] Fix coding style [CADBridge] Fix coding style [CNETBridge] Fix coding style [CastorusBridge] Fix coding style [CollegeDeFranceBridge] Fix coding style [CommonDreamsBridge] Fix coding style [CopieDoubleBridge] Fix coding style [CourrierInternationalBridge] Fix coding style [CpasbienBridge] Fix coding style [CryptomeBridge] Fix coding style [DailymotionBridge] Fix coding style [DanbooruBridge] Fix coding style [DansTonChatBridge] Fix coding style [DauphineLibereBridge] Fix coding style [DeveloppezDotComBridge] Fix coding style [DemoBridge] Fix coding style [DilbertBridge] Fix coding style [DuckDuckGoBridge] Fix coding style [DollbooruBridge] Fix coding style [EliteDangerousGalnetBridge] Fix coding style [ElsevierBridge] Fix coding style [EstCeQuonMetEnProdBridge] Fix coding style [EZTVBridge] Fix coding style [FacebookBridge] Fix coding style [FeedExpanderExampleBridge] Fix coding style [FB2Bridge] Fix coding style [FierPandaBridge] Fix coding style [FlickrBridge] Fix coding style [FootitoBridge] Fix coding style [FourchanBridge] Fix coding style [FuturaSciencesBridge] Fix coding style [GBAtempBridge] Fix coding style [GelbooruBridge] Fix coding style [GiphyBridge] Fix coding style [GithubIssueBridge] Fix coding style [GizmodoBridge] Fix coding style [GoComicsBridge] Fix coding style [GooglePlusPostBridge] Fix coding style [GoogleSearchBridge] Fix coding style [HDWallpapersBridge] Fix coding style [HentaiHavenBridge] Fix coding style [IdenticaBridge] Fix coding style [InstagramBridge] Fix coding style [IsoHuntBridge] Fix coding style [JapanExpoBridge] Fix coding style [KonachanBridge] Fix coding style [KoreusBridge] Fix coding style [KununuBridge] Fix coding style [LeBonCoinBridge] Fix coding style [LegifranceJOBBridge] Fix coding style [LeMondeInformatiqueBridge] Fix coding style [LesJoiesDuCodeBridge] Fix coding style [LichessBridge] Fix coding style [LinkedInCompanyBridge] Fix coding style [LolibooruBridge] Fix coding style [LWNprevBridge] Fix coding style [MangareaderBridge] Fix coding style [MilbooruBridge] Fix coding style [MixCloudBridge] Fix coding style [MoebooruBridge] Fix coding style [MondeDiploBridge] Fix coding style [MsnMondeBridge] Fix coding style [MspabooruBridge] Fix coding style [NasaApodBridge] Fix coding style [NeuviemeArtBridge] Fix coding style [NextgovBridge] Fix coding style [NextInpactBridge] Fix coding style [NiceMatinBridge] Fix coding style [NovelUpdatesBridge] Fix coding style [OpenClassroomsBridge] Fix coding style [ParuVenduImmoBridge] Fix coding style [PickyWallpapersBridge] Fix coding style [PinterestBridge] Fix coding style [PlanetLibreBridge] Fix coding style [ReadComicsBridge] Fix coding style [Releases3DSBridge] Fix coding style [ReporterreBridge] Fix coding style [RTBFBridge] Fix coding style [Rue89Bridge] Fix coding style [Rule34Bridge] Fix coding style [Rule34pahealBridge] Fix coding style [SafebooruBridge] Fix coding style [SakugabooruBridge] Fix coding style [ScmbBridge] Fix coding style [ScoopItBridge] Fix coding style [SensCritiqueBridge] Fix coding style [SexactuBridge] Fix coding style [ShanaprojectBridge] Fix coding style [Shimmie2Bridge] Fix coding style [SoundcloudBridge] Fix coding style [StripeAPIChangeLogBridge] Fix coding style [SuperbWallpapersBridge] Fix coding style [T411Bridge] Fix coding style [TagBoardBridge] Fix coding style [TbibBridge] Fix coding style [TheCodingLoveBridge] Fix coding style [TheHackerNewsBridge] Fix coding style [ThePirateBayBridge] Fix coding style [TheTVDBBridge] Fix coding style [Torrent9Bridge] Fix coding style [TwitterBridge] Fix coding style [UnsplashBridge] Fix coding style [ViadeoCompanyBridge] Fix coding style [VineBridge] Fix coding style [VkBridge] Fix coding style [WallpaperStopBridge] Fix coding style [WebfailBridge] Fix coding style [WeLiveSecurityBridge] Fix coding style [WhydBridge] Fix coding style [WikipediaBridge] Fix coding style [WordPressBridge] Fix coding style [WorldOfTanksBridge] Fix coding style [XbooruBridge] Fix coding style [YandereBridge] Fix coding style [YoutubeBridge] Fix coding style [ZDNetBridge] Fix coding style
465 lines
12 KiB
PHP
465 lines
12 KiB
PHP
<?php
|
|
class IsoHuntBridge extends BridgeAbstract {
|
|
const MAINTAINER = 'logmanoriginal';
|
|
const NAME = 'isoHunt Bridge';
|
|
const URI = 'https://isohunt.to/';
|
|
const CACHE_TIMEOUT = 300; //5min
|
|
const DESCRIPTION = 'Returns the latest results by category or search result';
|
|
|
|
const PARAMETERS = array(
|
|
/*
|
|
* Get feeds for one of the "latest" categories
|
|
* Notice: The categories "News" and "Top Searches" are received from the main page
|
|
* Elements are sorted by name ascending!
|
|
*/
|
|
'By "Latest" category' => array(
|
|
'latest_category' => array(
|
|
'name' => 'Latest category',
|
|
'type' => 'list',
|
|
'required' => true,
|
|
'title' => 'Select your category',
|
|
'defaultValue' => 'news',
|
|
'values' => array(
|
|
'Hot Torrents' => 'hot_torrents',
|
|
'News' => 'news',
|
|
'Releases' => 'releases',
|
|
'Torrents' => 'torrents'
|
|
)
|
|
)
|
|
),
|
|
|
|
/*
|
|
* Get feeds for one of the "torrent" categories
|
|
* Make sure to add new categories also to get_torrent_category_index($)!
|
|
* Elements are sorted by name ascending!
|
|
*/
|
|
'By "Torrent" category' => array(
|
|
'torrent_category' => array(
|
|
'name' => 'Torrent category',
|
|
'type' => 'list',
|
|
'required' => true,
|
|
'title' => 'Select your category',
|
|
'defaultValue' => 'anime',
|
|
'values' => array(
|
|
'Adult' => 'adult',
|
|
'Anime' => 'anime',
|
|
'Books' => 'books',
|
|
'Games' => 'games',
|
|
'Movies' => 'movies',
|
|
'Music' => 'music',
|
|
'Other' => 'other',
|
|
'Series & TV' => 'series_tv',
|
|
'Software' => 'software'
|
|
)
|
|
),
|
|
'torrent_popularity' => array(
|
|
'name' => 'Sort by popularity',
|
|
'type' => 'checkbox',
|
|
'title' => 'Activate to receive results by popularity'
|
|
)
|
|
),
|
|
|
|
/*
|
|
* Get feeds for a specific search request
|
|
*/
|
|
'Search torrent by name' => array(
|
|
'search_name' => array(
|
|
'name' => 'Name',
|
|
'required' => true,
|
|
'title' => 'Insert your search query',
|
|
'exampleValue' => 'Bridge'
|
|
),
|
|
'search_category' => array(
|
|
'name' => 'Category',
|
|
'type' => 'list',
|
|
'title' => 'Select your category',
|
|
'defaultValue' => 'all',
|
|
'values' => array(
|
|
'Adult' => 'adult',
|
|
'All' => 'all',
|
|
'Anime' => 'anime',
|
|
'Books' => 'books',
|
|
'Games' => 'games',
|
|
'Movies' => 'movies',
|
|
'Music' => 'music',
|
|
'Other' => 'other',
|
|
'Series & TV' => 'series_tv',
|
|
'Software' => 'software'
|
|
)
|
|
)
|
|
)
|
|
);
|
|
|
|
public function getURI(){
|
|
$uri = self::URI;
|
|
switch($this->queriedContext){
|
|
case 'By "Latest" category':
|
|
switch($this->getInput('latest_category')){
|
|
case 'hot_torrents':
|
|
$uri .= 'statistic/hot/torrents';
|
|
break;
|
|
case 'news':
|
|
break;
|
|
case 'releases':
|
|
$uri .= 'releases.php';
|
|
break;
|
|
case 'torrents':
|
|
$uri .= 'latest.php';
|
|
break;
|
|
}
|
|
break;
|
|
case 'By "Torrent" category':
|
|
$uri .= $this->buildCategoryUri(
|
|
$this->getInput('torrent_category'),
|
|
$this->getInput('torrent_popularity')
|
|
);
|
|
break;
|
|
case 'Search torrent by name':
|
|
$category = $this->getInput('search_category');
|
|
$uri .= $this->buildCategoryUri($category);
|
|
if($category !== 'movies')
|
|
$uri .= '&ihq=' . urlencode($this->getInput('search_name'));
|
|
break;
|
|
|
|
default: parent::getURI();
|
|
}
|
|
|
|
return $uri;
|
|
}
|
|
|
|
public function getName(){
|
|
switch($this->queriedContext){
|
|
case 'By "Latest" category':
|
|
$categoryName = array_search(
|
|
$this->getInput('latest_category'),
|
|
self::PARAMETERS['By "Latest" category']['latest_category']['values']
|
|
);
|
|
$name = 'Latest ' . $categoryName . ' - ' . self::NAME;
|
|
break;
|
|
case 'By "Torrent" category':
|
|
$categoryName = array_search(
|
|
$this->getInput('torrent_category'),
|
|
self::PARAMETERS['By "Torrent" category']['torrent_category']['values']
|
|
);
|
|
$name = 'Category: ' . $categoryName . ' - ' . self::NAME;
|
|
break;
|
|
case 'Search torrent by name':
|
|
$categoryName = array_search(
|
|
$this->getInput('search_category'),
|
|
self::PARAMETERS['Search torrent by name']['search_category']['values']
|
|
);
|
|
$name = 'Search: "'
|
|
. $this->getInput('search_name')
|
|
. '" in category: '
|
|
. $categoryName . ' - '
|
|
. self::NAME;
|
|
break;
|
|
default: return parent::getName();
|
|
}
|
|
|
|
return $name;
|
|
}
|
|
|
|
public function collectData(){
|
|
$html = $this->loadHtml($this->getURI());
|
|
|
|
switch($this->queriedContext){
|
|
case 'By "Latest" category':
|
|
switch($this->getInput('latest_category')){
|
|
case 'hot_torrents':
|
|
$this->getLatestHotTorrents($html);
|
|
break;
|
|
case 'news':
|
|
$this->getLatestNews($html);
|
|
break;
|
|
case 'releases':
|
|
case 'torrents':
|
|
$this->getLatestTorrents($html);
|
|
break;
|
|
}
|
|
break;
|
|
case 'By "Torrent" category':
|
|
if($this->getInput('torrent_category') === 'movies'){
|
|
// This one is special (content wise)
|
|
$this->getMovieTorrents($html);
|
|
} else {
|
|
$this->getLatestTorrents($html);
|
|
}
|
|
break;
|
|
case 'Search torrent by name':
|
|
if( $this->getInput('search_category') === 'movies'){
|
|
// This one is special (content wise)
|
|
$this->getMovieTorrents($html);
|
|
} else {
|
|
$this->getLatestTorrents($html);
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
|
|
#region Helper functions for "Movie Torrents"
|
|
|
|
private function getMovieTorrents($html){
|
|
$container = $html->find('div#w0', 0);
|
|
if(!$container)
|
|
returnServerError('Unable to find torrent container!');
|
|
|
|
$torrents = $container->find('article');
|
|
if(!$torrents)
|
|
returnServerError('Unable to find torrents!');
|
|
|
|
foreach($torrents as $torrent){
|
|
|
|
$anchor = $torrent->find('a', 0);
|
|
if(!$anchor)
|
|
returnServerError('Unable to find anchor!');
|
|
|
|
$date = $torrent->find('small', 0);
|
|
if(!$date)
|
|
returnServerError('Unable to find date!');
|
|
|
|
$item = array();
|
|
|
|
$item['uri'] = $this->fixRelativeUri($anchor->href);
|
|
$item['title'] = $anchor->title;
|
|
// $item['author'] =
|
|
$item['timestamp'] = strtotime($date->plaintext);
|
|
$item['content'] = $this->fixRelativeUri($torrent->innertext);
|
|
|
|
$this->items[] = $item;
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Helper functions for "Latest Hot Torrents"
|
|
|
|
private function getLatestHotTorrents($html){
|
|
$container = $html->find('div#serps', 0);
|
|
if(!$container)
|
|
returnServerError('Unable to find torrent container!');
|
|
|
|
$torrents = $container->find('tr');
|
|
if(!$torrents)
|
|
returnServerError('Unable to find torrents!');
|
|
|
|
// Remove first element (header row)
|
|
$torrents = array_slice($torrents, 1);
|
|
|
|
foreach($torrents as $torrent){
|
|
|
|
$cell = $torrent->find('td', 0);
|
|
if(!$cell)
|
|
returnServerError('Unable to find cell!');
|
|
|
|
$element = $cell->find('a', 0);
|
|
if(!$element)
|
|
returnServerError('Unable to find element!');
|
|
|
|
$item = array();
|
|
|
|
$item['uri'] = $element->href;
|
|
$item['title'] = $element->plaintext;
|
|
// $item['author'] =
|
|
// $item['timestamp'] =
|
|
// $item['content'] =
|
|
|
|
$this->items[] = $item;
|
|
}
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Helper functions for "Latest News"
|
|
|
|
private function getLatestNews($html){
|
|
$container = $html->find('div#postcontainer', 0);
|
|
if(!$container)
|
|
returnServerError('Unable to find post container!');
|
|
|
|
$posts = $container->find('div.index-post');
|
|
if(!$posts)
|
|
returnServerError('Unable to find posts!');
|
|
|
|
foreach($posts as $post){
|
|
$item = array();
|
|
|
|
$item['uri'] = $this->latestNewsExtractUri($post);
|
|
$item['title'] = $this->latestNewsExtractTitle($post);
|
|
$item['author'] = $this->latestNewsExtractAuthor($post);
|
|
$item['timestamp'] = $this->latestNewsExtractTimestamp($post);
|
|
$item['content'] = $this->latestNewsExtractContent($post);
|
|
|
|
$this->items[] = $item;
|
|
}
|
|
}
|
|
|
|
private function latestNewsExtractAuthor($post){
|
|
$author = $post->find('small', 0);
|
|
if(!$author)
|
|
returnServerError('Unable to find author!');
|
|
|
|
// The author is hidden within a string like: 'Posted by {author} on {date}'
|
|
preg_match('/Posted\sby\s(.*)\son/i', $author->innertext, $matches);
|
|
|
|
return $matches[1];
|
|
}
|
|
|
|
private function latestNewsExtractTimestamp($post){
|
|
$date = $post->find('small', 0);
|
|
if(!$date)
|
|
returnServerError('Unable to find date!');
|
|
|
|
// The date is hidden within a string like: 'Posted by {author} on {date}'
|
|
preg_match('/Posted\sby\s.*\son\s(.*)/i', $date->innertext, $matches);
|
|
|
|
$timestamp = strtotime($matches[1]);
|
|
|
|
// Make sure date is not in the future (dates are given like 'Nov. 20' without year)
|
|
if($timestamp > time()){
|
|
$timestamp = strtotime('-1 year', $timestamp);
|
|
}
|
|
|
|
return $timestamp;
|
|
}
|
|
|
|
private function latestNewsExtractTitle($post){
|
|
$title = $post->find('a', 0);
|
|
if(!$title)
|
|
returnServerError('Unable to find title!');
|
|
|
|
return $title->plaintext;
|
|
}
|
|
|
|
private function latestNewsExtractUri($post){
|
|
$uri = $post->find('a', 0);
|
|
if(!$uri)
|
|
returnServerError('Unable to find uri!');
|
|
|
|
return $uri->href;
|
|
}
|
|
|
|
private function latestNewsExtractContent($post){
|
|
$content = $post->find('div', 0);
|
|
if(!$content)
|
|
returnServerError('Unable to find content!');
|
|
|
|
// Remove <h2>...</h2> (title)
|
|
foreach($content->find('h2') as $element){
|
|
$element->outertext = '';
|
|
}
|
|
|
|
// Remove <small>...</small> (author)
|
|
foreach($content->find('small') as $element){
|
|
$element->outertext = '';
|
|
}
|
|
|
|
return $content->innertext;
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Helper functions for "Latest Torrents", "Latest Releases" and "Torrent Category"
|
|
|
|
private function getLatestTorrents($html){
|
|
$container = $html->find('div#serps', 0);
|
|
if(!$container)
|
|
returnServerError('Unable to find torrent container!');
|
|
|
|
$torrents = $container->find('tr[data-key]');
|
|
if(!$torrents)
|
|
returnServerError('Unable to find torrents!');
|
|
|
|
foreach($torrents as $torrent){
|
|
$item = array();
|
|
|
|
$item['uri'] = $this->latestTorrentsExtractUri($torrent);
|
|
$item['title'] = $this->latestTorrentsExtractTitle($torrent);
|
|
$item['author'] = $this->latestTorrentsExtractAuthor($torrent);
|
|
$item['timestamp'] = $this->latestTorrentsExtractTimestamp($torrent);
|
|
$item['content'] = ''; // There is no valuable content
|
|
|
|
$this->items[] = $item;
|
|
}
|
|
}
|
|
|
|
private function latestTorrentsExtractTitle($torrent){
|
|
$cell = $torrent->find('td.title-row', 0);
|
|
if(!$cell)
|
|
returnServerError('Unable to find title cell!');
|
|
|
|
$title = $cell->find('span', 0);
|
|
if(!$title)
|
|
returnServerError('Unable to find title!');
|
|
|
|
return $title->plaintext;
|
|
}
|
|
|
|
private function latestTorrentsExtractUri($torrent){
|
|
$cell = $torrent->find('td.title-row', 0);
|
|
if(!$cell)
|
|
returnServerError('Unable to find title cell!');
|
|
|
|
$uri = $cell->find('a', 0);
|
|
if(!$uri)
|
|
returnServerError('Unable to find uri!');
|
|
|
|
return $this->fixRelativeUri($uri->href);
|
|
}
|
|
|
|
private function latestTorrentsExtractAuthor($torrent){
|
|
$cell = $torrent->find('td.user-row', 0);
|
|
if(!$cell)
|
|
return; // No author
|
|
|
|
$user = $cell->find('a', 0);
|
|
if(!$user)
|
|
returnServerError('Unable to find user!');
|
|
|
|
return $user->plaintext;
|
|
}
|
|
|
|
private function latestTorrentsExtractTimestamp($torrent){
|
|
$cell = $torrent->find('td.date-row', 0);
|
|
if(!$cell)
|
|
returnServerError('Unable to find date cell!');
|
|
|
|
return strtotime('-' . $cell->plaintext, time());
|
|
}
|
|
|
|
#endregion
|
|
|
|
#region Generic helper functions
|
|
|
|
private function loadHtml($uri){
|
|
$html = getSimpleHTMLDOM($uri);
|
|
if(!$html)
|
|
returnServerError('Unable to load ' . $uri . '!');
|
|
|
|
return $html;
|
|
}
|
|
|
|
private function fixRelativeUri($uri){
|
|
return preg_replace('/\//i', self::URI, $uri, 1);
|
|
}
|
|
|
|
private function buildCategoryUri($category, $order_popularity = false){
|
|
switch($category){
|
|
case 'anime': $index = 1; break;
|
|
case 'software' : $index = 2; break;
|
|
case 'games' : $index = 3; break;
|
|
case 'adult' : $index = 4; break;
|
|
case 'movies' : $index = 5; break;
|
|
case 'music' : $index = 6; break;
|
|
case 'other' : $index = 7; break;
|
|
case 'series_tv' : $index = 8; break;
|
|
case 'books': $index = 9; break;
|
|
case 'all':
|
|
default: $index = 0; break;
|
|
}
|
|
|
|
return 'torrents/?iht=' . $index . '&ihs=' . ($order_popularity ? 1 : 0) . '&age=0';
|
|
}
|
|
|
|
#endregion
|
|
}
|