diff --git a/Blacklight/AniDB.php b/Blacklight/AniDB.php index 67227b77c..6d4c42237 100755 --- a/Blacklight/AniDB.php +++ b/Blacklight/AniDB.php @@ -2,8 +2,8 @@ namespace Blacklight; -use App\Models\Category; use App\Models\AnidbTitle; +use App\Models\Category; use Illuminate\Support\Facades\DB; /** diff --git a/Blacklight/Binaries.php b/Blacklight/Binaries.php index 3a8e1dfe5..d451ce15b 100755 --- a/Blacklight/Binaries.php +++ b/Blacklight/Binaries.php @@ -2,15 +2,15 @@ namespace Blacklight; +use App\Models\BinaryBlacklist; +use App\Models\Collection; use App\Models\Group; use App\Models\Settings; -use App\Models\Collection; -use Illuminate\Support\Str; +use Illuminate\Database\QueryException; use Illuminate\Support\Carbon; -use App\Models\BinaryBlacklist; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Log; -use Illuminate\Database\QueryException; +use Illuminate\Support\Str; /** * Class Binaries. diff --git a/Blacklight/Books.php b/Blacklight/Books.php index c123e2b19..26ddbad27 100755 --- a/Blacklight/Books.php +++ b/Blacklight/Books.php @@ -3,21 +3,21 @@ namespace Blacklight; use ApaiIO\ApaiIO; -use GuzzleHttp\Client; -use App\Models\Release; +use ApaiIO\Configuration\Country; +use ApaiIO\Configuration\GenericConfiguration; +use ApaiIO\Operations\Search; +use ApaiIO\Request\GuzzleRequest; +use ApaiIO\ResponseTransformer\XmlToSimpleXmlObject; use App\Models\BookInfo; use App\Models\Category; +use App\Models\Release; use App\Models\Settings; -use ApaiIO\Operations\Search; -use DariusIII\ItunesApi\iTunes; -use ApaiIO\Configuration\Country; -use ApaiIO\Request\GuzzleRequest; -use Illuminate\Support\Facades\DB; -use Illuminate\Support\Facades\Cache; -use ApaiIO\Configuration\GenericConfiguration; -use ApaiIO\ResponseTransformer\XmlToSimpleXmlObject; use DariusIII\ItunesApi\Exceptions\EbookNotFoundException; use DariusIII\ItunesApi\Exceptions\SearchNoResultsException; +use DariusIII\ItunesApi\iTunes; +use GuzzleHttp\Client; +use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; /** * Class Books. diff --git a/Blacklight/Categorize.php b/Blacklight/Categorize.php index 98889f960..03bb9bfb5 100755 --- a/Blacklight/Categorize.php +++ b/Blacklight/Categorize.php @@ -2,8 +2,8 @@ namespace Blacklight; -use App\Models\Group; use App\Models\Category; +use App\Models\Group; use App\Models\Settings; /** diff --git a/Blacklight/Console.php b/Blacklight/Console.php index aca17c161..fdaed51c3 100755 --- a/Blacklight/Console.php +++ b/Blacklight/Console.php @@ -3,22 +3,22 @@ namespace Blacklight; use ApaiIO\ApaiIO; -use App\Models\Genre; -use GuzzleHttp\Client; -use App\Models\Release; -use App\Models\Category; -use App\Models\Settings; -use App\Models\ConsoleInfo; -use ApaiIO\Operations\Search; -use Illuminate\Support\Carbon; use ApaiIO\Configuration\Country; -use ApaiIO\Request\GuzzleRequest; -use Messerli90\IGDB\Facades\IGDB; -use Illuminate\Support\Facades\DB; -use Illuminate\Support\Facades\Cache; -use GuzzleHttp\Exception\ClientException; use ApaiIO\Configuration\GenericConfiguration; +use ApaiIO\Operations\Search; +use ApaiIO\Request\GuzzleRequest; use ApaiIO\ResponseTransformer\XmlToSimpleXmlObject; +use App\Models\Category; +use App\Models\ConsoleInfo; +use App\Models\Genre; +use App\Models\Release; +use App\Models\Settings; +use GuzzleHttp\Client; +use GuzzleHttp\Exception\ClientException; +use Illuminate\Support\Carbon; +use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; +use Messerli90\IGDB\Facades\IGDB; /** * Class Console. diff --git a/Blacklight/Contents.php b/Blacklight/Contents.php index 0715f352a..222a3a8c6 100755 --- a/Blacklight/Contents.php +++ b/Blacklight/Contents.php @@ -2,8 +2,8 @@ namespace Blacklight; -use App\Models\User; use App\Models\Content; +use App\Models\User; use Illuminate\Support\Arr; /** diff --git a/Blacklight/CouchPotato.php b/Blacklight/CouchPotato.php index 671283fff..e275089de 100755 --- a/Blacklight/CouchPotato.php +++ b/Blacklight/CouchPotato.php @@ -70,12 +70,12 @@ class CouchPotato $this->imdbid = $id; return (new Client(['verify' => false]))->get( - $this->cpurl. - '/api/'. - $this->cpapi. - '/movie.add/?identifier=tt'. - $this->imdbid + $this->cpurl. + '/api/'. + $this->cpapi. + '/movie.add/?identifier=tt'. + $this->imdbid - )->getBody()->getContents(); + )->getBody()->getContents(); } } diff --git a/Blacklight/Games.php b/Blacklight/Games.php index 3c121e339..af7a012b7 100755 --- a/Blacklight/Games.php +++ b/Blacklight/Games.php @@ -2,18 +2,18 @@ namespace Blacklight; +use App\Models\Category; +use App\Models\GamesInfo; use App\Models\Genre; use App\Models\Release; -use App\Models\Category; use App\Models\Settings; -use App\Models\GamesInfo; -use Illuminate\Support\Carbon; use DBorsatto\GiantBomb\Client; use DBorsatto\GiantBomb\Config; -use Messerli90\IGDB\Facades\IGDB; -use Illuminate\Support\Facades\DB; -use Illuminate\Support\Facades\Cache; use GuzzleHttp\Exception\ClientException; +use Illuminate\Support\Carbon; +use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; +use Messerli90\IGDB\Facades\IGDB; /** * Class Games. diff --git a/Blacklight/Genres.php b/Blacklight/Genres.php index 2926e5840..3459434d7 100755 --- a/Blacklight/Genres.php +++ b/Blacklight/Genres.php @@ -2,11 +2,11 @@ namespace Blacklight; -use App\Models\Genre; use App\Models\Category; +use App\Models\Genre; use Illuminate\Support\Arr; -use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; /** * Class Genres. diff --git a/Blacklight/Movie.php b/Blacklight/Movie.php index 0e3b83611..cb3b2e7ca 100755 --- a/Blacklight/Movie.php +++ b/Blacklight/Movie.php @@ -2,28 +2,28 @@ namespace Blacklight; -use Imdb\Title; -use Imdb\Config; use aharen\OMDbAPI; -use Imdb\TitleSearch; -use GuzzleHttp\Client; -use App\Models\Release; use App\Models\Category; -use App\Models\Settings; use App\Models\MovieInfo; -use Illuminate\Support\Arr; -use Illuminate\Support\Carbon; -use Tmdb\Laravel\Facades\Tmdb; -use Blacklight\utility\Utility; -use DariusIII\ItunesApi\iTunes; +use App\Models\Release; +use App\Models\Settings; use Blacklight\libraries\FanartTV; -use Illuminate\Support\Facades\DB; -use Illuminate\Support\Facades\File; -use Tmdb\Exception\TmdbApiException; use Blacklight\processing\tv\TraktTv; -use Illuminate\Support\Facades\Cache; +use Blacklight\utility\Utility; use DariusIII\ItunesApi\Exceptions\MovieNotFoundException; use DariusIII\ItunesApi\Exceptions\SearchNoResultsException; +use DariusIII\ItunesApi\iTunes; +use GuzzleHttp\Client; +use Illuminate\Support\Arr; +use Illuminate\Support\Carbon; +use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; +use Illuminate\Support\Facades\File; +use Imdb\Config; +use Imdb\Title; +use Imdb\TitleSearch; +use Tmdb\Exception\TmdbApiException; +use Tmdb\Laravel\Facades\Tmdb; /** * Class Movie. diff --git a/Blacklight/Music.php b/Blacklight/Music.php index 41279417f..f9cb2e17f 100755 --- a/Blacklight/Music.php +++ b/Blacklight/Music.php @@ -3,23 +3,23 @@ namespace Blacklight; use ApaiIO\ApaiIO; -use App\Models\Genre; -use GuzzleHttp\Client; -use App\Models\Release; -use App\Models\Category; -use App\Models\Settings; -use App\Models\MusicInfo; -use ApaiIO\Operations\Search; -use DariusIII\ItunesApi\iTunes; -use ApaiIO\Request\GuzzleRequest; -use Illuminate\Support\Facades\DB; -use Illuminate\Support\Facades\Cache; use ApaiIO\Configuration\GenericConfiguration; +use ApaiIO\Operations\Search; +use ApaiIO\Request\GuzzleRequest; use ApaiIO\ResponseTransformer\XmlToSimpleXmlObject; +use App\Models\Category; +use App\Models\Genre; +use App\Models\MusicInfo; +use App\Models\Release; +use App\Models\Settings; use DariusIII\ItunesApi\Exceptions\AlbumNotFoundException; -use DariusIII\ItunesApi\Exceptions\TrackNotFoundException; use DariusIII\ItunesApi\Exceptions\ArtistNotFoundException; use DariusIII\ItunesApi\Exceptions\SearchNoResultsException; +use DariusIII\ItunesApi\Exceptions\TrackNotFoundException; +use DariusIII\ItunesApi\iTunes; +use GuzzleHttp\Client; +use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; /** * Class Music. diff --git a/Blacklight/NNTP.php b/Blacklight/NNTP.php index dce3b5652..29c780717 100755 --- a/Blacklight/NNTP.php +++ b/Blacklight/NNTP.php @@ -2,9 +2,9 @@ namespace Blacklight; +use App\Extensions\util\PhpYenc; use App\Models\Settings; use Blacklight\utility\Utility; -use App\Extensions\util\PhpYenc; /* * Class for connecting to the usenet, retrieving articles and article headers, diff --git a/Blacklight/NZBContents.php b/Blacklight/NZBContents.php index b8afa418a..b8ab23c97 100755 --- a/Blacklight/NZBContents.php +++ b/Blacklight/NZBContents.php @@ -4,8 +4,8 @@ namespace Blacklight; use App\Models\Release; use App\Models\Settings; -use Blacklight\utility\Utility; use Blacklight\processing\PostProcess; +use Blacklight\utility\Utility; /** * Gets information contained within the NZB. diff --git a/Blacklight/NZBGet.php b/Blacklight/NZBGet.php index 05d74f6a7..4248a26bf 100755 --- a/Blacklight/NZBGet.php +++ b/Blacklight/NZBGet.php @@ -2,10 +2,10 @@ namespace Blacklight; -use GuzzleHttp\Client; use App\Models\Release; -use GuzzleHttp\Psr7\Request; use Blacklight\utility\Utility; +use GuzzleHttp\Client; +use GuzzleHttp\Psr7\Request; /** * Transfers data between an NZBGet server and a nntmux website. diff --git a/Blacklight/NZBVortex.php b/Blacklight/NZBVortex.php index 16d53f6d5..8798cd4bc 100755 --- a/Blacklight/NZBVortex.php +++ b/Blacklight/NZBVortex.php @@ -2,8 +2,8 @@ namespace Blacklight; -use Page; use App\Models\User; +use Page; /** * Class NZBVortex. diff --git a/Blacklight/NameFixer.php b/Blacklight/NameFixer.php index bd83f4a80..46dddfb78 100755 --- a/Blacklight/NameFixer.php +++ b/Blacklight/NameFixer.php @@ -2,13 +2,13 @@ namespace Blacklight; +use App\Models\Category; use App\Models\Group; use App\Models\Predb; use App\Models\Release; -use App\Models\Category; -use Illuminate\Support\Arr; -use Blacklight\utility\Utility; use Blacklight\processing\PostProcess; +use Blacklight\utility\Utility; +use Illuminate\Support\Arr; /** * Class NameFixer. diff --git a/Blacklight/Nfo.php b/Blacklight/Nfo.php index 9822e3f71..02775bcff 100755 --- a/Blacklight/Nfo.php +++ b/Blacklight/Nfo.php @@ -4,14 +4,14 @@ namespace Blacklight; use App\Models\Group; use App\Models\Release; -use App\Models\Settings; use App\Models\ReleaseNfo; -use dariusiii\rarinfo\SfvInfo; +use App\Models\Settings; +use Blacklight\processing\PostProcess; use Blacklight\utility\Utility; use dariusiii\rarinfo\Par2Info; +use dariusiii\rarinfo\SfvInfo; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\File; -use Blacklight\processing\PostProcess; /** * Class Nfo. diff --git a/Blacklight/Regexes.php b/Blacklight/Regexes.php index bb6906d4f..254f23e64 100755 --- a/Blacklight/Regexes.php +++ b/Blacklight/Regexes.php @@ -2,13 +2,13 @@ namespace Blacklight; -use App\Models\Group; -use App\Models\Release; use App\Models\Category; -use Illuminate\Support\Arr; use App\Models\CategoryRegex; use App\Models\CollectionRegex; +use App\Models\Group; +use App\Models\Release; use App\Models\ReleaseNamingRegex; +use Illuminate\Support\Arr; use Illuminate\Support\Facades\DB; /** diff --git a/Blacklight/ReleaseExtra.php b/Blacklight/ReleaseExtra.php index 316876fbe..c28b56774 100755 --- a/Blacklight/ReleaseExtra.php +++ b/Blacklight/ReleaseExtra.php @@ -3,10 +3,10 @@ namespace Blacklight; use App\Models\AudioData; -use App\Models\VideoData; -use App\Models\ReleaseUnique; -use App\Models\ReleaseSubtitle; use App\Models\ReleaseExtraFull; +use App\Models\ReleaseSubtitle; +use App\Models\ReleaseUnique; +use App\Models\VideoData; use Illuminate\Support\Facades\DB; use Mhor\MediaInfo\Container\MediaInfoContainer; diff --git a/Blacklight/ReleaseImage.php b/Blacklight/ReleaseImage.php index 2e5d6f081..7be1f565a 100755 --- a/Blacklight/ReleaseImage.php +++ b/Blacklight/ReleaseImage.php @@ -3,11 +3,11 @@ namespace Blacklight; use Illuminate\Support\Facades\File; -use Intervention\Image\Facades\Image; use Intervention\Image\Exception\ImageException; use Intervention\Image\Exception\NotFoundException; use Intervention\Image\Exception\NotReadableException; use Intervention\Image\Exception\NotWritableException; +use Intervention\Image\Facades\Image; /** * Resize/save/delete images to disk. diff --git a/Blacklight/Releases.php b/Blacklight/Releases.php index 983846cba..a435a16ae 100755 --- a/Blacklight/Releases.php +++ b/Blacklight/Releases.php @@ -2,16 +2,16 @@ namespace Blacklight; +use App\Models\Category; use App\Models\Group; use App\Models\Release; -use App\Models\Category; use App\Models\Settings; +use Blacklight\utility\Utility; use Chumper\Zipper\Zipper; use Illuminate\Support\Arr; -use Blacklight\utility\Utility; +use Illuminate\Support\Facades\Cache; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\File; -use Illuminate\Support\Facades\Cache; /** * Class Releases. diff --git a/Blacklight/SABnzbd.php b/Blacklight/SABnzbd.php index dc2a7e5eb..c1562c6d3 100755 --- a/Blacklight/SABnzbd.php +++ b/Blacklight/SABnzbd.php @@ -2,8 +2,8 @@ namespace Blacklight; -use GuzzleHttp\Client; use App\Models\Settings; +use GuzzleHttp\Client; /** * Class SABnzbd. diff --git a/Blacklight/Sharing.php b/Blacklight/Sharing.php index 7df400c2a..27703a4f9 100755 --- a/Blacklight/Sharing.php +++ b/Blacklight/Sharing.php @@ -238,7 +238,8 @@ class Sharing // Attempt to upload the comment to usenet. $success = $this->nntp->postArticle( - self::group, '(_nZEDb_)'.$this->siteSettings->site_name.'_'.$this->siteSettings->site_guid.' - [1/1] "'.$sid.'" yEnc (1/1)', + self::group, + '(_nZEDb_)'.$this->siteSettings->site_name.'_'.$this->siteSettings->site_guid.' - [1/1] "'.$sid.'" yEnc (1/1)', json_encode( [ 'USER' => $this->siteSettings->hide_users ? 'ANON' : $row->username, diff --git a/Blacklight/SphinxSearch.php b/Blacklight/SphinxSearch.php index ce2e8ff47..64e866d92 100755 --- a/Blacklight/SphinxSearch.php +++ b/Blacklight/SphinxSearch.php @@ -4,10 +4,10 @@ namespace Blacklight; use App\Models\Predb; use App\Models\Release; +use Foolz\SphinxQL\Drivers\Pdo\Connection; use Foolz\SphinxQL\Helper; use Foolz\SphinxQL\SphinxQL; use Illuminate\Support\Facades\DB; -use Foolz\SphinxQL\Drivers\Pdo\Connection; /** * Class SphinxSearch. diff --git a/Blacklight/XXX.php b/Blacklight/XXX.php index c777e9e1e..2af5c391b 100755 --- a/Blacklight/XXX.php +++ b/Blacklight/XXX.php @@ -2,18 +2,18 @@ namespace Blacklight; +use App\Models\Category; use App\Models\Genre; use App\Models\Release; -use App\Models\XxxInfo; -use App\Models\Category; use App\Models\Settings; -use Illuminate\Support\Facades\DB; +use App\Models\XxxInfo; use Blacklight\processing\adult\ADE; use Blacklight\processing\adult\ADM; use Blacklight\processing\adult\AEBN; -use Illuminate\Support\Facades\Cache; -use Blacklight\processing\adult\Popporn; use Blacklight\processing\adult\Hotmovies; +use Blacklight\processing\adult\Popporn; +use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; /** * Class XXX. diff --git a/Blacklight/db/populate/AniDB.php b/Blacklight/db/populate/AniDB.php index 155572dd7..102c15f0f 100755 --- a/Blacklight/db/populate/AniDB.php +++ b/Blacklight/db/populate/AniDB.php @@ -2,11 +2,11 @@ namespace Blacklight\db\populate; -use App\Models\Settings; -use Blacklight\ColorCLI; +use App\Models\AnidbEpisode; use App\Models\AnidbInfo; use App\Models\AnidbTitle; -use App\Models\AnidbEpisode; +use App\Models\Settings; +use Blacklight\ColorCLI; use Blacklight\ReleaseImage; use Illuminate\Support\Carbon; diff --git a/Blacklight/http/API.php b/Blacklight/http/API.php index ab5c22a4d..5bc5e4a1c 100755 --- a/Blacklight/http/API.php +++ b/Blacklight/http/API.php @@ -21,9 +21,9 @@ namespace Blacklight\http; -use App\Models\Group; -use App\Models\Category; use App\Models\AudioData; +use App\Models\Category; +use App\Models\Group; use Blacklight\utility\Utility; /** diff --git a/Blacklight/http/RSS.php b/Blacklight/http/RSS.php index a9bac4780..147e2c52c 100755 --- a/Blacklight/http/RSS.php +++ b/Blacklight/http/RSS.php @@ -2,14 +2,14 @@ namespace Blacklight\http; -use Blacklight\NZB; -use App\Models\Release; use App\Models\Category; -use Blacklight\Releases; +use App\Models\Release; use App\Models\UserMovie; use App\Models\UserSerie; -use Illuminate\Support\Facades\DB; +use Blacklight\NZB; +use Blacklight\Releases; use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; /** * Class RSS -- contains specific functions for RSS. diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index 1238ac3b8..f6641eef5 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -2,15 +2,15 @@ namespace Blacklight\libraries; -use Blacklight\Nfo; -use Blacklight\NZB; -use Blacklight\NNTP; use App\Models\Settings; use Blacklight\ColorCLI; +use Blacklight\Nfo; +use Blacklight\NNTP; +use Blacklight\NZB; +use Blacklight\processing\PostProcess; use Illuminate\Support\Carbon; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Log; -use Blacklight\processing\PostProcess; /** * Class Forking. diff --git a/Blacklight/libraries/TraktAPI.php b/Blacklight/libraries/TraktAPI.php index 1ee916883..885fda0e0 100755 --- a/Blacklight/libraries/TraktAPI.php +++ b/Blacklight/libraries/TraktAPI.php @@ -3,8 +3,8 @@ namespace Blacklight\libraries; use GuzzleHttp\Client; -use Illuminate\Support\Str; use GuzzleHttp\Exception\RequestException; +use Illuminate\Support\Str; /** * Class TraktAPI diff --git a/Blacklight/processing/PostProcess.php b/Blacklight/processing/PostProcess.php index c85151ea9..0a7a47cca 100755 --- a/Blacklight/processing/PostProcess.php +++ b/Blacklight/processing/PostProcess.php @@ -2,29 +2,29 @@ namespace Blacklight\processing; -use Blacklight\Nfo; -use Blacklight\XXX; -use Blacklight\NNTP; +use App\Models\Category; use App\Models\Group; +use App\Models\Release; +use App\Models\ReleaseFile; +use App\Models\Settings; use Blacklight\Books; +use Blacklight\Console; use Blacklight\Games; use Blacklight\Movie; use Blacklight\Music; -use App\Models\Release; -use Blacklight\Console; -use Blacklight\Sharing; -use App\Models\Category; -use App\Models\Settings; use Blacklight\NameFixer; -use App\Models\ReleaseFile; -use Illuminate\Support\Carbon; -use dariusiii\rarinfo\Par2Info; +use Blacklight\Nfo; +use Blacklight\NNTP; +use Blacklight\processing\post\AniDB; +use Blacklight\processing\post\ProcessAdditional; use Blacklight\processing\tv\TMDB; +use Blacklight\processing\tv\TraktTv; use Blacklight\processing\tv\TVDB; use Blacklight\processing\tv\TVMaze; -use Blacklight\processing\post\AniDB; -use Blacklight\processing\tv\TraktTv; -use Blacklight\processing\post\ProcessAdditional; +use Blacklight\Sharing; +use Blacklight\XXX; +use dariusiii\rarinfo\Par2Info; +use Illuminate\Support\Carbon; class PostProcess { diff --git a/Blacklight/processing/ProcessReleases.php b/Blacklight/processing/ProcessReleases.php index ded823c00..257f9097a 100755 --- a/Blacklight/processing/ProcessReleases.php +++ b/Blacklight/processing/ProcessReleases.php @@ -2,24 +2,24 @@ namespace Blacklight\processing; -use Blacklight\NZB; -use Blacklight\NNTP; +use App\Models\Category; use App\Models\Group; use App\Models\Predb; -use Blacklight\Genres; use App\Models\Release; -use App\Models\Category; -use App\Models\Settings; -use Blacklight\ColorCLI; -use Blacklight\Releases; -use Blacklight\Categorize; -use Illuminate\Support\Str; use App\Models\ReleaseRegex; -use Blacklight\ConsoleTools; -use Blacklight\ReleaseImage; use App\Models\ReleasesGroups; +use App\Models\Settings; +use Blacklight\Categorize; +use Blacklight\ColorCLI; +use Blacklight\ConsoleTools; +use Blacklight\Genres; +use Blacklight\NNTP; +use Blacklight\NZB; use Blacklight\ReleaseCleaning; +use Blacklight\ReleaseImage; +use Blacklight\Releases; use Illuminate\Support\Facades\DB; +use Illuminate\Support\Str; class ProcessReleases { diff --git a/Blacklight/processing/Videos.php b/Blacklight/processing/Videos.php index ca49510a5..32ce0e211 100755 --- a/Blacklight/processing/Videos.php +++ b/Blacklight/processing/Videos.php @@ -21,11 +21,11 @@ namespace Blacklight\processing; -use App\Models\Video; use App\Models\TvInfo; +use App\Models\Video; use App\Models\VideoAlias; -use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\DB; /** * Parent class for TV/Film and any similar classes to inherit from. diff --git a/Blacklight/processing/adult/ADE.php b/Blacklight/processing/adult/ADE.php index fa023e75f..6e6e8d032 100755 --- a/Blacklight/processing/adult/ADE.php +++ b/Blacklight/processing/adult/ADE.php @@ -70,16 +70,20 @@ class ADE extends AdultMovies $this->_html->loadHtml($this->_response); if (preg_match("/(\"|')(?P[^\"']+.swf)(\"|')/i", $this->_response, $matches)) { $this->_res['trailers']['url'] = self::ADE.trim(trim($matches['swf']), '"'); - if (preg_match('#(?:streamID:\s\")(?P[0-9A-Z]+)(?:\")#', - $this->_response, - $matches) - ) { + if (preg_match( + '#(?:streamID:\s\")(?P[0-9A-Z]+)(?:\")#', + $this->_response, + $matches + ) + ) { $this->_res['trailers']['streamid'] = trim($matches['streamid']); } - if (preg_match('#(?:BaseStreamingUrl:\s\")(?P[\d]+.[\d]+.[\d]+.[\d]+)(?:\")#', - $this->_response, - $matches) - ) { + if (preg_match( + '#(?:BaseStreamingUrl:\s\")(?P[\d]+.[\d]+.[\d]+.[\d]+)(?:\")#', + $this->_response, + $matches + ) + ) { $this->_res['trailers']['baseurl'] = $matches['baseurl']; } } diff --git a/Blacklight/processing/adult/ADM.php b/Blacklight/processing/adult/ADM.php index ab80258f6..9da3a0f08 100755 --- a/Blacklight/processing/adult/ADM.php +++ b/Blacklight/processing/adult/ADM.php @@ -123,15 +123,15 @@ class ADM extends AdultMovies foreach ($this->_html->find('ul.list-unstyled li') as $li) { $category = explode(':', $li->plaintext); switch (trim($category[0])) { - case 'Director': - $this->_res['director'] = trim($category[1]); - break; - case 'Format': - case 'Studio': - case 'Released': - case 'SKU': - $this->_res['productinfo'][trim($category[0])] = trim($category[1]); - } + case 'Director': + $this->_res['director'] = trim($category[1]); + break; + case 'Format': + case 'Studio': + case 'Released': + case 'SKU': + $this->_res['productinfo'][trim($category[0])] = trim($category[1]); + } } return $this->_res; diff --git a/Blacklight/processing/adult/AEBN.php b/Blacklight/processing/adult/AEBN.php index 156cff0b8..90a649261 100755 --- a/Blacklight/processing/adult/AEBN.php +++ b/Blacklight/processing/adult/AEBN.php @@ -44,15 +44,15 @@ class AEBN extends AdultMovies * @var array */ protected $_res = [ - 'backcover' => [], - 'boxcover' => [], - 'cast' => [], - 'director' => [], - 'genres' => [], - 'productinfo' => [], - 'synopsis' => [], - 'trailers' => ['url' => []], - ]; + 'backcover' => [], + 'boxcover' => [], + 'cast' => [], + 'director' => [], + 'genres' => [], + 'productinfo' => [], + 'synopsis' => [], + 'trailers' => ['url' => []], + ]; /** * Sets title in getAll method. diff --git a/Blacklight/processing/post/AniDB.php b/Blacklight/processing/post/AniDB.php index 37e738fbd..e435e58ec 100755 --- a/Blacklight/processing/post/AniDB.php +++ b/Blacklight/processing/post/AniDB.php @@ -2,13 +2,13 @@ namespace Blacklight\processing\post; -use Blacklight\NZB; +use App\Models\AnidbEpisode; use App\Models\Category; use App\Models\Settings; use Blacklight\ColorCLI; -use App\Models\AnidbEpisode; -use Illuminate\Support\Facades\DB; use Blacklight\db\populate\AniDB as PaDb; +use Blacklight\NZB; +use Illuminate\Support\Facades\DB; class AniDB { diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index ed392b8d5..f6e7bd64a 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -2,35 +2,35 @@ namespace Blacklight\processing\post; -use FFMpeg\FFMpeg; -use Blacklight\Nfo; -use Blacklight\NZB; -use FFMpeg\FFProbe; -use Blacklight\NNTP; +use App\Models\Category; use App\Models\Group; use App\Models\Release; -use App\Models\Category; -use App\Models\Settings; -use Blacklight\ColorCLI; -use Blacklight\Releases; -use Blacklight\NameFixer; -use Blacklight\Categorize; use App\Models\ReleaseFile; +use App\Models\Settings; +use Blacklight\Categorize; +use Blacklight\ColorCLI; +use Blacklight\NameFixer; +use Blacklight\Nfo; +use Blacklight\NNTP; +use Blacklight\NZB; use Blacklight\ReleaseExtra; use Blacklight\ReleaseImage; +use Blacklight\Releases; use Blacklight\SphinxSearch; -use FFMpeg\Format\Video\Ogg; -use Mhor\MediaInfo\MediaInfo; use Blacklight\utility\Utility; -use dariusiii\rarinfo\Par2Info; -use FFMpeg\Coordinate\TimeCode; -use FFMpeg\Format\Audio\Vorbis; -use FFMpeg\Coordinate\Dimension; use dariusiii\rarinfo\ArchiveInfo; -use Illuminate\Support\Facades\DB; -use Illuminate\Support\Facades\Log; -use Illuminate\Support\Facades\File; +use dariusiii\rarinfo\Par2Info; +use FFMpeg\Coordinate\Dimension; +use FFMpeg\Coordinate\TimeCode; +use FFMpeg\FFMpeg; +use FFMpeg\FFProbe; use FFMpeg\Filters\Video\ResizeFilter; +use FFMpeg\Format\Audio\Vorbis; +use FFMpeg\Format\Video\Ogg; +use Illuminate\Support\Facades\DB; +use Illuminate\Support\Facades\File; +use Illuminate\Support\Facades\Log; +use Mhor\MediaInfo\MediaInfo; class ProcessAdditional { diff --git a/Blacklight/processing/tv/TMDB.php b/Blacklight/processing/tv/TMDB.php index f842f445d..5c90b27f2 100755 --- a/Blacklight/processing/tv/TMDB.php +++ b/Blacklight/processing/tv/TMDB.php @@ -2,12 +2,12 @@ namespace Blacklight\processing\tv; -use Tmdb\Client; -use Tmdb\ApiToken; use App\Models\Settings; use Blacklight\ReleaseImage; -use Tmdb\Helper\ImageHelper; +use Tmdb\ApiToken; +use Tmdb\Client; use Tmdb\Exception\TmdbApiException; +use Tmdb\Helper\ImageHelper; use Tmdb\Repository\ConfigurationRepository; class TMDB extends TV diff --git a/Blacklight/processing/tv/TV.php b/Blacklight/processing/tv/TV.php index 24159097c..9b85b68b0 100755 --- a/Blacklight/processing/tv/TV.php +++ b/Blacklight/processing/tv/TV.php @@ -2,15 +2,15 @@ namespace Blacklight\processing\tv; -use App\Models\Video; -use App\Models\TvInfo; -use App\Models\Release; use App\Models\Category; +use App\Models\Release; use App\Models\Settings; -use Blacklight\ColorCLI; use App\Models\TvEpisode; -use Blacklight\utility\Country; +use App\Models\TvInfo; +use App\Models\Video; +use Blacklight\ColorCLI; use Blacklight\processing\Videos; +use Blacklight\utility\Country; use Illuminate\Support\Facades\DB; /** diff --git a/Blacklight/processing/tv/TVDB.php b/Blacklight/processing/tv/TVDB.php index 76f9f2dfe..aae1419be 100755 --- a/Blacklight/processing/tv/TVDB.php +++ b/Blacklight/processing/tv/TVDB.php @@ -3,9 +3,9 @@ namespace Blacklight\processing\tv; use Blacklight\ReleaseImage; -use CanIHaveSomeCoffee\TheTVDbAPI\TheTVDbAPI; -use CanIHaveSomeCoffee\TheTVDbAPI\Exception\UnauthorizedException; use CanIHaveSomeCoffee\TheTVDbAPI\Exception\ResourceNotFoundException; +use CanIHaveSomeCoffee\TheTVDbAPI\Exception\UnauthorizedException; +use CanIHaveSomeCoffee\TheTVDbAPI\TheTVDbAPI; /** * Class TVDB -- functions used to post process releases against TVDB. diff --git a/Blacklight/processing/tv/TraktTv.php b/Blacklight/processing/tv/TraktTv.php index 78423a2bb..edad0c0b8 100755 --- a/Blacklight/processing/tv/TraktTv.php +++ b/Blacklight/processing/tv/TraktTv.php @@ -3,9 +3,9 @@ namespace Blacklight\processing\tv; use App\Models\Settings; +use Blacklight\libraries\TraktAPI; use Blacklight\ReleaseImage; use Blacklight\utility\Time; -use Blacklight\libraries\TraktAPI; /** * Class TraktTv. diff --git a/Blacklight/utility/Utility.php b/Blacklight/utility/Utility.php index 547be337c..90ad5ff55 100755 --- a/Blacklight/utility/Utility.php +++ b/Blacklight/utility/Utility.php @@ -3,10 +3,10 @@ namespace Blacklight\utility; use App\Models\Settings; -use Illuminate\Support\Str; +use Illuminate\Contracts\Pagination\LengthAwarePaginator; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\File; -use Illuminate\Contracts\Pagination\LengthAwarePaginator; +use Illuminate\Support\Str; /** * Class Utility. diff --git a/Changelog b/Changelog index 50ab09cda..7937535f7 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-01-31 DariusIII + * Chg: Update and fix code with php-cs-fixer * Chg: Update TinyMCE to version 4.9.3 * Chg: Update composer.json * Fix: Add missing STATUS_DISABLED to admin/CategoryController diff --git a/app/Console/Commands/FixturesUp.php b/app/Console/Commands/FixturesUp.php index 349a43e2f..bb950376d 100644 --- a/app/Console/Commands/FixturesUp.php +++ b/app/Console/Commands/FixturesUp.php @@ -3,7 +3,6 @@ namespace App\Console\Commands; use Illuminate\Console\Command; -use Mayconbordin\L5Fixtures\Fixtures; use Mayconbordin\L5Fixtures\FixturesFacade; class FixturesUp extends Command diff --git a/app/Console/Commands/InstallNntmux.php b/app/Console/Commands/InstallNntmux.php index a5c1aff52..c4ad896e8 100644 --- a/app/Console/Commands/InstallNntmux.php +++ b/app/Console/Commands/InstallNntmux.php @@ -2,11 +2,11 @@ namespace App\Console\Commands; -use App\Models\User; use App\Models\Settings; -use Illuminate\Support\Str; +use App\Models\User; use Illuminate\Console\Command; use Illuminate\Support\Facades\File; +use Illuminate\Support\Str; use Symfony\Component\Process\Process; class InstallNntmux extends Command @@ -119,7 +119,7 @@ class InstallNntmux extends Command $unrar_path = $tmp_path.'unrar/'; $nzbPathCheck = File::isWritable($nzb_path); - if ($nzbPathCheck === false) { + if (! $nzbPathCheck) { $this->warn($nzb_path.' is not writable. Please fix folder permissions'); return false; @@ -140,7 +140,7 @@ class InstallNntmux extends Command } $coversPathCheck = File::isWritable($covers_path); - if ($coversPathCheck === false) { + if (! $coversPathCheck) { $this->warn($covers_path.' is not writable. Please fix folder permissions'); return false; diff --git a/app/Console/Commands/TmuxUIStart.php b/app/Console/Commands/TmuxUIStart.php index 71055d55a..47e1f27b7 100644 --- a/app/Console/Commands/TmuxUIStart.php +++ b/app/Console/Commands/TmuxUIStart.php @@ -2,9 +2,9 @@ namespace App\Console\Commands; -use Blacklight\Tmux; use App\Models\Settings; use Blacklight\ColorCLI; +use Blacklight\Tmux; use Illuminate\Console\Command; class TmuxUIStart extends Command diff --git a/app/Console/Commands/TmuxUIStop.php b/app/Console/Commands/TmuxUIStop.php index c9aead1f4..c26db52b1 100644 --- a/app/Console/Commands/TmuxUIStop.php +++ b/app/Console/Commands/TmuxUIStop.php @@ -2,8 +2,8 @@ namespace App\Console\Commands; -use Blacklight\Tmux; use App\Models\Settings; +use Blacklight\Tmux; use Illuminate\Console\Command; use Symfony\Component\Process\Process; diff --git a/app/Console/Commands/UpdateNNTmux.php b/app/Console/Commands/UpdateNNTmux.php index 80a599184..9be20e755 100644 --- a/app/Console/Commands/UpdateNNTmux.php +++ b/app/Console/Commands/UpdateNNTmux.php @@ -4,8 +4,8 @@ namespace App\Console\Commands; use Blacklight\Tmux; use Illuminate\Console\Command; -use Ytake\LaravelSmarty\Smarty; use Illuminate\Support\Facades\App; +use Ytake\LaravelSmarty\Smarty; class UpdateNNTmux extends Command { diff --git a/app/Console/Commands/UpdateNNTmuxGit.php b/app/Console/Commands/UpdateNNTmuxGit.php index 510c6b648..371a3a9d8 100644 --- a/app/Console/Commands/UpdateNNTmuxGit.php +++ b/app/Console/Commands/UpdateNNTmuxGit.php @@ -2,8 +2,8 @@ namespace App\Console\Commands; -use Blacklight\Tmux; use App\Extensions\util\Git; +use Blacklight\Tmux; use Illuminate\Console\Command; class UpdateNNTmuxGit extends Command diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index ba8678b61..15cf080eb 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -13,8 +13,8 @@ class Kernel extends ConsoleKernel * @var array */ protected $commands = [ - // - ]; + // + ]; /** * Define the application's command schedule. diff --git a/app/Extensions/helper/helpers.php b/app/Extensions/helper/helpers.php index 6ccc7a1d6..3b840b63b 100644 --- a/app/Extensions/helper/helpers.php +++ b/app/Extensions/helper/helpers.php @@ -1,16 +1,16 @@ 'integer', // 'string' or 'integer' + // Datatype for primary keys of your models. + // used in migrations only + 'primary_keys_type' => 'integer', // 'string' or 'integer' - // Value of are passed through this before save of tags - 'normalizer' => '\Conner\Tagging\Util::slug', + // Value of are passed through this before save of tags + 'normalizer' => '\Conner\Tagging\Util::slug', - // Display value of tags are passed through (for front end display) - 'displayer' => '\Illuminate\Support\Str::title', + // Display value of tags are passed through (for front end display) + 'displayer' => '\Illuminate\Support\Str::title', - // Database connection for Conner\Taggable\Tag model to use + // Database connection for Conner\Taggable\Tag model to use // 'connection' => 'mysql', - // When deleting a model, remove all the tags first - 'untag_on_delete' => true, + // When deleting a model, remove all the tags first + 'untag_on_delete' => true, - // Auto-delete unused tags from the 'tags' database table (when they are used zero times) - 'delete_unused_tags'=>true, + // Auto-delete unused tags from the 'tags' database table (when they are used zero times) + 'delete_unused_tags'=>true, - // Model to use to store the tags in the database - 'tag_model'=>'\Conner\Tagging\Model\Tag', + // Model to use to store the tags in the database + 'tag_model'=>'\Conner\Tagging\Model\Tag', - // Delimiter used within tags - 'delimiter' => '-', + // Delimiter used within tags + 'delimiter' => '-', - // Model to use for the relation between tags and tagged records - 'tagged_model' => '\Conner\Tagging\Model\Tagged', + // Model to use for the relation between tags and tagged records + 'tagged_model' => '\Conner\Tagging\Model\Tagged', ]; diff --git a/database/fixtures/release_naming_regexes.php b/database/fixtures/release_naming_regexes.php index 2e00c1666..8daf2a87b 100644 --- a/database/fixtures/release_naming_regexes.php +++ b/database/fixtures/release_naming_regexes.php @@ -9258,4 +9258,4 @@ return [ 'description' => '//[AFL 2017 Round 8 NMFC vs SYD 720p] - "AFL 2017 Round 8 NMFC vs SYD 720p par2" yEnc or AFL.2017.Round.8.ADEL.vs.MELB.480p] - "AFL.2017.Round.8.ADEL.vs.MELB.480p.sfv" yEnc', 'ordinal' => 5, ], -]; \ No newline at end of file +]; diff --git a/database/migrations/2014_01_07_073615_create_tagged_table.php b/database/migrations/2014_01_07_073615_create_tagged_table.php index ce36b565a..170736673 100644 --- a/database/migrations/2014_01_07_073615_create_tagged_table.php +++ b/database/migrations/2014_01_07_073615_create_tagged_table.php @@ -3,23 +3,25 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateTaggedTable extends Migration { +class CreateTaggedTable extends Migration +{ + public function up() + { + Schema::create('tagging_tagged', function (Blueprint $table) { + $table->increments('id'); + if (config('tagging.primary_keys_type') == 'string') { + $table->string('taggable_id', 36)->index(); + } else { + $table->integer('taggable_id')->unsigned()->index(); + } + $table->string('taggable_type', 125)->index(); + $table->string('tag_name', 125); + $table->string('tag_slug', 125)->index(); + }); + } - public function up() { - Schema::create('tagging_tagged', function(Blueprint $table) { - $table->increments('id'); - if(config('tagging.primary_keys_type') == 'string') { - $table->string('taggable_id', 36)->index(); - } else { - $table->integer('taggable_id')->unsigned()->index(); - } - $table->string('taggable_type', 125)->index(); - $table->string('tag_name', 125); - $table->string('tag_slug', 125)->index(); - }); - } - - public function down() { - Schema::drop('tagging_tagged'); - } + public function down() + { + Schema::drop('tagging_tagged'); + } } diff --git a/database/migrations/2014_01_07_073615_create_tags_table.php b/database/migrations/2014_01_07_073615_create_tags_table.php index 986b42d64..298dde166 100644 --- a/database/migrations/2014_01_07_073615_create_tags_table.php +++ b/database/migrations/2014_01_07_073615_create_tags_table.php @@ -3,21 +3,21 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateTagsTable extends Migration { +class CreateTagsTable extends Migration +{ + public function up() + { + Schema::create('tagging_tags', function (Blueprint $table) { + $table->increments('id'); + $table->string('slug', 125)->index(); + $table->string('name', 125); + $table->boolean('suggest')->default(false); + $table->integer('count')->unsigned()->default(0); // count of how many times this tag was used + }); + } - public function up() - { - Schema::create('tagging_tags', function(Blueprint $table) { - $table->increments('id'); - $table->string('slug', 125)->index(); - $table->string('name', 125); - $table->boolean('suggest')->default(false); - $table->integer('count')->unsigned()->default(0); // count of how many times this tag was used - }); - } - - public function down() - { - Schema::drop('tagging_tags'); - } + public function down() + { + Schema::drop('tagging_tags'); + } } diff --git a/database/migrations/2016_06_29_073615_create_tag_groups_table.php b/database/migrations/2016_06_29_073615_create_tag_groups_table.php index 558e85f3e..577e865cf 100644 --- a/database/migrations/2016_06_29_073615_create_tag_groups_table.php +++ b/database/migrations/2016_06_29_073615_create_tag_groups_table.php @@ -3,19 +3,19 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateTagGroupsTable extends Migration { +class CreateTagGroupsTable extends Migration +{ + public function up() + { + Schema::create('tagging_tag_groups', function (Blueprint $table) { + $table->increments('id'); + $table->string('slug', 125)->index(); + $table->string('name', 125); + }); + } - public function up() - { - Schema::create('tagging_tag_groups', function(Blueprint $table) { - $table->increments('id'); - $table->string('slug', 125)->index(); - $table->string('name', 125); - }); - } - - public function down() - { - Schema::drop('tagging_tag_groups'); - } + public function down() + { + Schema::drop('tagging_tag_groups'); + } } diff --git a/database/migrations/2016_06_29_073615_update_tags_table.php b/database/migrations/2016_06_29_073615_update_tags_table.php index 10f5b71a2..194980c52 100644 --- a/database/migrations/2016_06_29_073615_update_tags_table.php +++ b/database/migrations/2016_06_29_073615_update_tags_table.php @@ -1,26 +1,23 @@ integer('tag_group_id')->unsigned()->nullable()->after('id'); - $table->foreign('tag_group_id')->references('id')->on('tagging_tag_groups'); - }); - - } +class UpdateTagsTable extends Migration +{ + public function up() + { + Schema::table('tagging_tags', function ($table) { + $table->integer('tag_group_id')->unsigned()->nullable()->after('id'); + $table->foreign('tag_group_id')->references('id')->on('tagging_tag_groups'); + }); + } - public function down() - { - Schema::table('tagging_tags', function ($table) { - $table->dropForeign('tagging_tags_tag_group_id_foreign'); - $table->dropColumn('tag_group_id'); - }); - } + public function down() + { + Schema::table('tagging_tags', function ($table) { + $table->dropForeign('tagging_tags_tag_group_id_foreign'); + $table->dropColumn('tag_group_id'); + }); + } } diff --git a/database/migrations/2018_01_16_195548_create_users_table.php b/database/migrations/2018_01_16_195548_create_users_table.php index c9e4db28b..13eb2d5df 100644 --- a/database/migrations/2018_01_16_195548_create_users_table.php +++ b/database/migrations/2018_01_16_195548_create_users_table.php @@ -3,73 +3,72 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateUsersTable extends Migration { +class CreateUsersTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('users', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('users', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('username', 50); - $table->string('firstname')->nullable(); - $table->string('lastname')->nullable(); - $table->string('email'); - $table->string('password'); + $table->increments('id'); + $table->string('username', 50); + $table->string('firstname')->nullable(); + $table->string('lastname')->nullable(); + $table->string('email'); + $table->string('password'); $table->integer('roles_id')->default(1)->index('ix_user_roles')->comment('FK to roles.id'); - $table->string('host', 40)->nullable(); - $table->integer('grabs')->default(0); - $table->string('api_token', 64); - $table->string('resetguid', 50)->nullable(); - $table->dateTime('lastlogin')->nullable(); - $table->dateTime('apiaccess')->nullable(); - $table->integer('invites')->default(0); - $table->integer('invitedby')->nullable(); - $table->integer('movieview')->default(1); - $table->integer('xxxview')->default(1); - $table->integer('musicview')->default(1); - $table->integer('consoleview')->default(1); - $table->integer('bookview')->default(1); - $table->integer('gameview')->default(1); - $table->integer('rate_limit')->default(60); - $table->string('saburl')->nullable(); - $table->string('sabapikey')->nullable(); - $table->boolean('sabapikeytype')->nullable(); - $table->boolean('sabpriority')->nullable(); - $table->boolean('queuetype')->default(1)->comment('Type of queue, Sab or NZBGet'); - $table->string('nzbgeturl')->nullable(); - $table->string('nzbgetusername')->nullable(); - $table->string('nzbgetpassword')->nullable(); - $table->string('nzbvortex_api_key', 10)->nullable(); - $table->string('nzbvortex_server_url')->nullable(); - $table->string('userseed', 50); - $table->string('notes')->nullable(); - $table->string('cp_url')->nullable(); - $table->string('cp_api')->nullable(); - $table->string('style')->nullable(); - $table->dateTime('rolechangedate')->nullable()->comment('When does the role expire'); + $table->string('host', 40)->nullable(); + $table->integer('grabs')->default(0); + $table->string('api_token', 64); + $table->string('resetguid', 50)->nullable(); + $table->dateTime('lastlogin')->nullable(); + $table->dateTime('apiaccess')->nullable(); + $table->integer('invites')->default(0); + $table->integer('invitedby')->nullable(); + $table->integer('movieview')->default(1); + $table->integer('xxxview')->default(1); + $table->integer('musicview')->default(1); + $table->integer('consoleview')->default(1); + $table->integer('bookview')->default(1); + $table->integer('gameview')->default(1); + $table->integer('rate_limit')->default(60); + $table->string('saburl')->nullable(); + $table->string('sabapikey')->nullable(); + $table->boolean('sabapikeytype')->nullable(); + $table->boolean('sabpriority')->nullable(); + $table->boolean('queuetype')->default(1)->comment('Type of queue, Sab or NZBGet'); + $table->string('nzbgeturl')->nullable(); + $table->string('nzbgetusername')->nullable(); + $table->string('nzbgetpassword')->nullable(); + $table->string('nzbvortex_api_key', 10)->nullable(); + $table->string('nzbvortex_server_url')->nullable(); + $table->string('userseed', 50); + $table->string('notes')->nullable(); + $table->string('cp_url')->nullable(); + $table->string('cp_api')->nullable(); + $table->string('style')->nullable(); + $table->dateTime('rolechangedate')->nullable()->comment('When does the role expire'); $table->timestamp('email_verified_at')->nullable(); - $table->rememberToken(); + $table->rememberToken(); $table->timestamps(); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('users'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('users'); + } } diff --git a/database/migrations/2018_01_17_150719_create_permission_tables.php b/database/migrations/2018_01_17_150719_create_permission_tables.php index 487a9a8a9..914c270a4 100644 --- a/database/migrations/2018_01_17_150719_create_permission_tables.php +++ b/database/migrations/2018_01_17_150719_create_permission_tables.php @@ -1,8 +1,8 @@ engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('title'); - $table->integer('parentid')->nullable()->index('ix_categories_parentid'); - $table->integer('status')->default(1)->index('ix_categories_status'); - $table->string('description')->nullable(); - $table->boolean('disablepreview')->default(0); - $table->bigInteger('minsizetoformrelease')->unsigned()->default(0); - $table->bigInteger('maxsizetoformrelease')->unsigned()->default(0); - }); - } + $table->increments('id'); + $table->string('title'); + $table->integer('parentid')->nullable()->index('ix_categories_parentid'); + $table->integer('status')->default(1)->index('ix_categories_status'); + $table->string('description')->nullable(); + $table->boolean('disablepreview')->default(0); + $table->bigInteger('minsizetoformrelease')->unsigned()->default(0); + $table->bigInteger('maxsizetoformrelease')->unsigned()->default(0); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('categories'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('categories'); + } } diff --git a/database/migrations/2018_01_18_105834_create_settings_table.php b/database/migrations/2018_01_18_105834_create_settings_table.php index ee831d97a..7911c176f 100644 --- a/database/migrations/2018_01_18_105834_create_settings_table.php +++ b/database/migrations/2018_01_18_105834_create_settings_table.php @@ -3,39 +3,38 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateSettingsTable extends Migration { +class CreateSettingsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('settings', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('settings', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->string('section', 25)->default(''); - $table->string('subsection', 25)->default(''); - $table->string('name', 25)->default(''); - $table->string('value', 1000)->default(''); - $table->text('hint', 65535); - $table->string('setting', 64)->default('')->unique('ui_settings_setting'); - $table->primary(['section','subsection','name']); - }); - } + $table->string('section', 25)->default(''); + $table->string('subsection', 25)->default(''); + $table->string('name', 25)->default(''); + $table->string('value', 1000)->default(''); + $table->text('hint', 65535); + $table->string('setting', 64)->default('')->unique('ui_settings_setting'); + $table->primary(['section','subsection','name']); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('settings'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('settings'); + } } diff --git a/database/migrations/2018_01_20_195500_create_collections_table.php b/database/migrations/2018_01_20_195500_create_collections_table.php index a87d25d1e..946435714 100644 --- a/database/migrations/2018_01_20_195500_create_collections_table.php +++ b/database/migrations/2018_01_20_195500_create_collections_table.php @@ -3,47 +3,46 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateCollectionsTable extends Migration { +class CreateCollectionsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('collections', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('collections', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('subject')->default(''); - $table->string('fromname')->default('')->index('fromname'); - $table->dateTime('date')->nullable()->index('date'); - $table->string('xref', 2000)->default(''); - $table->integer('totalfiles')->unsigned()->default(0); - $table->integer('groups_id')->unsigned()->default(0)->index('groups_id'); - $table->string('collectionhash')->default('0')->unique('ix_collection_collectionhash'); - $table->integer('collection_regexes_id')->default(0)->comment('FK to collection_regexes.id'); - $table->dateTime('dateadded')->nullable()->index('ix_collection_dateadded'); - $table->timestamp('added')->useCurrent(); - $table->boolean('filecheck')->default(0)->index('ix_collection_filecheck'); - $table->bigInteger('filesize')->unsigned()->default(0); - $table->integer('releases_id')->nullable()->index('ix_collection_releaseid'); - $table->char('noise', 32)->default(''); - }); - } + $table->increments('id'); + $table->string('subject')->default(''); + $table->string('fromname')->default('')->index('fromname'); + $table->dateTime('date')->nullable()->index('date'); + $table->string('xref', 2000)->default(''); + $table->integer('totalfiles')->unsigned()->default(0); + $table->integer('groups_id')->unsigned()->default(0)->index('groups_id'); + $table->string('collectionhash')->default('0')->unique('ix_collection_collectionhash'); + $table->integer('collection_regexes_id')->default(0)->comment('FK to collection_regexes.id'); + $table->dateTime('dateadded')->nullable()->index('ix_collection_dateadded'); + $table->timestamp('added')->useCurrent(); + $table->boolean('filecheck')->default(0)->index('ix_collection_filecheck'); + $table->bigInteger('filesize')->unsigned()->default(0); + $table->integer('releases_id')->nullable()->index('ix_collection_releaseid'); + $table->char('noise', 32)->default(''); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('collections'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('collections'); + } } diff --git a/database/migrations/2018_01_20_195604_create_anidb_episodes_table.php b/database/migrations/2018_01_20_195604_create_anidb_episodes_table.php index fb14b2811..ea0c34fc2 100644 --- a/database/migrations/2018_01_20_195604_create_anidb_episodes_table.php +++ b/database/migrations/2018_01_20_195604_create_anidb_episodes_table.php @@ -3,38 +3,37 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateAnidbEpisodesTable extends Migration { +class CreateAnidbEpisodesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('anidb_episodes', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('anidb_episodes', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('anidbid')->unsigned()->comment('ID of title from AniDB'); - $table->integer('episodeid')->unsigned()->default(0)->comment('anidb id for this episode'); - $table->smallInteger('episode_no')->unsigned()->comment('Numeric version of episode (leave 0 for combined episodes).'); - $table->string('episode_title')->comment('Title of the episode (en, x-jat)'); - $table->date('airdate'); - $table->primary(['anidbid','episodeid']); - }); - } + $table->integer('anidbid')->unsigned()->comment('ID of title from AniDB'); + $table->integer('episodeid')->unsigned()->default(0)->comment('anidb id for this episode'); + $table->smallInteger('episode_no')->unsigned()->comment('Numeric version of episode (leave 0 for combined episodes).'); + $table->string('episode_title')->comment('Title of the episode (en, x-jat)'); + $table->date('airdate'); + $table->primary(['anidbid','episodeid']); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('anidb_episodes'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('anidb_episodes'); + } } diff --git a/database/migrations/2018_01_20_195615_create_anidb_info_table.php b/database/migrations/2018_01_20_195615_create_anidb_info_table.php index f81fbba6a..137828b21 100644 --- a/database/migrations/2018_01_20_195615_create_anidb_info_table.php +++ b/database/migrations/2018_01_20_195615_create_anidb_info_table.php @@ -3,46 +3,45 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateAnidbInfoTable extends Migration { +class CreateAnidbInfoTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('anidb_info', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('anidb_info', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('anidbid')->unsigned()->primary()->comment('ID of title from AniDB'); - $table->string('type', 32)->nullable(); - $table->date('startdate')->nullable(); - $table->date('enddate')->nullable(); - $table->timestamp('updated')->useCurrent(); - $table->string('related', 1024)->nullable(); - $table->string('similar', 1024)->nullable(); - $table->string('creators', 1024)->nullable(); - $table->text('description', 65535)->nullable(); - $table->string('rating', 5)->nullable(); - $table->string('picture')->nullable(); - $table->string('categories', 1024)->nullable(); - $table->string('characters', 1024)->nullable(); - $table->index(['startdate','enddate','updated'], 'ix_anidb_info_datetime'); - }); - } + $table->integer('anidbid')->unsigned()->primary()->comment('ID of title from AniDB'); + $table->string('type', 32)->nullable(); + $table->date('startdate')->nullable(); + $table->date('enddate')->nullable(); + $table->timestamp('updated')->useCurrent(); + $table->string('related', 1024)->nullable(); + $table->string('similar', 1024)->nullable(); + $table->string('creators', 1024)->nullable(); + $table->text('description', 65535)->nullable(); + $table->string('rating', 5)->nullable(); + $table->string('picture')->nullable(); + $table->string('categories', 1024)->nullable(); + $table->string('characters', 1024)->nullable(); + $table->index(['startdate','enddate','updated'], 'ix_anidb_info_datetime'); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('anidb_info'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('anidb_info'); + } } diff --git a/database/migrations/2018_01_20_195624_create_anidb_titles_table.php b/database/migrations/2018_01_20_195624_create_anidb_titles_table.php index 4b30829c1..23746f06b 100644 --- a/database/migrations/2018_01_20_195624_create_anidb_titles_table.php +++ b/database/migrations/2018_01_20_195624_create_anidb_titles_table.php @@ -3,37 +3,36 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateAnidbTitlesTable extends Migration { +class CreateAnidbTitlesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('anidb_titles', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('anidb_titles', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('anidbid')->unsigned()->comment('ID of title from AniDB'); - $table->string('type', 25)->comment('type of title.'); - $table->string('lang', 25); - $table->string('title'); - $table->primary(['anidbid','type','lang','title']); - }); - } + $table->integer('anidbid')->unsigned()->comment('ID of title from AniDB'); + $table->string('type', 25)->comment('type of title.'); + $table->string('lang', 25); + $table->string('title'); + $table->primary(['anidbid','type','lang','title']); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('anidb_titles'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('anidb_titles'); + } } diff --git a/database/migrations/2018_01_20_195636_create_audio_data_table.php b/database/migrations/2018_01_20_195636_create_audio_data_table.php index 077ba156b..eff3bb7a6 100644 --- a/database/migrations/2018_01_20_195636_create_audio_data_table.php +++ b/database/migrations/2018_01_20_195636_create_audio_data_table.php @@ -3,46 +3,45 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateAudioDataTable extends Migration { +class CreateAudioDataTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('audio_data', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('audio_data', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); - $table->integer('audioid')->unsigned(); - $table->string('audioformat', 50)->nullable(); - $table->string('audiomode', 50)->nullable(); - $table->string('audiobitratemode', 50)->nullable(); - $table->string('audiobitrate', 10)->nullable(); - $table->string('audiochannels', 25)->nullable(); - $table->string('audiosamplerate', 25)->nullable(); - $table->string('audiolibrary', 50)->nullable(); - $table->string('audiolanguage', 50)->nullable(); - $table->string('audiotitle', 50)->nullable(); - $table->unique(['releases_id','audioid'], 'ix_releaseaudio_releaseid_audioid'); + $table->increments('id'); + $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); + $table->integer('audioid')->unsigned(); + $table->string('audioformat', 50)->nullable(); + $table->string('audiomode', 50)->nullable(); + $table->string('audiobitratemode', 50)->nullable(); + $table->string('audiobitrate', 10)->nullable(); + $table->string('audiochannels', 25)->nullable(); + $table->string('audiosamplerate', 25)->nullable(); + $table->string('audiolibrary', 50)->nullable(); + $table->string('audiolanguage', 50)->nullable(); + $table->string('audiotitle', 50)->nullable(); + $table->unique(['releases_id','audioid'], 'ix_releaseaudio_releaseid_audioid'); $table->foreign('releases_id', 'FK_ad_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('audio_data'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('audio_data'); + } } diff --git a/database/migrations/2018_01_20_195648_create_binaries_table.php b/database/migrations/2018_01_20_195648_create_binaries_table.php index 58d550902..7c323670e 100644 --- a/database/migrations/2018_01_20_195648_create_binaries_table.php +++ b/database/migrations/2018_01_20_195648_create_binaries_table.php @@ -3,44 +3,43 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateBinariesTable extends Migration { +class CreateBinariesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('binaries', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('binaries', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->bigInteger('id', true)->unsigned(); - $table->string('name', 1000)->default(''); - $table->integer('collections_id')->unsigned()->default(0)->index('ix_binaries_collection'); - $table->integer('filenumber')->unsigned()->default(0); - $table->integer('totalparts')->unsigned()->default(0); - $table->integer('currentparts')->unsigned()->default(0); - $table->boolean('partcheck')->default(0)->index('ix_binaries_partcheck'); - $table->bigInteger('partsize')->unsigned()->default(0); + $table->bigInteger('id', true)->unsigned(); + $table->string('name', 1000)->default(''); + $table->integer('collections_id')->unsigned()->default(0)->index('ix_binaries_collection'); + $table->integer('filenumber')->unsigned()->default(0); + $table->integer('totalparts')->unsigned()->default(0); + $table->integer('currentparts')->unsigned()->default(0); + $table->boolean('partcheck')->default(0)->index('ix_binaries_partcheck'); + $table->bigInteger('partsize')->unsigned()->default(0); $table->foreign('collections_id', 'FK_Collections')->references('id')->on('collections')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); + }); DB::statement("ALTER TABLE binaries ADD COLUMN binaryhash BINARY(16) NOT NULL DEFAULT '0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'"); DB::statement('ALTER TABLE binaries ADD UNIQUE INDEX ix_binaries_binaryhash (binaryhash)'); - } + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('binaries'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('binaries'); + } } diff --git a/database/migrations/2018_01_20_195703_create_bookinfo_table.php b/database/migrations/2018_01_20_195703_create_bookinfo_table.php index 1859b55c0..f751d3a49 100644 --- a/database/migrations/2018_01_20_195703_create_bookinfo_table.php +++ b/database/migrations/2018_01_20_195703_create_bookinfo_table.php @@ -3,48 +3,47 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateBookinfoTable extends Migration { +class CreateBookinfoTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('bookinfo', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('bookinfo', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('title'); - $table->string('author'); - $table->string('asin', 128)->nullable()->unique('ix_bookinfo_asin'); - $table->string('isbn', 128)->nullable(); - $table->string('ean', 128)->nullable(); - $table->string('url', 1000)->nullable(); - $table->integer('salesrank')->unsigned()->nullable(); - $table->string('publisher')->nullable(); - $table->dateTime('publishdate')->nullable(); - $table->string('pages', 128)->nullable(); - $table->string('overview', 3000)->nullable(); - $table->string('genre'); - $table->boolean('cover')->default(0); - $table->timestamps(); - }); + $table->increments('id'); + $table->string('title'); + $table->string('author'); + $table->string('asin', 128)->nullable()->unique('ix_bookinfo_asin'); + $table->string('isbn', 128)->nullable(); + $table->string('ean', 128)->nullable(); + $table->string('url', 1000)->nullable(); + $table->integer('salesrank')->unsigned()->nullable(); + $table->string('publisher')->nullable(); + $table->dateTime('publishdate')->nullable(); + $table->string('pages', 128)->nullable(); + $table->string('overview', 3000)->nullable(); + $table->string('genre'); + $table->boolean('cover')->default(0); + $table->timestamps(); + }); DB::statement('ALTER TABLE bookinfo ADD FULLTEXT ix_bookinfo_author_title_ft (author, title)'); - } + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('bookinfo'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('bookinfo'); + } } diff --git a/database/migrations/2018_01_20_195716_create_consoleinfo_table.php b/database/migrations/2018_01_20_195716_create_consoleinfo_table.php index f43a997ed..8ffc233f2 100644 --- a/database/migrations/2018_01_20_195716_create_consoleinfo_table.php +++ b/database/migrations/2018_01_20_195716_create_consoleinfo_table.php @@ -3,46 +3,45 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateConsoleinfoTable extends Migration { +class CreateConsoleinfoTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('consoleinfo', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('consoleinfo', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('title'); - $table->string('asin', 128)->nullable()->unique('ix_consoleinfo_asin'); - $table->string('url', 1000)->nullable(); - $table->integer('salesrank')->unsigned()->nullable(); - $table->string('platform')->nullable(); - $table->string('publisher')->nullable(); - $table->integer('genres_id')->nullable(); - $table->string('esrb')->nullable(); - $table->dateTime('releasedate')->nullable(); - $table->string('review', 3000)->nullable(); - $table->boolean('cover')->default(0); - $table->timestamps(); - }); + $table->increments('id'); + $table->string('title'); + $table->string('asin', 128)->nullable()->unique('ix_consoleinfo_asin'); + $table->string('url', 1000)->nullable(); + $table->integer('salesrank')->unsigned()->nullable(); + $table->string('platform')->nullable(); + $table->string('publisher')->nullable(); + $table->integer('genres_id')->nullable(); + $table->string('esrb')->nullable(); + $table->dateTime('releasedate')->nullable(); + $table->string('review', 3000)->nullable(); + $table->boolean('cover')->default(0); + $table->timestamps(); + }); DB::statement('ALTER TABLE consoleinfo ADD FULLTEXT ix_consoleinfo_title_platform_ft (title, platform)'); - } + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('consoleinfo'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('consoleinfo'); + } } diff --git a/database/migrations/2018_01_20_195728_create_dnzb_failures_table.php b/database/migrations/2018_01_20_195728_create_dnzb_failures_table.php index 8e4aeb842..0114665db 100644 --- a/database/migrations/2018_01_20_195728_create_dnzb_failures_table.php +++ b/database/migrations/2018_01_20_195728_create_dnzb_failures_table.php @@ -3,38 +3,37 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateDnzbFailuresTable extends Migration { +class CreateDnzbFailuresTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('dnzb_failures', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('dnzb_failures', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('release_id')->unsigned(); - $table->integer('users_id')->unsigned()->index('FK_users_df'); - $table->integer('failed')->unsigned()->default(0); - $table->primary(['release_id','users_id']); + $table->integer('release_id')->unsigned(); + $table->integer('users_id')->unsigned()->index('FK_users_df'); + $table->integer('failed')->unsigned()->default(0); + $table->primary(['release_id','users_id']); $table->foreign('users_id', 'FK_users_df')->references('id')->on('users')->onUpdate('CASCADE')->onDelete('CASCADE'); $table->foreign('release_id', 'FK_df_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('dnzb_failures'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('dnzb_failures'); + } } diff --git a/database/migrations/2018_01_20_195739_create_gamesinfo_table.php b/database/migrations/2018_01_20_195739_create_gamesinfo_table.php index 9e0a65894..2bd51f2c9 100644 --- a/database/migrations/2018_01_20_195739_create_gamesinfo_table.php +++ b/database/migrations/2018_01_20_195739_create_gamesinfo_table.php @@ -3,48 +3,47 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateGamesinfoTable extends Migration { +class CreateGamesinfoTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('gamesinfo', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('gamesinfo', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('title'); - $table->string('asin', 128)->nullable()->unique('ix_gamesinfo_asin'); - $table->string('url', 1000)->nullable(); - $table->string('publisher')->nullable(); - $table->integer('genres_id')->nullable(); - $table->string('esrb')->nullable(); - $table->dateTime('releasedate')->nullable(); - $table->string('review', 3000)->nullable(); - $table->boolean('cover')->default(0); - $table->boolean('backdrop')->default(0); - $table->string('trailer', 1000)->default(''); - $table->string('classused', 10)->default('steam'); - $table->timestamps(); - }); + $table->increments('id'); + $table->string('title'); + $table->string('asin', 128)->nullable()->unique('ix_gamesinfo_asin'); + $table->string('url', 1000)->nullable(); + $table->string('publisher')->nullable(); + $table->integer('genres_id')->nullable(); + $table->string('esrb')->nullable(); + $table->dateTime('releasedate')->nullable(); + $table->string('review', 3000)->nullable(); + $table->boolean('cover')->default(0); + $table->boolean('backdrop')->default(0); + $table->string('trailer', 1000)->default(''); + $table->string('classused', 10)->default('steam'); + $table->timestamps(); + }); DB::statement('ALTER TABLE gamesinfo ADD FULLTEXT ix_title_ft(title)'); - } + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('gamesinfo'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('gamesinfo'); + } } diff --git a/database/migrations/2018_01_20_195752_create_invitations_table.php b/database/migrations/2018_01_20_195752_create_invitations_table.php index 4d4a9e191..b6b851e79 100644 --- a/database/migrations/2018_01_20_195752_create_invitations_table.php +++ b/database/migrations/2018_01_20_195752_create_invitations_table.php @@ -3,37 +3,36 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateInvitationsTable extends Migration { +class CreateInvitationsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('invitations', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('invitations', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('guid', 50); - $table->integer('users_id')->unsigned()->index('FK_users_inv'); - $table->timestamps(); + $table->increments('id'); + $table->string('guid', 50); + $table->integer('users_id')->unsigned()->index('FK_users_inv'); + $table->timestamps(); $table->foreign('users_id', 'FK_users_inv')->references('id')->on('users')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('invitations'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('invitations'); + } } diff --git a/database/migrations/2018_01_20_195801_create_logging_table.php b/database/migrations/2018_01_20_195801_create_logging_table.php index 5465bb8b5..6330b765e 100644 --- a/database/migrations/2018_01_20_195801_create_logging_table.php +++ b/database/migrations/2018_01_20_195801_create_logging_table.php @@ -3,36 +3,35 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateLoggingTable extends Migration { +class CreateLoggingTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('logging', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('logging', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->dateTime('time')->nullable(); - $table->string('username', 50)->nullable(); - $table->string('host', 40)->nullable(); - }); - } + $table->increments('id'); + $table->dateTime('time')->nullable(); + $table->string('username', 50)->nullable(); + $table->string('host', 40)->nullable(); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('logging'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('logging'); + } } diff --git a/database/migrations/2018_01_20_195812_create_missed_parts_table.php b/database/migrations/2018_01_20_195812_create_missed_parts_table.php index 9e5d08618..c8b8a2428 100644 --- a/database/migrations/2018_01_20_195812_create_missed_parts_table.php +++ b/database/migrations/2018_01_20_195812_create_missed_parts_table.php @@ -3,39 +3,38 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateMissedPartsTable extends Migration { +class CreateMissedPartsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('missed_parts', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('missed_parts', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->bigInteger('numberid')->unsigned(); - $table->integer('groups_id')->unsigned()->default(0)->comment('FK to groups.id'); - $table->boolean('attempts')->default(0)->index('ix_missed_parts_attempts'); - $table->unique(['numberid','groups_id'], 'ix_missed_parts_numberid_groupsid'); - $table->index(['groups_id','attempts'], 'ix_missed_parts_groupid_attempts'); - $table->index(['numberid','groups_id','attempts'], 'ix_missed_parts_numberid_groupsid_attempts'); - }); - } + $table->increments('id'); + $table->bigInteger('numberid')->unsigned(); + $table->integer('groups_id')->unsigned()->default(0)->comment('FK to groups.id'); + $table->boolean('attempts')->default(0)->index('ix_missed_parts_attempts'); + $table->unique(['numberid','groups_id'], 'ix_missed_parts_numberid_groupsid'); + $table->index(['groups_id','attempts'], 'ix_missed_parts_groupid_attempts'); + $table->index(['numberid','groups_id','attempts'], 'ix_missed_parts_numberid_groupsid_attempts'); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('missed_parts'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('missed_parts'); + } } diff --git a/database/migrations/2018_01_20_195925_create_parts_table.php b/database/migrations/2018_01_20_195925_create_parts_table.php index 9167b8ac8..16281b2f2 100644 --- a/database/migrations/2018_01_20_195925_create_parts_table.php +++ b/database/migrations/2018_01_20_195925_create_parts_table.php @@ -3,39 +3,38 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreatePartsTable extends Migration { +class CreatePartsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('parts', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('parts', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->bigInteger('binaries_id')->unsigned()->default(0); - $table->string('messageid')->default(''); - $table->bigInteger('number')->unsigned()->default(0); - $table->integer('partnumber')->unsigned()->default(0); - $table->integer('size')->unsigned()->default(0); - $table->primary(['binaries_id','number']); + $table->bigInteger('binaries_id')->unsigned()->default(0); + $table->string('messageid')->default(''); + $table->bigInteger('number')->unsigned()->default(0); + $table->integer('partnumber')->unsigned()->default(0); + $table->integer('size')->unsigned()->default(0); + $table->primary(['binaries_id','number']); $table->foreign('binaries_id', 'FK_binaries')->references('id')->on('binaries')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('parts'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('parts'); + } } diff --git a/database/migrations/2018_01_20_195946_create_predb_hashes_table.php b/database/migrations/2018_01_20_195946_create_predb_hashes_table.php index 4f9a3e015..ffac2cdd8 100644 --- a/database/migrations/2018_01_20_195946_create_predb_hashes_table.php +++ b/database/migrations/2018_01_20_195946_create_predb_hashes_table.php @@ -3,36 +3,35 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreatePredbHashesTable extends Migration { +class CreatePredbHashesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('predb_hashes', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('predb_hashes', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('predb_id')->unsigned()->default(0)->comment('id, of the predb entry, this hash belongs to'); - }); + $table->integer('predb_id')->unsigned()->default(0)->comment('id, of the predb entry, this hash belongs to'); + }); - DB::statement('ALTER TABLE predb_hashes ADD COLUMN hash VARBINARY(40) DEFAULT ""'); + DB::statement('ALTER TABLE predb_hashes ADD COLUMN hash VARBINARY(40) DEFAULT ""'); DB::statement('ALTER TABLE predb_hashes ADD PRIMARY KEY (hash)'); - } + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('predb_hashes'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('predb_hashes'); + } } diff --git a/database/migrations/2018_01_20_195954_create_predb_imports_table.php b/database/migrations/2018_01_20_195954_create_predb_imports_table.php index 68799c213..564365706 100644 --- a/database/migrations/2018_01_20_195954_create_predb_imports_table.php +++ b/database/migrations/2018_01_20_195954_create_predb_imports_table.php @@ -3,46 +3,45 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreatePredbImportsTable extends Migration { +class CreatePredbImportsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('predb_imports', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('predb_imports', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->string('title')->default(''); - $table->string('nfo')->nullable(); - $table->string('size', 50)->nullable(); - $table->string('category')->nullable(); - $table->dateTime('predate')->nullable(); - $table->string('source', 50)->default(''); - $table->integer('requestid')->unsigned()->default(0); - $table->integer('groups_id')->unsigned()->default(0)->comment('FK to groups'); - $table->boolean('nuked')->default(0)->comment('Is this pre nuked? 0 no 2 yes 1 un nuked 3 mod nuked'); - $table->string('nukereason')->nullable()->comment('If this pre is nuked, what is the reason?'); - $table->string('files', 50)->nullable()->comment('How many files does this pre have ?'); - $table->string('filename')->default(''); - $table->boolean('searched')->default(0); - $table->string('groupname')->nullable(); - }); - } + $table->string('title')->default(''); + $table->string('nfo')->nullable(); + $table->string('size', 50)->nullable(); + $table->string('category')->nullable(); + $table->dateTime('predate')->nullable(); + $table->string('source', 50)->default(''); + $table->integer('requestid')->unsigned()->default(0); + $table->integer('groups_id')->unsigned()->default(0)->comment('FK to groups'); + $table->boolean('nuked')->default(0)->comment('Is this pre nuked? 0 no 2 yes 1 un nuked 3 mod nuked'); + $table->string('nukereason')->nullable()->comment('If this pre is nuked, what is the reason?'); + $table->string('files', 50)->nullable()->comment('How many files does this pre have ?'); + $table->string('filename')->default(''); + $table->boolean('searched')->default(0); + $table->string('groupname')->nullable(); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('predb_imports'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('predb_imports'); + } } diff --git a/database/migrations/2018_01_20_200005_create_release_comments_table.php b/database/migrations/2018_01_20_200005_create_release_comments_table.php index 86f649c84..7ec8adc38 100644 --- a/database/migrations/2018_01_20_200005_create_release_comments_table.php +++ b/database/migrations/2018_01_20_200005_create_release_comments_table.php @@ -3,52 +3,51 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateReleaseCommentsTable extends Migration { +class CreateReleaseCommentsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('release_comments', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('release_comments', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('releases_id')->unsigned()->index('ix_releasecomment_releases_id')->comment('FK to releases.id'); - $table->string('text', 2000)->default(''); - $table->boolean('isvisible')->default(1); - $table->boolean('issynced')->default(0); - $table->string('gid', 32)->nullable(); - $table->string('cid', 32)->nullable(); - $table->string('text_hash', 32)->default(''); - $table->string('username')->default(''); - $table->integer('users_id')->unsigned()->index('ix_releasecomment_userid'); - $table->timestamps(); - $table->string('host', 15)->nullable(); - $table->boolean('shared')->default(0); - $table->string('shareid', 40)->default(''); - $table->string('siteid', 40)->default(''); - $table->bigInteger('sourceid')->unsigned()->nullable(); - $table->unique(['text_hash','releases_id'], 'ix_release_comments_hash_releases_id'); + $table->increments('id'); + $table->integer('releases_id')->unsigned()->index('ix_releasecomment_releases_id')->comment('FK to releases.id'); + $table->string('text', 2000)->default(''); + $table->boolean('isvisible')->default(1); + $table->boolean('issynced')->default(0); + $table->string('gid', 32)->nullable(); + $table->string('cid', 32)->nullable(); + $table->string('text_hash', 32)->default(''); + $table->string('username')->default(''); + $table->integer('users_id')->unsigned()->index('ix_releasecomment_userid'); + $table->timestamps(); + $table->string('host', 15)->nullable(); + $table->boolean('shared')->default(0); + $table->string('shareid', 40)->default(''); + $table->string('siteid', 40)->default(''); + $table->bigInteger('sourceid')->unsigned()->nullable(); + $table->unique(['text_hash','releases_id'], 'ix_release_comments_hash_releases_id'); $table->foreign('releases_id', 'FK_rc_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); + }); DB::statement("ALTER TABLE release_comments ADD COLUMN nzb_guid BINARY(16) NOT NULL DEFAULT '0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'"); - } + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('release_comments'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('release_comments'); + } } diff --git a/database/migrations/2018_01_20_200018_create_releases_groups_table.php b/database/migrations/2018_01_20_200018_create_releases_groups_table.php index 084b16a9b..4f8e7579f 100644 --- a/database/migrations/2018_01_20_200018_create_releases_groups_table.php +++ b/database/migrations/2018_01_20_200018_create_releases_groups_table.php @@ -3,36 +3,35 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateReleasesGroupsTable extends Migration { +class CreateReleasesGroupsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('releases_groups', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('releases_groups', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('releases_id')->unsigned()->default(0)->comment('FK to releases.id'); - $table->integer('groups_id')->unsigned()->default(0)->comment('FK to groups.id'); - $table->primary(['releases_id','groups_id']); + $table->integer('releases_id')->unsigned()->default(0)->comment('FK to releases.id'); + $table->integer('groups_id')->unsigned()->default(0)->comment('FK to groups.id'); + $table->primary(['releases_id','groups_id']); $table->foreign('releases_id', 'FK_rg_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('releases_groups'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('releases_groups'); + } } diff --git a/database/migrations/2018_01_20_200030_create_release_regexes_table.php b/database/migrations/2018_01_20_200030_create_release_regexes_table.php index 17d6b8ebd..22dda16e2 100644 --- a/database/migrations/2018_01_20_200030_create_release_regexes_table.php +++ b/database/migrations/2018_01_20_200030_create_release_regexes_table.php @@ -3,36 +3,35 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateReleaseRegexesTable extends Migration { +class CreateReleaseRegexesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('release_regexes', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('release_regexes', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('releases_id')->unsigned()->default(0); - $table->integer('collection_regex_id')->default(0); - $table->integer('naming_regex_id')->default(0); - $table->primary(['releases_id','collection_regex_id','naming_regex_id'], 'ix_rel_coll_name_reg_id'); - }); - } + $table->integer('releases_id')->unsigned()->default(0); + $table->integer('collection_regex_id')->default(0); + $table->integer('naming_regex_id')->default(0); + $table->primary(['releases_id','collection_regex_id','naming_regex_id'], 'ix_rel_coll_name_reg_id'); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('release_regexes'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('release_regexes'); + } } diff --git a/database/migrations/2018_01_20_200038_create_release_unique_table.php b/database/migrations/2018_01_20_200038_create_release_unique_table.php index 0953d80fb..43b4e0f9c 100644 --- a/database/migrations/2018_01_20_200038_create_release_unique_table.php +++ b/database/migrations/2018_01_20_200038_create_release_unique_table.php @@ -3,36 +3,35 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateReleaseUniqueTable extends Migration { +class CreateReleaseUniqueTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('release_unique', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('release_unique', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('releases_id')->unsigned()->comment('FK to releases.id.'); - $table->string('uniqueid')->comment('Unique_ID from mediainfo.'); - $table->primary(['releases_id', 'uniqueid'], 'ix_releases_id_uniqueid'); + $table->integer('releases_id')->unsigned()->comment('FK to releases.id.'); + $table->string('uniqueid')->comment('Unique_ID from mediainfo.'); + $table->primary(['releases_id', 'uniqueid'], 'ix_releases_id_uniqueid'); $table->foreign('releases_id', 'FK_ru_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('release_unique'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('release_unique'); + } } diff --git a/database/migrations/2018_01_20_200046_create_releaseextrafull_table.php b/database/migrations/2018_01_20_200046_create_releaseextrafull_table.php index 878096ad6..314c82d1a 100644 --- a/database/migrations/2018_01_20_200046_create_releaseextrafull_table.php +++ b/database/migrations/2018_01_20_200046_create_releaseextrafull_table.php @@ -3,35 +3,34 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateReleaseextrafullTable extends Migration { +class CreateReleaseextrafullTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('releaseextrafull', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('releaseextrafull', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('releases_id')->unsigned()->primary()->comment('FK to releases.id'); - $table->text('mediainfo', 65535)->nullable(); + $table->integer('releases_id')->unsigned()->primary()->comment('FK to releases.id'); + $table->text('mediainfo', 65535)->nullable(); $table->foreign('releases_id', 'FK_ref_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('releaseextrafull'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('releaseextrafull'); + } } diff --git a/database/migrations/2018_01_20_200104_create_release_nfos_table.php b/database/migrations/2018_01_20_200104_create_release_nfos_table.php index f3bcfb692..836df6943 100644 --- a/database/migrations/2018_01_20_200104_create_release_nfos_table.php +++ b/database/migrations/2018_01_20_200104_create_release_nfos_table.php @@ -3,35 +3,34 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateReleaseNfosTable extends Migration { +class CreateReleaseNfosTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('release_nfos', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('release_nfos', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('releases_id')->unsigned()->primary()->comment('FK to releases.id'); - $table->binary('nfo', 65535)->nullable(); + $table->integer('releases_id')->unsigned()->primary()->comment('FK to releases.id'); + $table->binary('nfo', 65535)->nullable(); $table->foreign('releases_id', 'FK_rn_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('release_nfos'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('release_nfos'); + } } diff --git a/database/migrations/2018_01_20_200124_create_release_subtitles_table.php b/database/migrations/2018_01_20_200124_create_release_subtitles_table.php index a34c71b8b..acb0c236d 100644 --- a/database/migrations/2018_01_20_200124_create_release_subtitles_table.php +++ b/database/migrations/2018_01_20_200124_create_release_subtitles_table.php @@ -3,38 +3,37 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateReleaseSubtitlesTable extends Migration { +class CreateReleaseSubtitlesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('release_subtitles', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('release_subtitles', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); - $table->integer('subsid')->unsigned(); - $table->string('subslanguage', 50); - $table->unique(['releases_id','subsid'], 'ix_releasesubs_releases_id_subsid'); + $table->increments('id'); + $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); + $table->integer('subsid')->unsigned(); + $table->string('subslanguage', 50); + $table->unique(['releases_id','subsid'], 'ix_releasesubs_releases_id_subsid'); $table->foreign('releases_id', 'FK_rs_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('release_subtitles'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('release_subtitles'); + } } diff --git a/database/migrations/2018_01_20_200135_create_sharing_table.php b/database/migrations/2018_01_20_200135_create_sharing_table.php index d8219ae0c..fd7520e67 100644 --- a/database/migrations/2018_01_20_200135_create_sharing_table.php +++ b/database/migrations/2018_01_20_200135_create_sharing_table.php @@ -3,45 +3,44 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateSharingTable extends Migration { +class CreateSharingTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('sharing', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('sharing', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->string('site_guid', 40)->default('')->primary(); - $table->string('site_name')->default(''); - $table->string('username')->default(''); - $table->boolean('enabled')->default(0); - $table->boolean('posting')->default(0); - $table->boolean('fetching')->default(1); - $table->boolean('auto_enable')->default(1); - $table->boolean('start_position')->default(0); - $table->boolean('hide_users')->default(1); - $table->bigInteger('last_article')->unsigned()->default(0); - $table->integer('max_push')->unsigned()->default(40); - $table->integer('max_download')->unsigned()->default(150); - $table->integer('max_pull')->unsigned()->default(20000); - }); - } + $table->string('site_guid', 40)->default('')->primary(); + $table->string('site_name')->default(''); + $table->string('username')->default(''); + $table->boolean('enabled')->default(0); + $table->boolean('posting')->default(0); + $table->boolean('fetching')->default(1); + $table->boolean('auto_enable')->default(1); + $table->boolean('start_position')->default(0); + $table->boolean('hide_users')->default(1); + $table->bigInteger('last_article')->unsigned()->default(0); + $table->integer('max_push')->unsigned()->default(40); + $table->integer('max_download')->unsigned()->default(150); + $table->integer('max_pull')->unsigned()->default(20000); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('sharing'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('sharing'); + } } diff --git a/database/migrations/2018_01_20_200142_create_sharing_sites_table.php b/database/migrations/2018_01_20_200142_create_sharing_sites_table.php index c528ac1a5..7881f3e24 100644 --- a/database/migrations/2018_01_20_200142_create_sharing_sites_table.php +++ b/database/migrations/2018_01_20_200142_create_sharing_sites_table.php @@ -3,39 +3,38 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateSharingSitesTable extends Migration { +class CreateSharingSitesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('sharing_sites', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('sharing_sites', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('site_name')->default(''); - $table->string('site_guid', 40)->default(''); - $table->dateTime('last_time')->nullable(); - $table->dateTime('first_time')->nullable(); - $table->boolean('enabled')->default(0); - $table->integer('comments')->unsigned()->default(0); - }); - } + $table->increments('id'); + $table->string('site_name')->default(''); + $table->string('site_guid', 40)->default(''); + $table->dateTime('last_time')->nullable(); + $table->dateTime('first_time')->nullable(); + $table->boolean('enabled')->default(0); + $table->integer('comments')->unsigned()->default(0); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('sharing_sites'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('sharing_sites'); + } } diff --git a/database/migrations/2018_01_20_200151_create_short_groups_table.php b/database/migrations/2018_01_20_200151_create_short_groups_table.php index 2bff0fc22..f71516ebf 100644 --- a/database/migrations/2018_01_20_200151_create_short_groups_table.php +++ b/database/migrations/2018_01_20_200151_create_short_groups_table.php @@ -3,37 +3,36 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateShortGroupsTable extends Migration { +class CreateShortGroupsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('short_groups', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('short_groups', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('id', true); - $table->string('name')->default('')->index('ix_shortgroups_name'); - $table->bigInteger('first_record')->unsigned()->default(0); - $table->bigInteger('last_record')->unsigned()->default(0); - $table->dateTime('updated')->nullable(); - }); - } + $table->integer('id', true); + $table->string('name')->default('')->index('ix_shortgroups_name'); + $table->bigInteger('first_record')->unsigned()->default(0); + $table->bigInteger('last_record')->unsigned()->default(0); + $table->dateTime('updated')->nullable(); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('short_groups'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('short_groups'); + } } diff --git a/database/migrations/2018_01_20_200200_create_steam_apps_table.php b/database/migrations/2018_01_20_200200_create_steam_apps_table.php index 97ed0584b..f2b30100b 100644 --- a/database/migrations/2018_01_20_200200_create_steam_apps_table.php +++ b/database/migrations/2018_01_20_200200_create_steam_apps_table.php @@ -3,37 +3,36 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateSteamAppsTable extends Migration { +class CreateSteamAppsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('steam_apps', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('steam_apps', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->string('name')->default('')->comment('Steam application name'); - $table->integer('appid')->unsigned()->comment('Steam application id'); - $table->primary(['appid','name']); - }); + $table->string('name')->default('')->comment('Steam application name'); + $table->integer('appid')->unsigned()->comment('Steam application id'); + $table->primary(['appid','name']); + }); - DB::statement('ALTER TABLE steam_apps ADD FULLTEXT ix_name_ft (name)'); - } + DB::statement('ALTER TABLE steam_apps ADD FULLTEXT ix_name_ft (name)'); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('steam_apps'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('steam_apps'); + } } diff --git a/database/migrations/2018_01_20_200211_create_tv_episodes_table.php b/database/migrations/2018_01_20_200211_create_tv_episodes_table.php index d693b669c..283949c23 100644 --- a/database/migrations/2018_01_20_200211_create_tv_episodes_table.php +++ b/database/migrations/2018_01_20_200211_create_tv_episodes_table.php @@ -3,41 +3,40 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateTvEpisodesTable extends Migration { +class CreateTvEpisodesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('tv_episodes', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('tv_episodes', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('videos_id')->unsigned()->comment('FK to videos.id of the parent series.'); - $table->smallInteger('series')->unsigned()->default(0)->comment('Number of series/season.'); - $table->smallInteger('episode')->unsigned()->default(0)->comment('Number of episode within series'); - $table->string('se_complete', 10)->comment('String version of Series/Episode as taken from release subject (i.e. S02E21+22).'); - $table->string('title', 180)->comment('Title of the episode.'); - $table->date('firstaired')->comment('Date of original airing/release.'); - $table->text('summary', 65535)->comment('Description/summary of the episode.'); - $table->unique(['videos_id','series','episode','firstaired'], 'videos_id'); - }); - } + $table->increments('id'); + $table->integer('videos_id')->unsigned()->comment('FK to videos.id of the parent series.'); + $table->smallInteger('series')->unsigned()->default(0)->comment('Number of series/season.'); + $table->smallInteger('episode')->unsigned()->default(0)->comment('Number of episode within series'); + $table->string('se_complete', 10)->comment('String version of Series/Episode as taken from release subject (i.e. S02E21+22).'); + $table->string('title', 180)->comment('Title of the episode.'); + $table->date('firstaired')->comment('Date of original airing/release.'); + $table->text('summary', 65535)->comment('Description/summary of the episode.'); + $table->unique(['videos_id','series','episode','firstaired'], 'videos_id'); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('tv_episodes'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('tv_episodes'); + } } diff --git a/database/migrations/2018_01_20_200218_create_tv_info_table.php b/database/migrations/2018_01_20_200218_create_tv_info_table.php index 9a3636b93..1109c714b 100644 --- a/database/migrations/2018_01_20_200218_create_tv_info_table.php +++ b/database/migrations/2018_01_20_200218_create_tv_info_table.php @@ -3,37 +3,36 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateTvInfoTable extends Migration { +class CreateTvInfoTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('tv_info', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('tv_info', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('videos_id')->unsigned()->default(0)->primary()->comment('FK to video.id'); - $table->text('summary', 65535)->comment('Description/summary of the show.'); - $table->string('publisher', 50)->comment('The channel/network of production/release (ABC, BBC, Showtime, etc.).'); - $table->string('localzone', 50)->default('')->comment('The linux tz style identifier'); - $table->boolean('image')->default(0)->index('ix_tv_info_image')->comment('Does the video have a cover image?'); - }); - } + $table->integer('videos_id')->unsigned()->default(0)->primary()->comment('FK to video.id'); + $table->text('summary', 65535)->comment('Description/summary of the show.'); + $table->string('publisher', 50)->comment('The channel/network of production/release (ABC, BBC, Showtime, etc.).'); + $table->string('localzone', 50)->default('')->comment('The linux tz style identifier'); + $table->boolean('image')->default(0)->index('ix_tv_info_image')->comment('Does the video have a cover image?'); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('tv_info'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('tv_info'); + } } diff --git a/database/migrations/2018_01_20_200237_create_users_releases_table.php b/database/migrations/2018_01_20_200237_create_users_releases_table.php index 515c73bb4..735a95769 100644 --- a/database/migrations/2018_01_20_200237_create_users_releases_table.php +++ b/database/migrations/2018_01_20_200237_create_users_releases_table.php @@ -3,39 +3,38 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateUsersReleasesTable extends Migration { +class CreateUsersReleasesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('users_releases', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('users_releases', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('users_id')->unsigned(); - $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); - $table->timestamps(); - $table->unique(['users_id','releases_id'], 'ix_usercart_userrelease'); + $table->increments('id'); + $table->integer('users_id')->unsigned(); + $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); + $table->timestamps(); + $table->unique(['users_id','releases_id'], 'ix_usercart_userrelease'); $table->foreign('users_id', 'FK_users_ur')->references('id')->on('users')->onUpdate('CASCADE')->onDelete('CASCADE'); $table->foreign('releases_id', 'FK_ur_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('users_releases'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('users_releases'); + } } diff --git a/database/migrations/2018_01_20_200248_create_user_downloads_table.php b/database/migrations/2018_01_20_200248_create_user_downloads_table.php index 589ede8f5..764692777 100644 --- a/database/migrations/2018_01_20_200248_create_user_downloads_table.php +++ b/database/migrations/2018_01_20_200248_create_user_downloads_table.php @@ -3,38 +3,37 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateUserDownloadsTable extends Migration { +class CreateUserDownloadsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('user_downloads', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('user_downloads', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('users_id')->unsigned()->index('userid'); - $table->string('hosthash', 50)->default(''); - $table->dateTime('timestamp')->index('timestamp'); - $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); + $table->increments('id'); + $table->integer('users_id')->unsigned()->index('userid'); + $table->string('hosthash', 50)->default(''); + $table->dateTime('timestamp')->index('timestamp'); + $table->integer('releases_id')->unsigned()->comment('FK to releases.id'); $table->foreign('users_id', 'FK_users_ud')->references('id')->on('users')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('user_downloads'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('user_downloads'); + } } diff --git a/database/migrations/2018_01_20_200318_create_user_movies_table.php b/database/migrations/2018_01_20_200318_create_user_movies_table.php index 8d4ac7060..30bdf09a8 100644 --- a/database/migrations/2018_01_20_200318_create_user_movies_table.php +++ b/database/migrations/2018_01_20_200318_create_user_movies_table.php @@ -3,39 +3,38 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateUserMoviesTable extends Migration { +class CreateUserMoviesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('user_movies', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('user_movies', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('users_id')->unsigned(); - $table->integer('imdbid')->unsigned()->nullable(); - $table->string('categories', 64)->nullable()->comment('List of categories for user movies'); - $table->timestamps(); - $table->index(['users_id','imdbid'], 'ix_usermovies_userid'); + $table->increments('id'); + $table->integer('users_id')->unsigned(); + $table->integer('imdbid')->unsigned()->nullable(); + $table->string('categories', 64)->nullable()->comment('List of categories for user movies'); + $table->timestamps(); + $table->index(['users_id','imdbid'], 'ix_usermovies_userid'); $table->foreign('users_id', 'FK_users_um')->references('id')->on('users')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('user_movies'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('user_movies'); + } } diff --git a/database/migrations/2018_01_20_200328_create_user_requests_table.php b/database/migrations/2018_01_20_200328_create_user_requests_table.php index 17a4f737c..45f062281 100644 --- a/database/migrations/2018_01_20_200328_create_user_requests_table.php +++ b/database/migrations/2018_01_20_200328_create_user_requests_table.php @@ -3,38 +3,37 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateUserRequestsTable extends Migration { +class CreateUserRequestsTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('user_requests', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('user_requests', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('users_id')->unsigned()->index('userid'); - $table->string('hosthash', 50)->default(''); - $table->string('request'); - $table->dateTime('timestamp')->index('timestamp'); + $table->increments('id'); + $table->integer('users_id')->unsigned()->index('userid'); + $table->string('hosthash', 50)->default(''); + $table->string('request'); + $table->dateTime('timestamp')->index('timestamp'); $table->foreign('users_id', 'FK_users_urq')->references('id')->on('users')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('user_requests'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('user_requests'); + } } diff --git a/database/migrations/2018_01_20_200336_create_user_series_table.php b/database/migrations/2018_01_20_200336_create_user_series_table.php index 54de928aa..dbe59f19a 100644 --- a/database/migrations/2018_01_20_200336_create_user_series_table.php +++ b/database/migrations/2018_01_20_200336_create_user_series_table.php @@ -3,39 +3,38 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateUserSeriesTable extends Migration { +class CreateUserSeriesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('user_series', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('user_series', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->integer('users_id')->unsigned(); - $table->integer('videos_id')->comment('FK to videos.id'); - $table->string('categories', 64)->nullable()->comment('List of categories for user tv shows'); - $table->timestamps(); - $table->index(['users_id','videos_id'], 'ix_userseries_videos_id'); + $table->increments('id'); + $table->integer('users_id')->unsigned(); + $table->integer('videos_id')->comment('FK to videos.id'); + $table->string('categories', 64)->nullable()->comment('List of categories for user tv shows'); + $table->timestamps(); + $table->index(['users_id','videos_id'], 'ix_userseries_videos_id'); $table->foreign('users_id', 'FK_users_us')->references('id')->on('users')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('user_series'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('user_series'); + } } diff --git a/database/migrations/2018_01_20_200346_create_video_data_table.php b/database/migrations/2018_01_20_200346_create_video_data_table.php index bb15e0eed..86c9beb17 100644 --- a/database/migrations/2018_01_20_200346_create_video_data_table.php +++ b/database/migrations/2018_01_20_200346_create_video_data_table.php @@ -3,44 +3,43 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateVideoDataTable extends Migration { +class CreateVideoDataTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('video_data', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('video_data', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('releases_id')->unsigned()->primary()->comment('FK to releases.id'); - $table->string('containerformat', 50)->nullable(); - $table->string('overallbitrate', 20)->nullable(); - $table->string('videoduration', 20)->nullable(); - $table->string('videoformat', 50)->nullable(); - $table->string('videocodec', 50)->nullable(); - $table->integer('videowidth')->nullable(); - $table->integer('videoheight')->nullable(); - $table->string('videoaspect', 10)->nullable(); - $table->float('videoframerate', 7, 4)->nullable(); - $table->string('videolibrary', 50)->nullable(); + $table->integer('releases_id')->unsigned()->primary()->comment('FK to releases.id'); + $table->string('containerformat', 50)->nullable(); + $table->string('overallbitrate', 20)->nullable(); + $table->string('videoduration', 20)->nullable(); + $table->string('videoformat', 50)->nullable(); + $table->string('videocodec', 50)->nullable(); + $table->integer('videowidth')->nullable(); + $table->integer('videoheight')->nullable(); + $table->string('videoaspect', 10)->nullable(); + $table->float('videoframerate', 7, 4)->nullable(); + $table->string('videolibrary', 50)->nullable(); $table->foreign('releases_id', 'FK_vd_releases')->references('id')->on('releases')->onUpdate('CASCADE')->onDelete('CASCADE'); - }); - } + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('video_data'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('video_data'); + } } diff --git a/database/migrations/2018_01_20_200353_create_videos_table.php b/database/migrations/2018_01_20_200353_create_videos_table.php index f2749981f..43280149d 100644 --- a/database/migrations/2018_01_20_200353_create_videos_table.php +++ b/database/migrations/2018_01_20_200353_create_videos_table.php @@ -3,47 +3,46 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateVideosTable extends Migration { +class CreateVideosTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('videos', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('videos', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id')->comment('Show ID to be used in other tables as reference '); - $table->boolean('type')->default(0)->comment('0 = TV, 1 = Film, 2 = Anime'); - $table->string('title', 180)->comment('Name of the video.'); - $table->char('countries_id', 2)->default('')->comment('Two character country code (FK to countries table).'); - $table->dateTime('started')->comment('Date (UTC) of production\'s first airing.'); - $table->integer('anidb')->unsigned()->default(0)->comment('ID number for anidb site'); - $table->integer('imdb')->unsigned()->default(0)->index('ix_videos_imdb')->comment('ID number for IMDB site (without the \'tt\' prefix).'); - $table->integer('tmdb')->unsigned()->default(0)->index('ix_videos_tmdb')->comment('ID number for TMDB site.'); - $table->integer('trakt')->unsigned()->default(0)->index('ix_videos_trakt')->comment('ID number for TraktTV site.'); - $table->integer('tvdb')->unsigned()->default(0)->index('ix_videos_tvdb')->comment('ID number for TVDB site'); - $table->integer('tvmaze')->unsigned()->default(0)->index('ix_videos_tvmaze')->comment('ID number for TVMaze site.'); - $table->integer('tvrage')->unsigned()->default(0)->index('ix_videos_tvrage')->comment('ID number for TVRage site.'); - $table->boolean('source')->default(0)->comment('Which site did we use for info?'); - $table->unique(['title','type','started','countries_id'], 'ix_videos_title'); - $table->index(['type','source'], 'ix_videos_type_source'); - }); - } + $table->increments('id')->comment('Show ID to be used in other tables as reference '); + $table->boolean('type')->default(0)->comment('0 = TV, 1 = Film, 2 = Anime'); + $table->string('title', 180)->comment('Name of the video.'); + $table->char('countries_id', 2)->default('')->comment('Two character country code (FK to countries table).'); + $table->dateTime('started')->comment('Date (UTC) of production\'s first airing.'); + $table->integer('anidb')->unsigned()->default(0)->comment('ID number for anidb site'); + $table->integer('imdb')->unsigned()->default(0)->index('ix_videos_imdb')->comment('ID number for IMDB site (without the \'tt\' prefix).'); + $table->integer('tmdb')->unsigned()->default(0)->index('ix_videos_tmdb')->comment('ID number for TMDB site.'); + $table->integer('trakt')->unsigned()->default(0)->index('ix_videos_trakt')->comment('ID number for TraktTV site.'); + $table->integer('tvdb')->unsigned()->default(0)->index('ix_videos_tvdb')->comment('ID number for TVDB site'); + $table->integer('tvmaze')->unsigned()->default(0)->index('ix_videos_tvmaze')->comment('ID number for TVMaze site.'); + $table->integer('tvrage')->unsigned()->default(0)->index('ix_videos_tvrage')->comment('ID number for TVRage site.'); + $table->boolean('source')->default(0)->comment('Which site did we use for info?'); + $table->unique(['title','type','started','countries_id'], 'ix_videos_title'); + $table->index(['type','source'], 'ix_videos_type_source'); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('videos'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('videos'); + } } diff --git a/database/migrations/2018_01_20_200403_create_videos_aliases_table.php b/database/migrations/2018_01_20_200403_create_videos_aliases_table.php index 22054d90c..f852f0476 100644 --- a/database/migrations/2018_01_20_200403_create_videos_aliases_table.php +++ b/database/migrations/2018_01_20_200403_create_videos_aliases_table.php @@ -3,35 +3,34 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateVideosAliasesTable extends Migration { +class CreateVideosAliasesTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('videos_aliases', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('videos_aliases', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->integer('videos_id')->unsigned()->comment('FK to videos.id of the parent title.'); - $table->string('title', 180)->comment('AKA of the video.'); - $table->primary(['videos_id','title']); - }); - } + $table->integer('videos_id')->unsigned()->comment('FK to videos.id of the parent title.'); + $table->string('title', 180)->comment('AKA of the video.'); + $table->primary(['videos_id','title']); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('videos_aliases'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('videos_aliases'); + } } diff --git a/database/migrations/2018_01_20_200417_create_xxxinfo_table.php b/database/migrations/2018_01_20_200417_create_xxxinfo_table.php index 61b505c11..679e855fd 100644 --- a/database/migrations/2018_01_20_200417_create_xxxinfo_table.php +++ b/database/migrations/2018_01_20_200417_create_xxxinfo_table.php @@ -3,47 +3,46 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -class CreateXxxinfoTable extends Migration { +class CreateXxxinfoTable extends Migration +{ - /** - * Run the migrations. - * - * @return void - */ - public function up() - { - Schema::create('xxxinfo', function(Blueprint $table) - { + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + Schema::create('xxxinfo', function (Blueprint $table) { $table->engine = 'InnoDB'; $table->charset = 'utf8'; $table->collation = 'utf8_unicode_ci'; - $table->increments('id'); - $table->string('title', 1024)->unique('ix_xxxinfo_title'); - $table->string('tagline', 1024); - $table->binary('plot', 65535)->nullable(); - $table->string('genre'); - $table->string('director')->nullable(); - $table->string('actors', 2500); - $table->text('extras', 65535)->nullable(); - $table->text('productinfo', 65535)->nullable(); - $table->text('trailers', 65535)->nullable(); - $table->string('directurl', 2000); - $table->string('classused', 20)->default(''); - $table->boolean('cover')->default(0); - $table->boolean('backdrop')->default(0); - $table->timestamps(); - }); - } + $table->increments('id'); + $table->string('title', 1024)->unique('ix_xxxinfo_title'); + $table->string('tagline', 1024); + $table->binary('plot', 65535)->nullable(); + $table->string('genre'); + $table->string('director')->nullable(); + $table->string('actors', 2500); + $table->text('extras', 65535)->nullable(); + $table->text('productinfo', 65535)->nullable(); + $table->text('trailers', 65535)->nullable(); + $table->string('directurl', 2000); + $table->string('classused', 20)->default(''); + $table->boolean('cover')->default(0); + $table->boolean('backdrop')->default(0); + $table->timestamps(); + }); + } - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('xxxinfo'); - } - + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::drop('xxxinfo'); + } } diff --git a/database/migrations/2018_04_24_132758_create_cache_table.php b/database/migrations/2018_04_24_132758_create_cache_table.php index 058afe69c..7b73e5fd1 100644 --- a/database/migrations/2018_04_24_132758_create_cache_table.php +++ b/database/migrations/2018_04_24_132758_create_cache_table.php @@ -1,8 +1,8 @@ delete(); - \DB::table('binaryblacklist')->insert(array ( + \DB::table('binaryblacklist')->insert([ 0 => - array ( + [ 'id' => 1, 'groupname' => 'alt\\.binaries\\..*', 'regex' => '(brazilian|chinese|croatian|danish|deutsch|dutch|estonian|flemish|finnish|french|german|greek|hebrew|icelandic|italian|latin|nordic|norwegian|polish|portuguese|japenese|japanese|russian|serbian|slovenian|spanish|spanisch|swedish|thai|turkish)[\\)]?( \\-)?[ \\-\\.]((19|20)\\d\\d|(480|720|1080)(i|p)|3d|5\\.1|dts|ac3|truehd|(bd|dvd|hd|sat|vhs|web)\\.?rip|(bd.)?(h|x).?2?64|divx|xvid|bluray|svcd|board|custom|"|(d|h|p|s)d?v?tv|m?dvd(-|sc)?r|int(ernal)?|nzb|par2|\\b(((dc|ld|md|ml|dl|hr|se)[.])|(anime\\.)|(fs|ws)|dsr|pal|ntsc|iso|complete|cracked|ebook|extended|dirfix|festival|proper|game|limited|read.?nfo|real|rerip|repack|remastered|retail|samplefix|scan|screener|theatrical|uncut|unrated|incl|winall)\\b|doku|doc|dub|sub|\\(uncut\\))', @@ -26,10 +24,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blacklists non-english releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 1 => - array ( + [ 'id' => 2, 'groupname' => 'alt\\.binaries\\..*', 'regex' => '[ -.](bl|cz|de|es|fr|ger|heb|hu|hun|ita|ko|kor|nl|pl|se)[ -.]((19|20)\\d\\d|(480|720|1080)(i|p)|(bd|dvd.?|sat|vhs)?rip?|(bd|dl)mux|( -.)?(dub|sub)(ed|bed)?|complete|convert|(d|h|p|s)d?tv|dirfix|docu|dual|dvbs|dvdscr|eng|(h|x).?2?64|int(ernal)?|pal|proper|repack|xbox)', @@ -37,10 +35,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blacklists non-english abbreviated releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 2 => - array ( + [ 'id' => 3, 'groupname' => 'alt\\.binaries\\..*', 'regex' => '[ -.]((19|20)\\d\\d|(bd|dvd.?|sat|vhs)?rip?|custom|divx|dts)[ -.](bl|cz|de|es|fr|ger|heb|hu|ita|ko|kor|nl|pl|se)[ -.]', @@ -48,10 +46,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blacklists non-english abbreviated (reversed) releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 3 => - array ( + [ 'id' => 4, 'groupname' => 'alt\\.binaries\\..*', 'regex' => '[ -.](chinese.subbed|dksubs|fansubs?|finsub|hebdub|hebsub|korsub|norsub|nordicsubs|nl( -.)?sub(ed|bed|s)?|nlvlaams|pldub|plsub|slosinh|swesub|truefrench|vost(fr)?)[ -.]', @@ -59,10 +57,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blacklists non-english subtitled releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 4 => - array ( + [ 'id' => 5, 'groupname' => 'alt\\.binaries\\..*', 'regex' => '[ -._](4u\\.nl|nov[ a]+rip|realco|videomann|vost)[ -._]', @@ -70,10 +68,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blacklists non-english (release group specific) releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 5 => - array ( + [ 'id' => 6, 'groupname' => 'alt\\.binaries\\..*', 'regex' => '[ -.]((bd|dl)mux|doku|\\[foreign\\]|seizoen|staffel)[ -.]', @@ -81,10 +79,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blacklists non-english (lang specific) releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 6 => - array ( + [ 'id' => 7, 'groupname' => 'alt\\.binaries\\..*', 'regex' => '[ -.](imageset|pictureset|xxx)[ -.]', @@ -92,10 +90,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blacklists porn releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 7 => - array ( + [ 'id' => 8, 'groupname' => 'alt\\.binaries\\..*', 'regex' => 'hdnectar|nzbcave', @@ -103,10 +101,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Bad releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 8 => - array ( + [ 'id' => 9, 'groupname' => 'alt\\.binaries\\..*', 'regex' => 'Passworded', @@ -114,10 +112,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Removes passworded releases.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 9 => - array ( + [ 'id' => 10, 'groupname' => 'alt\\.binaries\\.(boneless|movies\\.divx)', 'regex' => '((Frkz|info)@XviD2?|x?VIDZ?@pwrpst|movies@movies?)\\.net|(hsv\\.stoned@hotmail|unequal87@gmail|ilove@movies)\\.com', @@ -125,10 +123,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Virus codec posters.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 10 => - array ( + [ 'id' => 11, 'groupname' => 'alt\\.binaries\\.tun', 'regex' => '\\[PRiVATE\\]\\s+[a-z0-9]+ ', @@ -136,10 +134,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Passworded/Encrypted junk.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 11 => - array ( + [ 'id' => 12, 'groupname' => '^alt\\.binaries\\.teevee$', 'regex' => '^\\[KoreanTV\\] ', @@ -147,10 +145,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Blocks posts by koreantv.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 12 => - array ( + [ 'id' => 13, 'groupname' => '^alt\\.binaries\\.(kenpsx|frogs)$', 'regex' => '^\\s*([a-f0-9]{16})\\s\\[\\d+\\/\\d+\\]\\s-\\s\\"\\1\\"\\s+yEnc$', @@ -158,10 +156,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 0, 'description' => 'Block 16 character hash floods in kenpsx frogs.', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 13 => - array ( + [ 'id' => 14, 'groupname' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => 'TESTMAN', @@ -169,10 +167,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 1, 'description' => 'Posts by TESTMAN (jpegs)', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 14 => - array ( + [ 'id' => 15, 'groupname' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '^yEnc ".+torrent"$', @@ -180,10 +178,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 1, 'description' => 'torrent uploads ::: yEnc "SBS ÀαⰡ¿ä.E690.120916.HDTV.H264.720p-KOR.avi.torrent"', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 15 => - array ( + [ 'id' => 16, 'groupname' => '^korea\\.binaries\\.movies$', 'regex' => '^.[?(Kornet|SK|xpeed|KT)]?', @@ -191,10 +189,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 1, 'description' => 'Incomplete releases', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 16 => - array ( + [ 'id' => 17, 'groupname' => '^korea\\.binaries\\.movies$', 'regex' => '^(top@top.t \\(top\\)|shit@xxxxxxxxaa.com \\(shit\\)|none@nonemail.com \\(none\\))$', @@ -202,10 +200,10 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 1, 'description' => 'incomplete cryptic releases', - 'last_activity' => NULL, - ), + 'last_activity' => null, + ], 17 => - array ( + [ 'id' => 18, 'groupname' => '^korea\\.binaries\\.movies$', 'regex' => '^filzilla6@web\\.de \\(Baruth\\)$', @@ -213,10 +211,8 @@ class BinaryblacklistTableSeeder extends Seeder 'optype' => 1, 'status' => 1, 'description' => 'Virus Poster', - 'last_activity' => NULL, - ), - )); - - + 'last_activity' => null, + ], + ]); } -} \ No newline at end of file +} diff --git a/database/seeds/CategoryRegexesTableSeeder.php b/database/seeds/CategoryRegexesTableSeeder.php index 8036a8be4..ed083d35d 100644 --- a/database/seeds/CategoryRegexesTableSeeder.php +++ b/database/seeds/CategoryRegexesTableSeeder.php @@ -12,13 +12,11 @@ class CategoryRegexesTableSeeder extends Seeder */ public function run() { - - \DB::table('category_regexes')->delete(); - \DB::table('category_regexes')->insert(array ( + \DB::table('category_regexes')->insert([ 0 => - array ( + [ 'id' => 1, 'group_regex' => '^alt\\.binaries\\.sony\\.psvita$', 'regex' => '/.*/ ', @@ -26,9 +24,7 @@ class CategoryRegexesTableSeeder extends Seeder 'description' => '', 'ordinal' => 50, 'categories_id' => 1120, - ), - )); - - + ], + ]); } -} \ No newline at end of file +} diff --git a/database/seeds/CollectionRegexesTableSeeder.php b/database/seeds/CollectionRegexesTableSeeder.php index 641ffbc16..a368743b8 100644 --- a/database/seeds/CollectionRegexesTableSeeder.php +++ b/database/seeds/CollectionRegexesTableSeeder.php @@ -12,5433 +12,5429 @@ class CollectionRegexesTableSeeder extends Seeder */ public function run() { - - \DB::table('collection_regexes')->delete(); - \DB::table('collection_regexes')->insert(array ( + \DB::table('collection_regexes')->insert([ 0 => - array ( + [ 'id' => 1, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/(?P\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\])-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - ".+?" yEnc$/i', 'status' => 1, 'description' => '[278997]-[FULL]-[#a.b.erotica]-[ chi-the.walking.dead.xxx ]-[06/51] - "chi-the.walking.dead.xxx-s.mp4" yEnc ::: [######]-[FULL]-[#a.b.teevee@EFNet]-[ Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD ] [1/5] - "Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD.nfo" yEnc ::: Re: [147053]-[FULL]-[#a.b.teevee]-[ Top_Gear.20x04.HDTV_x264-FoV ]-[11/59] - "top_gear.20x04.hdtv_x264-fov.r00" yEnc', 'ordinal' => 0, - ), + ], 1 => - array ( + [ 'id' => 2, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/(?P\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\])-\\[ (?P.+?) \\][ -]{0,3}".+?" yEnc$/i', 'status' => 1, 'description' => '[185409]-[FULL]-[a.b.teeveeEFNet]-[ Dragon.Ball.Z.S03E24.1080p.WS.BluRay.x264-CCAT ]-"dragon.ball.z.s03e24.1080p.ws.bluray.x264-ccat.nfo" yEnc', 'ordinal' => 1, - ), + ], 2 => - array ( + [ 'id' => 3, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P\\[#a\\.b\\.teevee\\] .+? - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[#a.b.teevee] Parks.and.Recreation.S01E01.720p.WEB-DL.DD5.1.H.264-CtrlHD - [01/24] - "Parks.and.Recreation.S01E01.720p.WEB-DL.DD5.1.H.264-CtrlHD.nfo" yEnc', 'ordinal' => 2, - ), + ], 3 => - array ( + [ 'id' => 4, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-z0-9]+ - )\\[\\d+\\/\\d+\\] - "[a-z0-9]+\\..+?" yEnc$/', 'status' => 1, 'description' => 'ah63jka93jf0jh26ahjas558 - [01/22] - "ah63jka93jf0jh26ahjas558.par2" yEnc', 'ordinal' => 3, - ), + ], 4 => - array ( + [ 'id' => 5, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-z0-9]+ \\()\\d+\\/\\d+\\) ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => 'fhdbg34rgjdsfd008c (42/43) "fhdbg34rgjdsfd008c.vol062+64.par2" - 3,68 GB - yEnc', 'ordinal' => 4, - ), + ], 5 => - array ( + [ 'id' => 6, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z0-9]+)\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => 't2EI3CdWdF0hi5b8L9tkx[08/52] - "t2EI3CdWdF0hi5b8L9tkx.part07.rar" yEnc', 'ordinal' => 5, - ), + ], 6 => - array ( + [ 'id' => 7, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^(?P[a-zA-Z0-9].+?)(?P - )\\[\\d+(?P\\/\\d+\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//ArcSoft.TotalMedia.Theatre.v5.0.1.87-Lz0 - [08/35] - "ArcSoft.TotalMedia.Theatre.v5.0.1.87-Lz0.vol43+09.par2" yEnc', 'ordinal' => 5, - ), + ], 7 => - array ( + [ 'id' => 8, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^(?P[a-zA-Z0-9].+?) \\[\\d+(?P\\/\\d+\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//rld-tcavu1 [5/6] - "rld-tcavu1.rar" yEnc', 'ordinal' => 10, - ), + ], 8 => - array ( + [ 'id' => 9, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^(?P\\((.+?)\\) \\[)\\d+(?P\\/\\d+] - ").+?" yEnc$/', 'status' => 1, 'description' => '//(DVD Shrink.ss) [1/1] - "DVD Shrink.ss.rar" yEnc', 'ordinal' => 15, - ), + ], 9 => - array ( + [ 'id' => 10, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^(?P[a-zA-Z0-9].+?)\\(\\d+(?P\\/\\d+\\) - ").+?" yEnc$/', 'status' => 1, 'description' => '//WinASO.Registry.Optimizer.4.8.0.0(1/4) - "WinASO_RO_v4.8.0.rar" yEnc', 'ordinal' => 20, - ), + ], 10 => - array ( + [ 'id' => 11, 'group_regex' => '^alt\\.binaries\\.3d$', 'regex' => '/^(?P.+)File \\d+ (?Pof \\d+): ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//ugMBqtZw3vFnmrmr16EQhaAz9mMri9mD - File 01 of 98: "1vJ7wswi9ZG6YrzE5OGBFPKeuRv9X86xgYdK.par2" yEnc', 'ordinal' => 5, - ), + ], 11 => - array ( + [ 'id' => 12, 'group_regex' => '^alt\\.binaries\\.3d$', 'regex' => '/^(?P.+)\\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//999XL[074/103] - "LLKJ678CCDE1223ss.part073.rar" yEnc', 'ordinal' => 10, - ), + ], 12 => - array ( + [ 'id' => 13, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(\\?+\\) \\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(???) [1/1] - "Asimov, Isaac - [Foundation 01] - De Foundation_v2.rar" yEnc', 'ordinal' => 5, - ), + ], 13 => - array ( + [ 'id' => 14, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\([\\w!.,&_ \\()\\[\\]\\\'\\`-]{8,}\\)[-_ ]{0,3}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Ass Backwards (2013) WEBrip XviD AC3 (english subs)) [18/35] - "Ass Backwards (2013) WEBrip XviD AC3 (english subs).part17.rar" yEnc', 'ordinal' => 10, - ), + ], 14 => - array ( + [ 'id' => 15, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\w+[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](?Pproof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")\\d+(\\/\\d+)[-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//05VANmA80DckBho "05VANmA80DckBho.part07.rar"08/94 yEnc', 'ordinal' => 15, - ), + ], 15 => - array ( + [ 'id' => 16, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(Angels4Always\\)[-_ ]{0,3}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Angels4Always) [1/1] - "Vermeulen, John - De tweelingparadox.rar" yEnc', 'ordinal' => 20, - ), + ], 16 => - array ( + [ 'id' => 17, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^www\\.wolfsteamers\\.info[-_ ]{0,3}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//www.wolfsteamers.info [1/6] - "Wohnen Bauen Leben - Sommer 2014.par2" - 16,46 MB yEnc', 'ordinal' => 25, - ), + ], 17 => - array ( + [ 'id' => 18, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[\\w!.,&_ \\()\\[\\]\\\'\\`-]{8,}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Heaven_en_Fayth Presenteren Diana Gabaldon - Reiziger Cyclus 01 - De Reiziger[0/3] - "Diana Gabaldon - Reiziger Cyclus 01 - De Reiziger.nzb" yEnc', 'ordinal' => 30, - ), + ], 18 => - array ( + [ 'id' => 19, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\w+[-_ ]{0,3}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//096XZFUPQ0PxH4441H14fU8V - [34/99] - "096XZFUPQ0PxH4441H14fU8V.part033.rar" yEnc', 'ordinal' => 35, - ), + ], 19 => - array ( + [ 'id' => 20, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(.+the-ultimate-force\\.org\\.ua\\/\\)[-_ ]{0,3}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Slaapkop post voor http://the-ultimate-force.org.ua/) [0/7] - "Wham - I\'m Your Man (1985).nzb" yEnc', 'ordinal' => 40, - ), + ], 20 => - array ( + [ 'id' => 21, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\)) - P2H - "(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}\\w+[-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(001/101) - P2H - "L62WD8P4U539A7.par2" - 4,66 GB - Z9F6KN7SXRCY845 yEnc', 'ordinal' => 45, - ), + ], 21 => - array ( + [ 'id' => 22, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\))([-_ ]{0,4}(Description|FTTEAM\\.INFO))?[-_ ]{0,4}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(001/101) "654258ItB1418pBRDNS264159.par2" - 9,74 GB - yEnc ::: //(001/105) - Description - "oH291TB0bPxf3lqm1P7QQ.par2" - 4,56 GB - yEnc ::: //(03/43) - FTTEAM.INFO - "JDSJ2J4ENASJCKR-FTTEAM.INFO.part02.rar" - 2,04 GB - yEnc', 'ordinal' => 50, - ), + ], 22 => - array ( + [ 'id' => 23, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[-_ .]{0,4}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- - [001/242] - "C65JuogI92CwfMo2TiX59.par2" yEnc', 'ordinal' => 55, - ), + ], 23 => - array ( + [ 'id' => 24, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[-_ ]{0,4}\\[\\d+\\/\\d+\\][-_ ]{0,3}".+" yEnc[-_ ]{0,3}\\[\\d+(?P\\/\\d+\\])[-_ ]{0,3}"(?P[\\w\\säöüÄÖÜß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- [01/10] - "file.xyz" yEnc - [001/107] - "86u1Qr8mm56jGiW7nUPTM.par2" yEnc', 'ordinal' => 60, - ), + ], 24 => - array ( + [ 'id' => 25, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P\\((\\[.+?\\] .+?)\\) \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//([AST] One Piece Episode 301-350 [720p]) [007/340] - "One Piece episode 301-350.part006.rar" yEnc', 'ordinal' => 5, - ), + ], 25 => - array ( + [ 'id' => 26, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P\\[.+?\\]\\[ (.+?) \\] \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[REPOST][ New Doraemon 2013.05.03 Episode 328 (TV Asahi) 1080i HDTV MPEG2 AAC-DoraClub.org ] [35/61] - "doraclub.org-doraemon-20130503-b8de1f8e.r32" yEnc', 'ordinal' => 10, - ), + ], 26 => - array ( + [ 'id' => 27, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P\\[.+?\\] (.+?) \\[[A-F0-9]+\\] \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[De.us] Suzumiya Haruhi no Shoushitsu (1920x1080 h.264 Dual-Audio FLAC 10-bit) [017CB24D] [000/357] - "[De.us] Suzumiya Haruhi no Shoushitsu (1920x1080 h.264 Dual-Audio FLAC 10-bit) [017CB24D].nzb" yEnc', 'ordinal' => 15, - ), + ], 27 => - array ( + [ 'id' => 28, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P\\[.+?\\] (.+?) - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[eraser] Ghost in the Shell ARISE - border_1 Ghost Pain (BD 720p Hi444PP LC-AAC Stereo) - [01/65] - "[eraser] Ghost in the Shell ARISE - border_1 Ghost Pain (BD 720p Hi444PP LC-AAC Stereo) .md5" yEnc', 'ordinal' => 20, - ), + ], 28 => - array ( + [ 'id' => 29, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) - (.+?) - ").+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(01/27) - Maid.Sama.Jap.dubbed.german.english.subbed - "01 Misaki ist eine Maid!.divx" - 6,44 GB - yEnc', 'ordinal' => 25, - ), + ], 29 => - array ( + [ 'id' => 30, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P\\[ (.+?) \\] \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ New Doraemon 2013.06.14 Episode 334 (TV Asahi) 1080i HDTV MPEG2 AAC-DoraClub.org ] [01/60] - "doraclub.org-doraemon-20130614-fae28cec.nfo" yEnc', 'ordinal' => 30, - ), + ], 30 => - array ( + [ 'id' => 31, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^ www\\.town\\.ag > sponsored by www\\.ssl-news\\.info > \\(\\d+(?P\\/\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '// www.town.ag > sponsored by www.ssl-news.info > (1/3) "HolzWerken_40.par2" - 43,89 MB - yEnc ::: // www.town.ag > sponsored by www.ssl-news.info > (1/5) "[HorribleSubs]_Aku_no_Hana_-_01_[480p].par2" - 157,13 MB - yEnc', 'ordinal' => 35, - ), + ], 31 => - array ( + [ 'id' => 32, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^\\(\\d+\\/\\d+\\)(?P.+?www\\.town\\.ag.+?sponsored by (www\\.)?ssl-news\\.info<+?(.+?)) ".+?" yEnc$/', 'status' => 1, 'description' => '//(1/9)<<>> sponsored by ssl-news.info<<<[HorribleSubs]_AIURA_-_01_[480p].mkv "[HorribleSubs]_AIURA_-_01_[480p].par2" yEnc', 'ordinal' => 40, - ), + ], 32 => - array ( + [ 'id' => 33, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P.+? \\[Dual [aA]udio, EngSub\\] .+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Overman King Gainer [Dual audio, EngSub] Exiled Destiny - [002/149] - "Overman King Gainer.part001.rar" yEnc', 'ordinal' => 45, - ), + ], 33 => - array ( + [ 'id' => 34, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P(blazedazer_.+?) \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//blazedazer_NAN000010 [140/245] - "blazedazer_NAN000010.part138.rar" yEnc', 'ordinal' => 50, - ), + ], 34 => - array ( + [ 'id' => 35, 'group_regex' => '^alt\\.binaries\\.astronomy$', 'regex' => '/^(?P\\d+-)\\d+\\[\\d+(\\/\\d+\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//58600-0[51/51] - "58600-0.vol0+1.par2" yEnc', 'ordinal' => 5, - ), + ], 35 => - array ( + [ 'id' => 36, 'group_regex' => '^alt\\.binaries\\.astronomy$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[ .* \\] \\[\\d+\\/(?P\\d+\\][ _-]{0,3}("|#34;).+)\\.(par2|rar|nfo|nzb)("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ TV ] [01/16] - "Jono.And.Ben.At.Ten.S02E14.PDTV.x264-FiHTV.par2" - 198,25 MB yEnc', 'ordinal' => 10, - ), + ], 36 => - array ( + [ 'id' => 37, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^\\[\\d+\\/\\d+ (?P[a-zA-Z0-9]+ .+?)\\..+?" yEnc$/', 'status' => 1, 'description' => '//[3/3 Karel Gott - Die Biene Maja Original MP3 Karel Gott - Die Biene Maja Original MP3.mp3.vol0+1.PAR2" yEnc', 'ordinal' => 5, - ), + ], 37 => - array ( + [ 'id' => 38, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[ .* \\] \\[\\d+\\/(?P\\d+\\][ _-]{0,3}("|#34;).+)\\.(par2|rar|nfo|nzb)("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ TV ] [01/16] - "Jono.And.Ben.At.Ten.S02E14.PDTV.x264-FiHTV.par2" - 198,25 MB yEnc', 'ordinal' => 10, - ), + ], 38 => - array ( + [ 'id' => 39, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[a-f0-9]{32}) - \\(\\d+\\/\\d+\\) - "[a-f0-9]{32}\\..+" yEnc$/', 'status' => 1, 'description' => '//8b33bf5960714efbe6cfcf13dd0f618f - (01/55) - "8b33bf5960714efbe6cfcf13dd0f618f.par2" yEnc', 'ordinal' => 15, - ), + ], 39 => - array ( + [ 'id' => 40, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[a-z]+ - \\[)\\d+\\/\\d+\\] - "([a-z]+)\\..+?" yEnc$/', 'status' => 1, 'description' => '//nmlsrgnb - [04/37] - "htwlngmrstdsntdnh.part03.rar" yEnc', 'ordinal' => 20, - ), + ], 40 => - array ( + [ 'id' => 41, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P>+Hell-of-Usenet(\\.org)?>+(?P -)? \\[)\\d+\\/\\d+\\] - "(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+[.,]\\d+ [kKmMgG][bB])? yEnc$/i', 'status' => 1, 'description' => '//>>>>>Hell-of-Usenet>>>>> - [01/33] - "Cassadaga Hier lebt der Teufel 2011 German AC3 DVDRip XViD iNTERNAL-VhV.par2" yEnc', 'ordinal' => 25, - ), + ], 41 => - array ( + [ 'id' => 42, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[a-z0-9]{10,}) \\(\\d+\\/\\d+\\) "[a-z0-9]{10,}\\..+?" yEnc$/', 'status' => 1, 'description' => '//1dbo1u5ce6182436yb2eo (001/105) "1dbo1u5ce6182436yb2eo.par2" yEnc', 'ordinal' => 30, - ), + ], 42 => - array ( + [ 'id' => 43, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P<<<>>>kosova-shqip\\.eu<<< (.+?) >>>kosova-shqip.eu<<<<<< - \\()\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//<<<>>>kosova-shqip.eu<<< Deep SWG - 90s Club Megamix 2011 >>>kosova-shqip.eu<<<<<< - (2/4) - "Deep SWG - 90s Club Megamix 2011.rar" yEnc', 'ordinal' => 35, - ), + ], 43 => - array ( + [ 'id' => 44, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P \\[)\\d+(?P\\/\\d+\\] - .+? )yEnc$/', 'status' => 1, 'description' => '// [02/39] - SpongeBoZZ yEnc', 'ordinal' => 40, - ), + ], 44 => - array ( + [ 'id' => 45, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[a-zA-Z0-9].+?\\s{2,}|Old Dad uppt\\s+)(?P.+?) \\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt Taffe Mädels XivD LD HDTV Rip oben Kleine Einblendug German 01/43] - "Taffe Mädels.par2" yEnc', 'ordinal' => 45, - ), + ], 45 => - array ( + [ 'id' => 46, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\][ _-]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB].+UpperTeam.+ Secretusenet\\.com.+yEnc$/i', 'status' => 1, 'description' => '//[28/55] - "XzrgzBWoRqtcuBF.part27.rar" - 4,78 GB >>>UpperTeam for Usenet-Space-Cowboys.info and Secretusenet.com<<< yEnc', 'ordinal' => 50, - ), + ], 46 => - array ( + [ 'id' => 47, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(Re: )?(?P\\[.+?\\]-\\[\\d+\\]-\\[(.+?)\\]-\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[#nzbx.audio/EFnet]-[1681]-[MagicScore.Note.v7.084-UNION]-[02/12] - "u-msn7.r00" yEnc', 'ordinal' => 5, - ), + ], 47 => - array ( + [ 'id' => 48, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?P([\\w.-]+) ?\\[)\\d+( of |\\/)\\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//MacProVideo.com.Pro.Tools8.101.Core.Pro.Tools8.TUTORiAL-DYNAMiCS [2 of 50] "dyn-mpvprtls101.sfv" yEnc ::: //Native.Instruments.Komplete.7.VSTi.RTAS.AU.DVDR.D02-DYNAMiCS[01/13] - "dyn.par2" yEnc ::: //Native.Instruments.Komplete.7.VSTi.RTAS.AU.DVDR.DYNAMiCS.NZB.ONLY [02/13] - "dyn.vol0000+001.PAR2" yEnc', 'ordinal' => 10, - ), + ], 48 => - array ( + [ 'id' => 49, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?PREQ : .+? ~ (.+?) \\[)\\d+ of \\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//REQ : VSL Stuff ~ Here\'s PreSonus Studio One 1.5.2 for OS X [16 of 22] "a-p152x.rar" yEnc', 'ordinal' => 15, - ), + ], 49 => - array ( + [ 'id' => 50, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?P([a-zA-Z0-9].+?) - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Eminem - Recovery (2010) - [1/1] - "Eminem - Recovery (2010).rar" yEnc', 'ordinal' => 20, - ), + ], 50 => - array ( + [ 'id' => 51, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?P\\(\\?{4}\\) \\[)\\d+(?P\\/\\d+\\] - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [1/1] - "Dust in the Wind - the Violin Solo.rar" yEnc', 'ordinal' => 25, - ), + ], 51 => - array ( + [ 'id' => 52, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?P(.+?) \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Native Instruments Battery 3 incl Library ( VST DX RTA )( windows ) Libraries [1/1] - "Native Instruments Battery 2 + 3 SERIAL KEY KEYGEN.nfo" yEnc', 'ordinal' => 30, - ), + ], 52 => - array ( + [ 'id' => 53, 'group_regex' => '^alt\\.binaries\\.b4e$', 'regex' => '/^(?P"(B4E-vip\\d+))\\..+?" yEnc$/', 'status' => 1, 'description' => '//"B4E-vip2851.r83" yEnc', 'ordinal' => 5, - ), + ], 53 => - array ( + [ 'id' => 54, 'group_regex' => '^alt\\.binaries\\.b4e$', 'regex' => '/^\\[\\d+(?P\\/\\d+\\] - "(.+?) \\().+?" yEnc$/', 'status' => 1, 'description' => '//[02/12] - "The.Call.GERMAN.2013.DL.AC3.Dubbed.720p.BluRay.x264 (Avi-RiP ).rar" yEnc', 'ordinal' => 10, - ), + ], 54 => - array ( + [ 'id' => 55, 'group_regex' => '^alt\\.binaries\\.b4e$', 'regex' => '/^(?P- "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- "as-jew3.vol03+3.PAR2" - yEnc', 'ordinal' => 15, - ), + ], 55 => - array ( + [ 'id' => 56, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P([a-zA-Z0-9].+?) - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//ACDSee.Video.Converter.Pro.v3.5.41.Incl.Keymaker-CORE - [1/7] - "ACDSee.Video.Converter.Pro.v3.5.41.Incl.Keymaker-CORE.par2" yEnc', 'ordinal' => 5, - ), + ], 56 => - array ( + [ 'id' => 57, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P([\\w.-]+)\\s+-\\s+").+?" yEnc$/', 'status' => 1, 'description' => '//Die.Nacht.Der.Creeps.THEATRICAL.GERMAN.1986.720p.BluRay.x264-GH - "gh-notcreepskf720.nfo" yEnc ::: //The.Fast.and.the.Furious.Tokyo.Dr', 'ordinal' => 10, - ), + ], 57 => - array ( + [ 'id' => 58, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P((\\[[A-Za-z]+\\]\\.)?[a-zA-Z0-9].+?) ?([\\^<> ]+give-me-all\\.org[\\^<> ]+|[\\^<> ]+)DRM[\\^<> ]+.+? - \\()\\d+\\/\\d+\\) ".+?" - .+? yEnc$/', 'status' => 1, 'description' => '//CorelDRAW Technical Suite X6-16.3.0.1114 x32-x64<><>DRM<><> - (10/48) "CorelDRAW Technical Suite X6-16.3.0.1114 x32-x64.part09.rar" - 2,01 GB - yEnc ::: //AnyDVD_7.1.9.3_-_HD-BR - Beta<>give-me-all.org<>DRM<><> - (1/3) "AnyDVD_7.1.9.3_-_HD-BR - Beta.par2" - 14,53 MB - yEnc ::: //Android Softarchive.net Collection Pack 27^^give-me-all.org^^^^DRM^^^^ - (01/26) "Android Softarchive.net Collection Pack 27.par2" - 1,01 GB - yEnc ::: //WIN7_ULT_SP1_x86_x64_IE10_19_05_13_TRIBAL <> give-me-all.org <> DRM <> <> PW <> - (154/155) "WIN7_ULT_SP1_x86_x64_IE10_19_05_13_TRIBAL.vol57+11.par2" - 7,03 GB - yEnc ::: //[Android].Ultimate.iOS7.Apex.Nova.Theme.v1.45 <> DRM <> - (1/3) "[Android].Ultimate.iOS7.Apex.Nova.Theme.v1.45.par2" - 21,14 MB - yEnc', 'ordinal' => 15, - ), + ], 58 => - array ( + [ 'id' => 59, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) - .+? - "(.+?))( \\(\\d+\\))?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(004/114) - Description - "Pluralsight.net XAML Patterns (10).rar" - 532,92 MB - yEnc', 'ordinal' => 20, - ), + ], 59 => - array ( + [ 'id' => 60, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^\\(\\d+\\/\\d+\\)( -)? ".+?" - \\d+[,.]\\d+ [mMkKgG](?P[bB] - (.+?)) yEnc$/', 'status' => 1, 'description' => '//(59/81) "1973 .Lee.Jun.Fan.DVD9.untouched.z46" - 7,29 GB - Lee.Jun.Fan.sein.Film.DVD9.untouched yEnc ::: //(01/12) - "TransX - Living on a Video 1993.part01.rar" - 561,55 MB - TransX - Living on a Video 1993.[Lossless] Highh Quality yEnc', 'ordinal' => 25, - ), + ], 60 => - array ( + [ 'id' => 61, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P>>> www\\.lords-of-usenet\\.org <<<.+? "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") .+? \\[\\d+\\/\\d+\\] - .+? yEnc$/i', 'status' => 1, 'description' => '//>>> www.lords-of-usenet.org <<< "Der Schuh Des Manitu.par2" DVD5 [001/158] - 4,29 GB yEnc', 'ordinal' => 30, - ), + ], 61 => - array ( + [ 'id' => 62, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^.+? (-|\\(PW\\))\\s+\\[.+? -\\] \\[\\d+[,.]\\d+ [mMkKgG][bB]\\] \\[\\d+(?P\\/\\d+\\] "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//NEUES 4y - [@ usenet-4all.info - powered by ssl.news -] [5,58 GB] [002/120] "DovakinPack.part002.rar" yEnc ::: //NEUES 4y (PW) [@ usenet-4all.info - powered by ssl.news -] [7,05 GB] [014/152] "EngelsGleich.part014.rar" yEnc', 'ordinal' => 35, - ), + ], 62 => - array ( + [ 'id' => 63, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P([a-zA-Z0-9].+?\\s{2,}|Old Dad uppt\\s+)(.+?) )\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt Die Schatzinsel Teil 1+Teil2 AC3 DVD Rip German XviD Wp 01/33] - "upp11.par2" yEnc ::: //Old Dad uppt Scary Movie5 WEB RiP Line XviD German 01/24] - "Scary Movie 5.par2" yEnc', 'ordinal' => 40, - ), + ], 63 => - array ( + [ 'id' => 64, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^.+?\\s{2,}\\d+[,.]\\d+ [mMkKgG][bB]\\s{2,}"(?P.+?_)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")\\s{2,}(\\d+ B|\\d+[,.]\\d+ [mMkKgG][bB]) yEnc$/i', 'status' => 1, 'description' => '//>>> 20,36 MB "Winamp.Pro.v5.70.3392.Incl.Keygen-FFF.par2" 552 B yEnc ::: //..:[DoAsYouLike]:.. 9,64 MB "Snooper 1.39.5.par2" 468 B yEnc', 'ordinal' => 45, - ), + ], 64 => - array ( + [ 'id' => 65, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P\\(.+?\\) - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(MKV - DVD - Rip - German - English - Italiano) - "CALIGULA (1982) UNCUT.sfv" yEnc', 'ordinal' => 50, - ), + ], 65 => - array ( + [ 'id' => 66, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^"(?P[a-z0-9]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"sre56565ztrtzuzi8inzufft.par2" yEnc', 'ordinal' => 55, - ), + ], 66 => - array ( + [ 'id' => 67, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P([\\w.-]+) - ").+?" yEnc$/', 'status' => 1, 'description' => '//Girls.against.Boys.2012.German.720p.BluRay.x264-ENCOUNTERS - "encounters-giagbo_720p.nfo" yEnc', 'ordinal' => 5, - ), + ], 67 => - array ( + [ 'id' => 68, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P([a-z]{3,}) - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//wtvrwschdhfthj - [001/246] - "dtstchhtmrrnvn.par2" yEnc ::: //oijhuiurfjvbklk - [01/18] - "tb5-3ioewr90f.par2" yEnc', 'ordinal' => 10, - ), + ], 68 => - array ( + [ 'id' => 69, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(08/22) - "538D7B021B362A4300D1C0D84DD17E6D.r06" yEnc', 'ordinal' => 15, - ), + ], 69 => - array ( + [ 'id' => 70, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P\\(\\?{4}\\) \\[)\\d+(?P\\/\\d+\\] - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [02/71] - "Lasting Weep (1969-1971).part.par2" yEnc', 'ordinal' => 20, - ), + ], 70 => - array ( + [ 'id' => 71, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] -(re)? yEnc$/i', 'status' => 1, 'description' => '//(01/59) "ThienSuChungQuy_II_E16.avi.001" - 1,49 GB - yEnc ::: //(058/183) "LS_HoangChui_2xdvd5.part057.rar" - 8,36 GB -re yEnc', 'ordinal' => 25, - ), + ], 71 => - array ( + [ 'id' => 72, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P\\[[a-zA-Z]+\\] .+? - \\[)\\d+\\/\\d+\\] - "(.+?)" yEnc$/', 'status' => 1, 'description' => '//[AoU] Upload#00287 - [04/43] - "Upload-ZGT1-20130525.part03.rar" yEnc', 'ordinal' => 30, - ), + ], 72 => - array ( + [ 'id' => 73, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^\\([a-z]+\\) \\[\\d+(?P\\/\\d+\\] - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(nate) [01/27] - "nate_light_13.05.23.par2" yEnc', 'ordinal' => 35, - ), + ], 73 => - array ( + [ 'id' => 74, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P""(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")" yEnc$/i', 'status' => 1, 'description' => '//""Absolute Database Component for BCBuilder 4-6 MultiUser Edit 4.85.rar"" yEnc', 'ordinal' => 40, - ), + ], 74 => - array ( + [ 'id' => 75, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P[a-f0-9]{32}) - \\(\\d+\\/\\d+\\) - "[a-f0-9]{32}.+?" yEnc$/', 'status' => 1, 'description' => '//781e1d8dccc641e8df6530edb7679a0e - (26/30) - "781e1d8dccc641e8df6530edb7679a0e.rar" yEnc', 'ordinal' => 45, - ), + ], 75 => - array ( + [ 'id' => 76, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^(?P[a-f0-9]{32}) - \\(\\d+\\/\\d+\\) - "[a-f0-9]{32}.+?" yEnc$/', 'status' => 1, 'description' => '//36c1d5d4eaf558126c67f00be46f77b6 - (01/22) - "36c1d5d4eaf558126c67f00be46f77b6.par2" yEnc', 'ordinal' => 5, - ), + ], 76 => - array ( + [ 'id' => 77, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\[\\d+(?P\\/\\d+\\] - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] .+? usenet-space.+?yEnc$/i', 'status' => 1, 'description' => '//[10/17] - "EGk13kQ1c8.part09.rar" - 372.48 MB <-> usenet-space-cowboys.info <-> powered by secretusenet.com <-> yEnc', 'ordinal' => 10, - ), + ], 77 => - array ( + [ 'id' => 78, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^(?P\\((.+?)\\) - ").+?" yEnc$/', 'status' => 1, 'description' => '//(Neu bei Bitfighter vom 23-07-2013) - "01 - Sido - Bilder Im Kopf.mp3" yEnc', 'ordinal' => 15, - ), + ], 78 => - array ( + [ 'id' => 79, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(2/8) "Mike.und.Molly.S01E22.Maennergespraeche.GERMAN.DL.DUBBED.720p.BluRay.x264-TVP.part1.rar" - 1023,92 MB - yEnc', 'ordinal' => 20, - ), + ], 79 => - array ( + [ 'id' => 80, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^.+? (-|\\(PW\\))\\s+\\[.+? -\\] \\[\\d+[,.]\\d+ [mMkKgG][bB]\\] \\[\\d+(?P\\/\\d+\\] "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//4y (PW) [@ usenet-4all.info - powered by ssl.news -] [27,35 GB] [001/118] "1f8867bb6f89491793d3.part001.rar" yEnc', 'ordinal' => 25, - ), + ], 80 => - array ( + [ 'id' => 81, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^(?P(\\[[A-Za-z]+\\]\\.)?([a-zA-Z0-9].+?)([\\^<> ]+give-me-all\\.org[\\^<> ]+|[\\^<> ]+)DRM[\\^<> ]+.+? - \\()\\d+\\/\\d+\\)\\s+".+?" - .+? - yEnc$/', 'status' => 1, 'description' => '//Bennos Special Tools DVD - Die Letzte <> DRM <><> PW <> - (002/183) "Bennos Special Tools DVD - Die Letzte.nfo" - 8,28 GB - yEnc', 'ordinal' => 30, - ), + ], 81 => - array ( + [ 'id' => 82, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) - (.+?) ?- ").+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(1/9) - CyberLink.PhotoDirector.4.Ultra.4.0.3306.Multilingual - "CyberLink.PhotoDirector.4.Ultra.4.0.3306.Multilingual.par2" - 154,07 MB - yEnc ::: //(1/5) - Mac.DVDRipper.Pro.4.0.8.Mac.OS.X- "Mac.DVDRipper.Pro.4.0.8.Mac.OS.X.rar" - 24,12 MB - yEnc', 'ordinal' => 35, - ), + ], 82 => - array ( + [ 'id' => 83, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\[\\d+(?P\\/\\d+ (.+?)\\.).+?" yEnc$/', 'status' => 1, 'description' => '//[3/3 Helene Fischer - Die Biene Maja 2013 MP3 Helene Fischer - Die Biene Maja 2013 MP3.mp3.vol0+1.PAR2" yEnc', 'ordinal' => 40, - ), + ], 83 => - array ( + [ 'id' => 84, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^"(?P\\d+\\.MK\\.[A-Z])\\..+?" yEnc$/', 'status' => 1, 'description' => '//"786936833607.MK.A.part086.rar" yEnc', 'ordinal' => 45, - ), + ], 84 => - array ( + [ 'id' => 85, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^(?P\\(\\?{4}\\) \\[)\\d+\\/\\d+\\] - "(?P[a-z0-9]+)\\..+?" yEnc$/', 'status' => 1, 'description' => '//(????) [001/107] - "260713thbldnstnsclw.par2" yEnc', 'ordinal' => 50, - ), + ], 85 => - array ( + [ 'id' => 86, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^(?P\\[www\\..+?\\]-\\[(.+?)\\]-\\[)\\d+\\/\\d+\\] ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//[www.allyourbasearebelongtous.pw]-[The Place Beyond the Pines 2012 1080p US Blu-ray AVC DTS-HD MA 5.1-HDWinG]-[03/97] "tt1817273-us-hdwing-bd.r00" - 46.51 GB - yEnc', 'ordinal' => 55, - ), + ], 86 => - array ( + [ 'id' => 87, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\)(\\s+ -)? "[a-zA-Z0-9]+?)\\d*\\..+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(01/71) - "EwRQCtU4BnaeXmT48hbg7bCn.par2" - 54,15 GB - yEnc ::: //(63/63) "dfbgfdgtghtghthgGPGEIBPBrwg34t05.rev" - 10.67 GB - yEnc', 'ordinal' => 60, - ), + ], 87 => - array ( + [ 'id' => 88, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\[\\d+(?P\\/\\d+\\] - "([a-zA-Z0-9]+)\\.).+?" yEnc$/', 'status' => 1, 'description' => '//[01/67] - "O3tk4u681gd767Y.par2" yEnc', 'ordinal' => 65, - ), + ], 88 => - array ( + [ 'id' => 89, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^(?P([a-z0-9]+) \\[.+?\\] \\[.+?\\] \\[)\\d+[,.]\\d+ [mMkKgG][bB]\\] \\[\\d+\\/\\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//209a212675ba31ca24a8 [usenet-4all.info] [powered by ssl-news] [21,59 GB] [002/223] "209a212675ba31ca24a8.part001.rar" yEnc', 'ordinal' => 70, - ), + ], 89 => - array ( + [ 'id' => 90, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^(?P([A-Z0-9]+) - "[a-z0-9]+\\.).+?" yEnc$/', 'status' => 1, 'description' => '//TIS97CC - "tis97cc.par2" yEnc', 'ordinal' => 75, - ), + ], 90 => - array ( + [ 'id' => 91, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^.+?<<\\d+\\/\\d+>> "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//<><><><<13/14>> "xxtxxlxxrxxbdxx05.vol421+98.par2" - 2,54 GB - yEnc', 'ordinal' => 80, - ), + ], 91 => - array ( + [ 'id' => 92, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\((?P\\w+)\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(wtnybhd7i3g6p1kuj3dffhnqyrx) [27/31] - "wtnybhd7i3g6p1kuj3dffhnqyrx.vol224+8.par2" yEnc', 'ordinal' => 85, - ), + ], 92 => - array ( + [ 'id' => 93, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^(?P\\w+)[-_\\s]{0,3}File \\d+ of (?P\\d+):[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//nS9XNOrMzD7FNniVfWUswrGmq8hQPMBqMSuQcMty - File 91 of 98: "aWYt0MpWaY6bmDp0d8hOdvBgz6.par2" yEnc', 'ordinal' => 90, - ), + ], 93 => - array ( + [ 'id' => 94, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^"(?P.+?)(?P[-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\(\\d+\\/(\\d+)\\)[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"t46e6mopz864y82-Pittis ZusatzTon.English.dtsHDma.vol168+67.PAR2" (46/46) yEnc', 'ordinal' => 95, - ), + ], 94 => - array ( + [ 'id' => 95, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\(\\d+\\/(?P\\d+)\\)[-_\\s]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(190/201) "Kreatur by Eisenschrott & Gollum.vol1781+137.PAR2" - 9,46 GB - yEnc', 'ordinal' => 100, - ), + ], 95 => - array ( + [ 'id' => 96, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[a-zA-Z0-9]+)\\[\\d+(?P\\/\\d+\\] - "[a-zA-Z0-9]+\\.).+?" yEnc$/', 'status' => 1, 'description' => '//4Etmo7uBeuTW[047/106] - "006dEbPcea29U6K.part046.rar" yEnc', 'ordinal' => 5, - ), + ], 96 => - array ( + [ 'id' => 97, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\( (?P[\\w. -]{8,}) \\)[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( Overlord II RELOADED ) - [013/112] - "rld-olii.part001.rar" yEnc', 'ordinal' => 10, - ), + ], 97 => - array ( + [ 'id' => 98, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(REPOST: )?\\[\\s*#?scnzb@?efnet\\s*\\]\\[(?P\\d+)\\] (?P.+?) \\[\\d+\\/(?P\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[scnzbefnet][500934] Super.Fun.Night.S01E09.720p.HDTV.X264-DIMENSION [1/19] - "bieber.109.720p-dimension.sfv" yEnc ::: //REPOST: [scnzbefnet][500025] Major.Crimes.S02E13.720p.HDTV.x264-IMMERSE [16/33] - "major.crimes.s02e13.720p.hdtv.x264-immerse.r24" yEnc', 'ordinal' => 15, - ), + ], 98 => - array ( + [ 'id' => 99, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\[\\s*#?scnzb@?efnet\\s*\\] (?P.+?) \\[\\d+\\/(?P\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[scnzbefnet] Murdoch.Mysteries.S07E09.HDTV.x264-KILLERS [1/20] - "murdoch.mysteries.s07e09.hdtv.x264-killers.r13" yEnc', 'ordinal' => 20, - ), + ], 99 => - array ( + [ 'id' => 100, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\)\\s+(- )?"([a-zA-Z0-9]+)\\.).+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(68/89) "dz1R2wT8hH1iQEA28gRvm.part67.rar" - 7,91 GB - yEnc ::: //(01/14) - "JrjCY4pUjQ9qUqQ7jx6k2VLF.par2" - 4,39 GB - yEnc', 'ordinal' => 25, - ), + ], 100 => - array ( + [ 'id' => 101, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P\\((\\d+)\\) \\[)\\d+\\/\\d+\\] - "\\d+\\..+?" yEnc$/', 'status' => 1, 'description' => '//(110320152518519) [22/78] - "110320152518519.part21.rar" yEnc', 'ordinal' => 30, - ), + ], 101 => - array ( + [ 'id' => 102, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[\\w. &\\()\\[\\]\\\'-]{8,}?\\b.?)\\.[A-Za-z0-9]{2,4}[-_\\s]{0,3}\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//A.Fantastic.Fear.of.Everything.2012.AC3.BDRiP.XviD-IJf.nfo [01/63] - "A.Fantastic.Fear.of.Everything.2012.AC3.BDRiP.XviD-IJf.nfo" yEnc', 'ordinal' => 35, - ), + ], 102 => - array ( + [ 'id' => 103, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P([a-zA-Z0-9]+) - \\[)\\d+\\/\\d+\\] - "[a-zA-Z0-9]+\\..+?" yEnc$/', 'status' => 1, 'description' => '//1VSXrAZPD - [123/177] - "1VSXrAZPD.part122.rar" yEnc', 'ordinal' => 40, - ), + ], 103 => - array ( + [ 'id' => 104, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P\\( (.+?) \\)\\s+\\( .+?\\) \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//( Peter Gabriel Albums 24x +17 Singles = 71x cd By Dready Niek ) ( ** By Dready Niek ** ) [113/178] - "Peter Gabriel Albums 24x +17 Singles = 71CDs By Dready Niek (1977-2010).part112.rar" yEnc', 'ordinal' => 45, - ), + ], 104 => - array ( + [ 'id' => 105, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P([A-Za-z0-9].+?) \\((19|20)\\d\\d\\) ")\\d{2}\\. .+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Tarja - Colours In The Dark (2013) "00. Tarja-Colours In The Dark.m3u" yEnc', 'ordinal' => 50, - ), + ], 105 => - array ( + [ 'id' => 106, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^"(?P[a-zA-Z0-9]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\(\\d+\\/\\d+\\) - yEnc$/i', 'status' => 1, 'description' => '//"BB636.part14.rar" - (15/39) - yEnc', 'ordinal' => 55, - ), + ], 106 => - array ( + [ 'id' => 107, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^[-a-zA-Z0-9 ]+ \\[\\d+(?P\\/\\d+\\] - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Lutheria - FC Twente TV Special - Ze wilde op voetbal [16/49] - "Lutheria - FC Twente TV Special - Ze wilde op voetbal.part16.rar" yEnc ::: // panter - [001/101] - "74518-The Hunters (2011).par2" yEnc', 'ordinal' => 60, - ), + ], 107 => - array ( + [ 'id' => 108, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[-a-zA-Z0-9 ]+ - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Pee Mak Prakanong - 2013 - Thailand - ENG Subs - "Pee Mak Prakanong.2013.part22.rar" yEnc ::: //P2H - "AMHZQHPHDUZZJSFZ.vol181+33.par2" yEnc', 'ordinal' => 65, - ), + ], 108 => - array ( + [ 'id' => 109, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\((?P\\?{4}|[a-zA-Z]+)\\) \\[\\d+(?P\\/\\d+\\] - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [011/161] - "flynns-image-redux.part010.rar" yEnc ::: //(Dgpc) [000/110] - "Teen Wolf - Seizoen.3 - Dvd.2 (NLsub).nzb" yEnc', 'ordinal' => 70, - ), + ], 109 => - array ( + [ 'id' => 110, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\("(?P[a-z0-9A-Z]+).+?" - \\d+[,.]\\d+ [mMkKgG][bB] -\\) ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//("Massaladvd5Kilusadisc4S1.par2" - 4,55 GB -) "Massaladvd5Kilusadisc4S1.par2" - 4,55 GB - yEnc', 'ordinal' => 75, - ), + ], 110 => - array ( + [ 'id' => 111, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"par.4kW9beE.1.vol122+21.par2" yEnc', 'ordinal' => 80, - ), + ], 111 => - array ( + [ 'id' => 112, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P.+?\\.(info|org)>+ - \\[)\\d+\\/\\d+\\] - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info/.net <<>> - [01/19] - "Age.of.Dinosaurs.German.AC3.HDRip.x264-FuN.par2" yEnc ::: //>>>>>Hell-of-Usenet.org>>>>> - [01/35] - "Female.Agents.German.2008.AC3.DVDRip.XviD.iNTERNAL-VideoStar.par2" yEnc', 'ordinal' => 85, - ), + ], 112 => - array ( + [ 'id' => 113, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\[\\d+(?P\\/\\d+\\] - "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[010/101] - "Bf56a8aR-20743f8D-Vf7a11fD-d7c6c0.part09.rar" yEnc ::: //[1/9] - "fdbvgdfbdfb.part.par2" yEnc', 'ordinal' => 90, - ), + ], 113 => - array ( + [ 'id' => 114, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P\\[[A-Z]+\\] - \\[)\\d+\\/\\d+\\] - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[LB] - [063/112] - "RVL-GISSFBD.part063.rar" yEnc', 'ordinal' => 95, - ), + ], 114 => - array ( + [ 'id' => 115, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\(.+?\\(PWP\\).+?\\) \\(\\d+(?P\\/\\d+\\) "(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") .+? \\d+[,.]\\d+ [mMkKgG][bB] .+ yEnc$/i', 'status' => 1, 'description' => '//(¯`*.¸(PWP).*´¯) (071/100) "JUST4US_025.part070.rar" - 22,50 GB yEnc', 'ordinal' => 100, - ), + ], 115 => - array ( + [ 'id' => 116, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^thnx to original poster \\[\\d+(?P\\/\\d+\\] - "(.+?))(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4})("| `).+? yEnc$/', 'status' => 1, 'description' => '//thnx to original poster [00/98] - "2669DFKKFD2008.nzb ` 2669DFKKFD2008 " yEnc', 'ordinal' => 105, - ), + ], 116 => - array ( + [ 'id' => 117, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^place2home\\.net - (?P.*?) - (\\[\\d+\\/\\d+\\] - )?".+?" yEnc$/i', 'status' => 1, 'description' => '//place2home.net - Call.of.Duty.Ghosts.XBOX360-iMARS - [095/101] - "imars-codghosts-360b.vol049+33.par2" yEnc ::: //Place2home.net - Diablo_III_USA_RF_XBOX360-PROTOCOL - "d3-ptc.r34" yEnc', 'ordinal' => 110, - ), + ], 117 => - array ( + [ 'id' => 118, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P\\((.+?)\\) \\[)\\d+(?P\\/\\d+] - ").+?" yEnc$/', 'status' => 1, 'description' => '//(Ancient.Aliens.S03E05.Aliens.and.Mysterious.Rituals.720p.HDTV.x264.AC3.2Ch.REPOST) [41/42] - "Ancient.Aliens.S03E05.Aliens.and.Mysterious.Rituals.720p.HDTV.x264.AC3.2Ch.REPOST.vol071+66.PAR2" yEnc', 'ordinal' => 115, - ), + ], 118 => - array ( + [ 'id' => 119, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^Doobz (?P[a-zA-z-_]+) \\[\\d+\\/(?P\\d+\\]) - ".+([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Doobz Europa_Universalis_IV_Conquest_of_Paradise-FLT [10/54] - "flt-eucp.001" yEnc', 'ordinal' => 120, - ), + ], 119 => - array ( + [ 'id' => 120, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[\\w. -]{8,}) - \\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Outlast.Whistleblower-RELOADED - [014/119] - "rld-outwhistle.part001.rar" yEnc', 'ordinal' => 125, - ), + ], 120 => - array ( + [ 'id' => 121, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^.+\\[\\d+\\/(?P\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Charlies.Angels.2000.iNTERNAL.DVDRip.XviD-Vmr.part44.rar [46/66] - "Charlies.Angels.2000.iNTERNAL.DVDRip.XviD-Vmr.part44.rar" yEnc', 'ordinal' => 130, - ), + ], 121 => - array ( + [ 'id' => 122, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^(?P[a-zA-Z0-9].+? \\[XviD\\] \\[)\\d\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Coronation Street 03.05.2012 [XviD] [01/23] - "coronation.street.03.05.12.[ws.pdtv].par2" yEnc ::: //Coronation Street 04.05.2012 - Part 1 [XviD] [01/23] - "coronation.street.04.05.12.part.1.[ws.pdtv].par2" yEnc', 'ordinal' => 5, - ), + ], 122 => - array ( + [ 'id' => 123, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^(?P[a-zA-Z0-9]+ .+? (S\\d+)?E\\d+-\\d\\d \\[)\\d+\\/\\d+\\] - "\\d(\\d |\\.).+?" yEnc$/', 'status' => 1, 'description' => '//The Prisoner E06-09 [001/152] - "06 The General.mkv.001" yEnc ::: //Danger Man S2E05-08 [075/149] - "7.The colonel\'s daughter.avi.001" yEnc', 'ordinal' => 10, - ), + ], 123 => - array ( + [ 'id' => 124, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^.+?\\[\\d+\\/(?P\\d+\\][-_ ]{0,3}.+?)[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//Wizards Vs Aliens - 1x06 - Rebel Magic, Part Two [XviD][00/27] - "wizards.vs.aliens.106.rebel.magic.part.two.[ws.pdtv].nzb" yEnc', 'ordinal' => 15, - ), + ], 124 => - array ( + [ 'id' => 125, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//Vera.3x03.Young.Gods.720p.HDTV.x264-FoV - "vera.3x03.young_gods.720p_hdtv_x264-fov.r00" yEnc', 'ordinal' => 20, - ), + ], 125 => - array ( + [ 'id' => 126, 'group_regex' => '^alt\\.binaries\\.cats$', 'regex' => '/^(?P[a-zA-Z0-9]{5,} ?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Pb7cvL3YiiOu06dsYPzEfpSvvTul[02/37] - "Fkq33mlTVyHHJLm0gJNU.par2" yEnc ::: //DLJorQ37rMDvc [01/16] - "DLJorQ37rMDvc.part1.rar" yEnc', 'ordinal' => 5, - ), + ], 126 => - array ( + [ 'id' => 127, 'group_regex' => '^alt\\.binaries\\.cbt$', 'regex' => '/^\\((?P[a-zA-Z0-9-\\.\\&_ ]+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(WinEdt.v8.0.Build.20130513.Cracked-EAT) [01/10] - "eatwedt8.nfo" yEnc', 'ordinal' => 5, - ), + ], 127 => - array ( + [ 'id' => 128, 'group_regex' => '^alt\\.binaries\\.cbt$', 'regex' => '/^\\[ (?P[a-zA-Z0-9-\\.\\&\\\\(\\)\\,_ ]+) \\] [a-zA-Z0-9]{3,4}\\.[a-zA-Z0-9]{3,4} \\(\\d+\\/(?P\\d+\\)) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ ABCAsiaPacific.com - Study English IELTS Preparation (2006) ] AVI.PDF (17/34) - "abcap-senglishielts.r16" yEnc', 'ordinal' => 10, - ), + ], 128 => - array ( + [ 'id' => 129, 'group_regex' => '^alt\\.binaries\\.cbts$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}")(.+?)yEnc$/i', 'status' => 1, 'description' => '//"softWoRx.Suite.2.0.0.25.x32-TFT.rar" yEnc', 'ordinal' => 5, - ), + ], 129 => - array ( + [ 'id' => 130, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P\\[(\\d+|redump)?\\]-+\\[.+?\\]-\\[.+?\\]-)(\\s?\\[\\d+\\/\\d+\\])?(\\s?\\[.+?\\])?[- ]{0,3}".+?"( - \\d+[,.]\\d+ [mMkKgG][bB] -)? yEnc$/i', 'status' => 1, 'description' => '//[27849]-[altbinEFNet]-[Full]- "ppt-sogz.001" - 7,62 GB - yEnc ::: //[27925]--[altbinEFNet]-[Full]- "unl_p2rd.par2" yEnc ::: //[27608]-[FULL]-[#altbin@EFNet]-[007/136] "27608-1.005" yEnc ::: //[30605]-[altbinEFNet]-[FULL]- [10/165] - "plaza-the.witcher.3.wild.hunt.r09" yEnc ::: //[]-[#altbin@EFNet]-[Full]-[ACE.LIGHTNING.PLUS.6.TRAINER-DEViANCE]-[0/8] - "deviance.nfo" yEnc', 'ordinal' => 5, - ), + ], 130 => - array ( + [ 'id' => 131, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[ .+? \\] ?- ?\\[)\\d+\\/\\d+\\] (- )?".+?" yEnc$/', 'status' => 1, 'description' => '//[27930]-[FULL]-[altbinEFNet]-[ Ubersoldier.UNCUT.PATCH-RELOADED ]-[3/5] "rld-usuc.par2" yEnc ::: //[27607]-[#altbin@EFNet]-[Full]-[ Cars.Radiator.Springs.Adventure.READNFO-CRIME ] - [02/49] - "crm-crsa.par2" yEnc', 'ordinal' => 10, - ), + ], 131 => - array ( + [ 'id' => 132, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[.+?\\]-\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[27575]-[#altbin@EFNet]-[Full]-[CD1]-[01/58] - "CD1.par2" yEnc ::: //[27575]-[altbinEFNet]-[Full]-[CD3]-[00/59] - "dev-gk3c.sfv" yEnc', 'ordinal' => 15, - ), + ], 132 => - array ( + [ 'id' => 133, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P\\(\\d+(-\\d+)?\\) \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//(27608-1) [2/5] - "skidrow.nfo" yEnc', 'ordinal' => 20, - ), + ], 133 => - array ( + [ 'id' => 134, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P\\[www\\..+?\\]-\\[.+?\\]-\\[)\\d+\\/\\d+\\] ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//[www.drlecter.tk]-[The_Night_of_the_Rabbit-FLT]-[01/67] "Dr.Lecter.nfo" - 5.61 GB - yEnc', 'ordinal' => 25, - ), + ], 134 => - array ( + [ 'id' => 135, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P[a-zA-Z0-9.-]{10,} -( PC GAME -| [A-Z0-9\\[\\]]+ -)? \\[)\\d+\\/\\d+\\] - ".+?" - (.+? - (\\d+[,.]\\d+ [mMkKgG][bB] - )?)?yEnc$/', 'status' => 1, 'description' => '//Slender.The.Arrival-WaLMaRT.PC - [01/26] - "wmt-stal.nfo" - yEnc ::: //The.Night.of.the.Rabbit-FLT - [03/66] - "flt-notr.r00" - FAiRLIGHT - 5,10 GB - yEnc ::: //Resident.Evil.Revelations-FLT - PC GAME - [03/97] - "Resident.Evil.Revelations-FLT.r00" - FAiRLIGHT - yEnc ::: //Afterfall.Insanity.Dirty.Arena.Edition-WaLMaRT - [MULTI6][PCDVD] - [02/45] - "wmt-adae.r00" - PC GAME - yEnc', 'ordinal' => 30, - ), + ], 135 => - array ( + [ 'id' => 136, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(PC Game - )?\\[\\d+(?P\\/\\d+\\] - .+? - ").+?" -( .+? -)? yEnc$/', 'status' => 1, 'description' => '//[01/46] - Crashtime 5 Undercover RELOADED - "rld-ct5u.nfo" - PC - yEnc ::: //[01/76] - Of.Orcs.And.Men-SKIDROW - "sr-oforcsandmen.nfo" - yEnc ::: //PC Game - [01/71] - MotoGP 13-RELOADED Including NoDVD Fix - "MotoGP 13-RELOADED Including NoDVD Fix nfo" - yEnc', 'ordinal' => 35, - ), + ], 136 => - array ( + [ 'id' => 137, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P[A-Za-z0-9][a-zA-Z0-9: ]{8,}(-[a-zA-Z]+)?( \\(.+?\\)| - [\\[A-Z0-9\\]]+)? - \\[)\\d+\\/\\d+\\] - ".+?" - .+? - yEnc$/', 'status' => 1, 'description' => '//Magrunner Dark Pulse FLT (FAiRLIGHT) - [02/70] - "flt-madp par2" - PC - yEnc ::: //MotoGP 13 RELOADED - [01/71] - "rld-motogp13 nfo" - PC - yEnc ::: //Dracula 4: Shadow of the Dragon FAiRLIGHT - [01/36] - "flt-drc4 nfo" - PC - yEnc', 'ordinal' => 40, - ), + ], 137 => - array ( + [ 'id' => 138, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P(\\[[A-Z ]+\\] - )?[a-zA-Z0-9.-]{10,} - ").+?" - \\[\\d+\\/\\d+\\] - yEnc$/', 'status' => 1, 'description' => '//[NEW PC GAME] - Lumber.island-WaLMaRT - "wmt-lisd.nfo" - [01/18] - yEnc ::: //Trine.2.Complete.Story-SKIDROW - "sr-trine2completestory.nfo" - [01/78] - yEnc', 'ordinal' => 45, - ), + ], 138 => - array ( + [ 'id' => 139, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?PUploader.Presents)[- ](?P.+?)[\\(\\[]\\d+\\/\\d+\\]".+?" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Need.For.Speed.Rivals.XBOX360-PROTOCOL[10/94]"nfs.r-ptc.r07" yEnc', 'ordinal' => 50, - ), + ], 139 => - array ( + [ 'id' => 140, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?PFlac Flood( -)? .+? - ").+?" \\(\\d+\\/\\d+\\) .+? yEnc$/', 'status' => 1, 'description' => '//Flac Flood - Modern Talking - China In Her Eyes (CDM) - "1 - Modern Talking - China In Her Eyes (feat. Eric Singleton) (Video Version).flac" (01/14) (23,64 MB) 136,66 MB yEnc ::: //Flac Flood Modern Talking - America - "1 - Modern Talking - Win The Race.flac" (01/18) (29,12 MB) 549,35 MB yEnc', 'ordinal' => 5, - ), + ], 140 => - array ( + [ 'id' => 141, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P[a-zA-Z0-9].+? \\[)\\d+\\/\\d+\\]( -)? "\\d{2,} - .+?" yEnc$/', 'status' => 1, 'description' => '//Cannonball Adderley - Nippon Soul [01/17] "00 - Cannonball Adderley - Nippon Soul.nfo" yEnc ::: //Black Tie White Noise [01/24] - "00 - David Bowie - Black Tie White Noise.nfo" yEnc', 'ordinal' => 10, - ), + ], 141 => - array ( + [ 'id' => 142, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P(\\[\\d{4}\\] )?[a-zA-Z0-9].+? - File )\\d+ of \\d+: .+? yEnc$/', 'status' => 1, 'description' => '//[1977] Joan Armatrading - Show Some Emotion - File 15 of 20: 06 Joan Armatrading - Opportunity.flac yEnc ::: //The Allman Brothers Band - Statesboro Blues [Swingin\' Pig - Bootleg] [1970 April 4] - File 09 of 19: Statesboro Blues.cue yEnc', 'ordinal' => 15, - ), + ], 142 => - array ( + [ 'id' => 143, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - [A-z0-9].+? \\[\\d{4}\\] - )\\d{2,} .+? yEnc$/', 'status' => 1, 'description' => '//The Allman Brothers Band - The Fillmore Concerts [1971] - 06 The Allman Brothers Band - Done Somebody Wrong.flac yEnc', 'ordinal' => 20, - ), + ], 143 => - array ( + [ 'id' => 144, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - [A-Z0-9].+? Disc \\d+ of \\d+ - )[A-Z0-9].+?\\..+? yEnc$/', 'status' => 1, 'description' => '//The Velvet Underground - Peel Slow And See (Box Set) Disc 5 of 5 - 13 The Velvet Underground - Oh Gin.flac yEnc', 'ordinal' => 25, - ), + ], 144 => - array ( + [ 'id' => 145, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(28/55) "Ivan Neville - If My Ancestors Could See Me Now.par2" - 624,44 MB - yEnc', 'ordinal' => 30, - ), + ], 145 => - array ( + [ 'id' => 146, 'group_regex' => '^alt\\.binaries\\.chello$', 'regex' => '/^(?P[A-Za-z0-9]{5,} ?\\[)\\d+\\/\\d+\\] - "[A-Za-z0-9]{3,}.+?" yEnc$/', 'status' => 1, 'description' => '//0F623Uv71RHKt0jzA7inbGZLk00[2/5] - "l2iOkRvy80bgLrZm1xxw.par2" yEnc ::: //GMC2G8KixJKy [01/15] - "GMC2G8KixJKy.part1.rar" yEnc', 'ordinal' => 5, - ), + ], 146 => - array ( + [ 'id' => 147, 'group_regex' => '^alt\\.binaries\\.chello$', 'regex' => '/^(?P[a-zA-Z0-9][a-zA-Z0-9.-]+ \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Imactools.Cefipx.v3.20.MacOSX.Incl.Keyfilemaker-NOY [03/10] - "parfile.vol000+01.par2" yEnc', 'ordinal' => 10, - ), + ], 147 => - array ( + [ 'id' => 148, 'group_regex' => '^alt\\.binaries\\.chello$', 'regex' => '/^(?P[A-Za-z0-9-]+ .+?[. ]\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Siberian Mouses LS, BD models and special... [150/152] - "Xlola - Luba, Sasha & Vika.avi.jpg" yEnc', 'ordinal' => 15, - ), + ], 148 => - array ( + [ 'id' => 149, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?PRe: REQ: .+? - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Re: REQ: All In The Family - "Archie Bunkers Place 1x01 Archies New Partner part 1.nzb" yEnc', 'ordinal' => 5, - ), + ], 149 => - array ( + [ 'id' => 150, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?PPer REQ - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") .+? \\[\\d+\\/\\d+\\] yEnc$/i', 'status' => 1, 'description' => '//Per REQ - "The.Wild.Wild.West.S03E11.The.Night.of.the.Cut-Throats.DVDRip.XVID-tz.par2" 512x384 [01/40] yEnc', 'ordinal' => 10, - ), + ], 150 => - array ( + [ 'id' => 151, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?PBy req: ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//By req: "Dennis The Menace - 4x25 - Dennis and the Homing Pigeons.part05.rar" yEnc', 'ordinal' => 15, - ), + ], 151 => - array ( + [ 'id' => 152, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z ]+HQ DVDRips ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") \\[\\d+\\/\\d+\\] yEnc$/i', 'status' => 1, 'description' => '//I Spy HQ DVDRips "I Spy - 3x26 Pinwheel.part10.rar" [13/22] yEnc', 'ordinal' => 20, - ), + ], 152 => - array ( + [ 'id' => 153, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z0-9].+? (S\\d+D\\d+|- Season \\d+ -) \\[)\\d+\\/\\d+\\] - ".+?"? yEnc$/', 'status' => 1, 'description' => '//Sledge Hammer! S2D2 [016/138] - "SH! S2 D2.ISO.016" yEnc ::: //Sledge Hammer! S2D2 [113/138] - "SH! S2 D2.ISO.1132 yEnc ::: //Lost In Space - Season 1 - [13/40] - "S1E02 - The Derelict.avi" yEnc', 'ordinal' => 25, - ), + ], 153 => - array ( + [ 'id' => 154, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z0-9].+? \\d{4}-\\d\\d-\\d\\d( \\[.+?\\])? \\()\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//Night Flight TV Show rec 1991-01-12 (02/54) - "night flight rec 1991-01-12.nfo" yEnc ::: //Night Flight TV Show rec 1991-05-05 [NEW PAR SET] (1/9) - "night flight rec 1991-05-05.par2" yEnc', 'ordinal' => 30, - ), + ], 154 => - array ( + [ 'id' => 155, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z0-9][a-zA-Z0-9.-]+ \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//The.Love.Boat.S05E08 [01/31] - "The.Love.Boat.S05E08.Chefs.Special.Kleinschmidt.New.Beginnings.par2" yEnc', 'ordinal' => 35, - ), + ], 155 => - array ( + [ 'id' => 156, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P".+?)(\\.part\\d*|\\.rar)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//"Batman - S1E13-The Thirteenth Hat.par2" yEnc', 'ordinal' => 40, - ), + ], 156 => - array ( + [ 'id' => 157, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(Re: )?(?P[a-zA-Z0-9]+ .+? series \\d+ - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Re: Outside Edge series 1 - [01/20] - "Outside Edge S01.nfo" yEnc', 'ordinal' => 45, - ), + ], 157 => - array ( + [ 'id' => 158, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.:]+) - \\d+(?P of \\d+)[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") (\\(\\d+\\/\\d+\\) )?(yEnc)?$/i', 'status' => 1, 'description' => '//\'Mission: Impossible\' - 1x09 - NTSC - DivX - 28 of 48 - "MI-S01E09.r23" yEnc ::: //\'Mission: Impossible\' - 1x09 - NTSC - DivX - 01 of 48 - "MI-S01E09.nfo" (1/1)', 'ordinal' => 50, - ), + ], 158 => - array ( + [ 'id' => 159, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")(yEnc)?( )?$/i', 'status' => 1, 'description' => '//"Batman - S2E58-Ice Spy.par2"yEnc ::: //"Black Sheep Squadron 1x03 Best Three Out of Five.par2"', 'ordinal' => 55, - ), + ], 159 => - array ( + [ 'id' => 160, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") \\(Not My Rip\\).+ \\d+ (?P- \\d+) .+ yEnc$/i', 'status' => 1, 'description' => '//"Guns of Will Sonnett - 1x04.mp4" (Not My Rip)Guns Of Will Sonnett Season 1 1 - 26 Mp4 With Pars yEnc', 'ordinal' => 60, - ), + ], 160 => - array ( + [ 'id' => 161, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(01/10) "Watch_With_Mother-Bill_And_Ben-1953_02_12-Scarecrow-VHSRip-XviD.avi" - 162.20 MB - yEnc', 'ordinal' => 65, - ), + ], 161 => - array ( + [ 'id' => 162, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^\\(.+\\) "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") \\[\\d+\\/(?P\\d+\\]) (Last One I Have! )?yEnc$/i', 'status' => 1, 'description' => '//(Our Gang - Little Rascals DVDRips) "Our Gang - The Lucky Corner (1936).part0.sfv" [01/19] yEnc ::: //(Our Gang - Little Rascals DVDRips) "Our Gang - Wild Poses (1933).part.par" [02/20] Last One I Have! yEnc', 'ordinal' => 70, - ), + ], 162 => - array ( + [ 'id' => 163, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^.+ Usenet Past .+\\[\\d+\\/(?P\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[EnJoY] =>A Blast from Usenet Past (1/3)<= [00/14] - "Mcdonalds Training Film - 1972 (Vhs-Mpg).part.nzb" yEnc', 'ordinal' => 75, - ), + ], 163 => - array ( + [ 'id' => 164, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^ \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// [01/12] - "Yancy Derringer - 03 - Geheime Fracht.par2" yEnc', 'ordinal' => 80, - ), + ], 164 => - array ( + [ 'id' => 165, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^.+ [\\[\\(]\\d+( of |\\/)(?P\\d+[\\]\\)])[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//77 Sunset Strip 409 [1 of 23] "77 Sunset Strip 409 The Missing Daddy Caper.avi.vol63+34.par2" yEnc ::: //Barney.Miller.NZBs [001/170] - "Barney.Miller.S01E01.Ramon.nzb" yEnc', 'ordinal' => 85, - ), + ], 165 => - array ( + [ 'id' => 166, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^.+[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") [\\[\\(]\\d+\\/(?P\\d+[\\]\\)]) yEnc$/i', 'status' => 1, 'description' => '//All in the Family - missing eps - DVDRips "All in the Family - 6x23 Gloria & Mike\'s House Guests.part5.rar" [08/16] yEnc ::: //Amos \'n\' Andy - more shows---read info.txt "Amos \'n\' Andy S01E00 Introduction of the Cast.mkv.001" (002/773) yEnc', 'ordinal' => 90, - ), + ], 166 => - array ( + [ 'id' => 167, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P.+\\d+x\\d+.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4})( yEnc)?( (Series|Season) Finale)?$/', 'status' => 1, 'description' => '//Andy Griffith Show,The 1x05....Irresistible Andy - (DVD).part04.rar', 'ordinal' => 95, - ), + ], 167 => - array ( + [ 'id' => 168, 'group_regex' => '^alt\\.binaries\\.comp$', 'regex' => '/^(?P[\\w.]+\\s+\\[)\\d+\\/\\d+\\] -\\d+\\s+".+?" yEnc$/i', 'status' => 1, 'description' => '//Sims3blokjesremover [0/0] -3162 "Sims3blokjesremover.nzb" yEnc ::: //xSIMS_The_Sims_3_Censor_Remover_v2.91', 'ordinal' => 5, - ), + ], 168 => - array ( + [ 'id' => 169, 'group_regex' => '^alt\\.binaries\\.comp$', 'regex' => '/^(?P[a-zA-Z0-9].+?\\s+\\()\\d+\\/\\d+\\) ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//Photo Mechanic 5.0 build 13915 (1/6) "Photo Mechanic 5.0 build 13915 (1).par2" - 32,97 MB - yEnc', 'ordinal' => 10, - ), + ], 169 => - array ( + [ 'id' => 170, 'group_regex' => '^alt\\.binaries\\.comp$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) .+? post .+? ").+?" yEnc$/', 'status' => 1, 'description' => '//(45/74) NikJosuf post Magento tutorials "43 - Theming Magento 19 - Adding a Responsive Slideshow.mp4" yEnc', 'ordinal' => 15, - ), + ], 170 => - array ( + [ 'id' => 171, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^Film - \\[\\d+\\/(?P\\d+\\] - )?"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Film - [13/59] - "Jerry Maguire (1996) 1080p DTS multisub HUN HighCode-PHD.part13.rar" yEnc ::: //Film - "Phone.booth.2003.RERIP.Bluray.1080p.DTS-HD.x264-Grym.part001.rar" yEnc', 'ordinal' => 5, - ), + ], 171 => - array ( + [ 'id' => 172, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\[Art-Of-Use\\.Net\\] :: \\[.+?\\] :: - \\[\\d+\\/(?P\\d+\\][-_ ]{0,3}"(.+?))([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Art-Of-Use.Net] :: [AUTO] :: - [34/36] - "ImmoralLive.13.11.10.Immoral.Orgies.Rikki.Six.Carmen.Callaway.And.Amanda.Tate.XXX.1080p.MP4-KTR.vol15+16.par2" yEnc', 'ordinal' => 10, - ), + ], 172 => - array ( + [ 'id' => 173, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^brothers-of-usenet\\.info\\.net.+SSL-News\\.info-----(?P.+) - "(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info.net Partner von---- SSL-News.info----- brothers-of-usenet.info.net Partner von---- SSL-News.info-----AVG.Internet.Security.2014.Build.4335.x86.x64 - "AVG.Internet.Security.2014.Build.4335.vol00+01.PAR2" - 315,68 MB - yEnc', 'ordinal' => 15, - ), + ], 173 => - array ( + [ 'id' => 174, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^>+GOU<+ (?P.+?) >+www\\..+?<+ - \\(\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//>GOU<< ZDF.History.Das.Geiseldrama.von.Gladbeck.GERMAN.DOKU.720p.HDTV.x264-TVP >>www.SSL-News.info< - (02/35) - "tvp-gladbeck-720p.nfo" yEnc', 'ordinal' => 20, - ), + ], 174 => - array ( + [ 'id' => 175, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^<<>> \\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//<<>> USC <<>> [22/26] - "Zombie.Tycoon.2.Brainhovs.Revenge-SKIDROW.vol00+1.par2" - 1,85 GB yEnc', 'ordinal' => 25, - ), + ], 175 => - array ( + [ 'id' => 176, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^[a-zA-Z0-9]+ post voor u op www\\..+? - \\[\\d+\\/\\d+\\] - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Jipejans post voor u op www.Dreamplace.biz - [010/568] - "Alien-Antology-DC-Special-Edition-1979-1997-1080p-GER-HUN-HighCode.part009.rar" yEnc ::: //Egbert47 post voor u op www.nzbworld.me - [01/21] - "100 Hits - Lady Sings The Blues 2006 (5cd\'s).par2" yEnc', 'ordinal' => 30, - ), + ], 176 => - array ( + [ 'id' => 177, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^>+ .+?\\.info [<>+]+ .+?\\.com <+ "(?P.+?)\\s+- .*?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - .+? yEnc$/i', 'status' => 1, 'description' => '//>>> usenet4ever.info <<<+>>> secretusenet.com <<< "Weltnaturerbe USA Grand Canyon Nationalpark 2012 3D Blu-ray untouched - DarKneSS.part039.rar" - DarKneSS yEnc', 'ordinal' => 35, - ), + ], 177 => - array ( + [ 'id' => 178, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^Old\\s+Dad\\s+uppt?\\s*?(?P.+?)( mp4| )?\\[?\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt Der gro?e Gatsby BD Rip AC3 Line XvidD German 01/57] - "Der gro?e Gatsby.par2" yEnc', 'ordinal' => 40, - ), + ], 178 => - array ( + [ 'id' => 179, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^[A-Za-z]+ - \\[\\d+\\/\\d+\\] - "\\d+-(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//panter - [46/60] - "68645-Busty Beauties Car Wash XXX 3D BD26.part45.rar" yEnc ::: //Wildrose - [01/57] - "49567-Kleine Rode Tractor Buitenpret.par2" yEnc', 'ordinal' => 45, - ), + ], 179 => - array ( + [ 'id' => 180, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[ .* \\] \\[\\d+\\/(?P\\d+\\][ _-]{0,3}("|#34;).+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ MOVIE ] [14/19] - "Night.Vision.2011.DVDRip.x264-IGUANA.part12.rar" - 660,80 MB yEnc', 'ordinal' => 50, - ), + ], 180 => - array ( + [ 'id' => 181, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\] \\[\\d+\\/(?P\\d+\\][ _-]{0,3}("|#34;).+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ] [01/28] - "Shadowrun_Returns_MULTi4-iNLAWS.par2" - 1,11 GB yEnc', 'ordinal' => 55, - ), + ], 181 => - array ( + [ 'id' => 182, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^[ _-]{0,3}\\w+(-\\w+)?[ _-]{0,3}\\d+[ _-]{0,3}(?P.+) - \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+?("|#34;) yEnc$/i', 'status' => 1, 'description' => '// - FLAC - 1330543524 - Keziah_Jones-Femiliarise-PROMO_CDS-FLAC-2003-oNePiEcE - [01/11] - "00-keziah_jones-femiliarise-promo_cds-flac-2003-1.jpg" yEnc', 'ordinal' => 60, - ), + ], 182 => - array ( + [ 'id' => 183, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/.*[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})[-_ ]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ] [26/26] - "Legally.Brown.S01E06.HDTV.x264-BWB.vol7+4.par2" - 332,80 MB yEnc', 'ordinal' => 65, - ), + ], 183 => - array ( + [ 'id' => 184, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^Doobz (?P[a-zA-z-_]+) \\[\\d+\\/(?P\\d+\\]) - ".+([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Doobz Europa_Universalis_IV_Conquest_of_Paradise-FLT [10/54] - "flt-eucp.001" yEnc', 'ordinal' => 70, - ), + ], 184 => - array ( + [ 'id' => 185, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/i', 'status' => 1, 'description' => '//[01/10] - "Wondershare.Video.Converter.Ultimate.v6.7.1.0.Multilanguage.par2" - 45,44 MB yEnc', 'ordinal' => 75, - ), + ], 185 => - array ( + [ 'id' => 186, 'group_regex' => '^alt\\.binaries\\.pictures\\.erotica\\.anime$', 'regex' => '/(?P.*)\\s+-\\s+\\d+\\s+of\\s+\\d+\\s+-\\s+yEnc\\s+".*"/i', 'status' => 1, 'description' => '// pictures.erotica.anime has really only header we care about in the form ::: // [ABPEA - Original] Arima Zin - Tennen Koiiro Alcohol [BB, Boy] - 005 of 229 - yEnc "Tennen_Koiiro_Alcohol-005.jpg" ::: // in this case we only need the title of the manga, not which image we are viewing or the post file name', 'ordinal' => 5, - ), + ], 186 => - array ( + [ 'id' => 187, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^(?P\\[\\d+\\]-\\[ABGX\\.(?Pnet|NET)\\] - ").+?(" - \\d+[,.]\\d+ [kKmMgG][bB] - )yEnc$/', 'status' => 1, 'description' => '//[4062]-[ABGX.net] - "unlimited-skyrim.legendary.multi4.ps3.par2" - 17.10 GB - yEnc', 'ordinal' => 5, - ), + ], 187 => - array ( + [ 'id' => 188, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^(?P\\[\\d+\\]-\\[abgx\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//[4017]-[abgx]- "duplex.nfo" yEnc', 'ordinal' => 10, - ), + ], 188 => - array ( + [ 'id' => 189, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^(?P\\[\\d+\\] \\[\\d+\\/\\d+\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//[4197] [036/103] - "ant-mgstlcd2.r34" yEnc', 'ordinal' => 15, - ), + ], 189 => - array ( + [ 'id' => 190, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/(?P[A-Z0-9]\\w{10,}-?PS3-[a-zA-Z0-9]+ \\[)\\d+\\/\\d+\\] - ".+?" $/', 'status' => 1, 'description' => '//Musou_Orochi_Z_JPN_PS3-JPMORGAN [62/62] - "jpmorgan.nfo" yEnc', 'ordinal' => 20, - ), + ], 190 => - array ( + [ 'id' => 191, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" \\(\\d+\\/(?P\\d+\\)) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//"Armored_Core_V_PS3-ANTiDOTE__www.realmom.info__.r00" (03/78) 3,32 GB yEnc', 'ordinal' => 25, - ), + ], 191 => - array ( + [ 'id' => 192, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" (?P\\d+[.,]\\d+ [kKmMgG][bB]) yEnc$/', 'status' => 1, 'description' => '//"Ace.Combat.Assault.Horizon.PS3-DUPLEX__www.realmom.info__.nfo" 7,14 GB yEnc', 'ordinal' => 30, - ), + ], 192 => - array ( + [ 'id' => 193, 'group_regex' => '^alt\\.binaries\\.country\\.mp3$', 'regex' => '/^(?PAttn: .+? - .+? - .+? - )(\\d+ - )?.+?\\.[A-Za-z0-9]{2,4} yEnc$/', 'status' => 1, 'description' => '//Attn: wulf109 - Jim Reeves - There\'s Someone Who Loves You - 01 - Anna Marie.mp3 yEnc ::: //Attn: wulf109 - Jim Reeves - There\'s Someone Who Loves You - Front.jpg yEnc', 'ordinal' => 5, - ), + ], 193 => - array ( + [ 'id' => 194, 'group_regex' => '^alt\\.binaries\\.country\\.mp3$', 'regex' => '/^(?P[A-Z0-9].{3,} -( (19|20)\\d\\d - )?[A-Z0-9].{3,}\\s+")[A-Z0-9].{3,} - \\d+ - [A-Z0-9].+?\\.[A-Za-z0-9]{2,4}" yEnc$/', 'status' => 1, 'description' => '//Jo Dee Messina - A Joyful Noise "01 - Winter Wonderland.mp3" yEnc ::: //Karen Lynne - 2000 - Six Days in December "Pat Drummond and Karen Lynne - 01 - The Rush.mp3" yEnc', 'ordinal' => 10, - ), + ], 194 => - array ( + [ 'id' => 195, 'group_regex' => '^alt\\.binaries\\.country\\.mp3$', 'regex' => '/^(?P(\\]?"[A-Z0-9].{3,} - )+?([A-Z0-9].{3,}? - )+?)(\\d\\d - )?[a-zA-Z0-9].+?\\.[A-Za-z0-9]{2,4}" yEnc$/', 'status' => 1, 'description' => '//"Heather Myles - Highways and Honky Tonks - 05 - True Love.mp3" yEnc ::: //"Reba McEntire - The Secret Of Giving - A Christmas Collection - 09 - This Christmas.mp3" yEnc ::: //]"Heather Myles - Highways and Honky Tonks - 05 - True Love.mp3" yEnc ::: //"Reba McEntire - Moments & Memories - The Best Of Reba - Australian-back.jpg" yEnc ::: //"Reba McEntire - The Secret Of Giving - A Christmas Collection - 01 - This Is My Prayer For You.mp3" yEnc ::: //"Reba McEntire - American Legends-Best Of The Early Years - 02 - You Really Better Love Me After This.Mp3" yEnc', 'ordinal' => 15, - ), + ], 195 => - array ( + [ 'id' => 196, 'group_regex' => '^alt\\.binaries\\.country\\.mp3$', 'regex' => '/^(?P"[A-Z0-9].{3,}? - )(([A-Z0-9][^-]{3,}?|\\s*\\d\\d) - )?[a-zA-Z0-9].{2,}?\\.[A-Za-z0-9]{2,4}?" yEnc$/', 'status' => 1, 'description' => '//"Reba McEntire - Duets.m3u" yEnc ::: //"Reba McEntire - Greatest Hits Volume Two - back.jpg" yEnc ::: //"Reba McEntire - American Legends-Best Of The Early Years.m3u" yEnc ::: //"Jason Allen - 00 - nfo.txt" yEnc ::: //"Sean Ofarrell-L', 'ordinal' => 20, - ), + ], 196 => - array ( + [ 'id' => 197, 'group_regex' => '^alt\\.binaries\\.country\\.mp3$', 'regex' => '/^(?P\\]"[\\w-]{10,}?)-[a-zA-Z0-9]+\\.[a-zA-Z0-9]{2,4}" yEnc$/', 'status' => 1, 'description' => '//]"Heather_Myles_-_Highways_And_Honky_Tonks-back.jpg" yEnc', 'ordinal' => 25, - ), + ], 197 => - array ( + [ 'id' => 198, 'group_regex' => '^alt\\.binaries\\.country\\.mp3$', 'regex' => '/^(?P[A-Z0-9].{3,}? - [A-Z0-9].{3,}? - )\\d\\d - [a-zA-Z0-9].{2,}?\\.[A-Za-z0-9]{2,4}?" yEnc$/', 'status' => 1, 'description' => '//Merv & Maria - Chasing Rainbows Merv & Maria - 01 - Sowin\' Love.mp3" yEnc', 'ordinal' => 30, - ), + ], 198 => - array ( + [ 'id' => 199, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^(?P[A-Z0-9].+? postet\\s+.+?\\s+\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Eragon postet Horror S01 E01 german Sub [02/22] - "kopiert neu.par2" yEnc ::: //Eragon postet Rapunzel S02E12 german Sub hardcodet [02/18] - "Rapunzel S02E12 HDTV x264-LOL ger subbed.par2" yEnc', 'ordinal' => 5, - ), + ], 199 => - array ( + [ 'id' => 200, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^(?P#sterntuary - .+? - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//#sterntuary - Alex Jones Radio Show - "05-03-2009_INFO_BAK_ALJ.nfo" yEnc', 'ordinal' => 5, - ), + ], 200 => - array ( + [ 'id' => 201, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "((BBC|ITV) )?(?P.+?)(\\.part\\d+)?(\\.(par2|(vol.+?))"|\\.[a-z0-9]{3}"|") - \\d.+? - (\\d.+? -)? yEnc$/', 'status' => 1, 'description' => '//(08/25) "Wild Russia 5 of 6 The Secret Forest 2009.part06.rar" - 47.68 MB - 771.18 MB - yEnc ::: //(01/24) "ITV Wild Britain With Ray Mears 1 of 6 Deciduous Forest 2011.nfo" - 4.34 kB - 770.97 MB - yEnc ::: //(24/24) "BBC Great British Garden Revival 03 of 10 Cottage Gardens And House Plants 2013.vol27+22.PAR2" - 48.39 MB - 808.88 MB - yEnc', 'ordinal' => 10, - ), + ], 201 => - array ( + [ 'id' => 202, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^.+?\\[\\d+\\/(?P\\d+\\][-_ ]{0,3}.+?)[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//(World Air Routes - WESTJET - B737-700) [028/109] - "World Air Routes - WESTJET - B737-700.part027.rar" yEnc', 'ordinal' => 15, - ), + ], 202 => - array ( + [ 'id' => 203, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/.*[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/i', 'status' => 1, 'description' => '//Beyond Vanilla (2010) Documentary DVDrip XviD-Uncut - (02/22) "Beyond.Vanilla.2010.Documentary.DVDrip.XviD-Uncut.par2" - yenc yEnc', 'ordinal' => 20, - ), + ], 203 => - array ( + [ 'id' => 204, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/.*[\\(\\[]\\d+-(?P\\d+[\\)\\]])[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}("|#34;)).+?yEnc$/i', 'status' => 1, 'description' => '//Rough Cut - Woodworking with Tommy Mac - Pilgrim Blanket Chest (1600s) DVDrip DivX - (02-17) "Rough.Cut-Woodworking.with.Tommy.Mac-Pilgrim.Blanket.Chest.1600s-DVDrip.DivX.2010.par2" - yEnc yEnc', 'ordinal' => 25, - ), + ], 204 => - array ( + [ 'id' => 205, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/(?P.+) - [\\(\\[]\\d+(?P\\|\\d+[\\)\\]])[-_ ]{0,3}("|#34;).+?(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}("|#34;)).+?yEnc$/i', 'status' => 1, 'description' => '//Asia This Week (NHK World, 19 & 20 July 2013) - \'Malala\'s movement for girls\' education + Japan seeks imports from Southeast Asia - soccer players\' - (02|14) - "ATW-2013-07-20.par2" yEnc ::: //Asia Biz Forecast (NHK World, 6 & 7 July 2013) - \'China: limits of growth + Japan: remote access\' - (05|14) - "ABF-2013-07-07.part3.rar" yEnc', 'ordinal' => 30, - ), + ], 205 => - array ( + [ 'id' => 206, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/(?P.+) - File \\d+ of (?P\\d+)[-_ ]{0,3}.+?(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}).+?yEnc$/i', 'status' => 1, 'description' => '//Asia Biz Forecast (NHK World, 16-17 June 2012) - "Japan seeks energy options" - File 01 of 14 - ABF-2012-06-16.nfo (yEnc', 'ordinal' => 35, - ), + ], 206 => - array ( + [ 'id' => 207, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}") (?P\\d+[,.]\\d+ [kKmMgG][bB]ytes) yEnc$/i', 'status' => 1, 'description' => '//Dark MatterDark Energy S02E06 - "Dark Matter_Dark Energy S02E06 - The Universe - History Channel.part1.rar" 51.0 MBytes yEnc', 'ordinal' => 40, - ), + ], 207 => - array ( + [ 'id' => 208, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/\\(\\d+\\/(?P\\d+\\) - .+) - "(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(35/45) - Keating Pt4 - "Keating Pt4.part34.rar" - 1.77 GB - yEnc', 'ordinal' => 45, - ), + ], 208 => - array ( + [ 'id' => 209, 'group_regex' => '^alt\\.binaries\\.downunder$', 'regex' => '/^(?P[a-zA-Z0-9]{5,}\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//RWlgVffClWxD0vXT1peIwb9DubTLMiYm3nvD1aMMDe[04/16] - "A9jFik7Fk4hCG4GWuxAg.r02" yEnc', 'ordinal' => 5, - ), + ], 209 => - array ( + [ 'id' => 210, 'group_regex' => '^alt\\.binaries\\.dvd$', 'regex' => '/^(thnx to original poster )?\\[\\d+(?P\\/\\d+\\] - ".+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4})("| `).* yEnc$/', 'status' => 1, 'description' => '//thnx to original poster [00/98] - "2669DFKKFD2008.nzb ` 2669DFKKFD2008 " yEnc', 'ordinal' => 5, - ), + ], 210 => - array ( + [ 'id' => 211, 'group_regex' => '^alt\\.binaries\\.dvd-r$', 'regex' => '/^(?Pkatanxya "katanxya\\d+)/', 'status' => 1, 'description' => '//katanxya "katanxya7221.par2" yEnc', 'ordinal' => 5, - ), + ], 211 => - array ( + [ 'id' => 212, 'group_regex' => '^alt\\.binaries\\.dvd-r$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[A-Z0-9](19|20)\\d\\d[01]\\d[123]\\d_\\d+\\.).+?" - \\d+[,.]\\d+ [mMkKgG][bB] yEnc$/', 'status' => 1, 'description' => '//[01/52] - "H1F3E_20130715_005.par2" - 4.59 GB yEnc', 'ordinal' => 10, - ), + ], 212 => - array ( + [ 'id' => 213, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^New eBooks.+[ _-]{0,3}("|#34;)(?P.+?.+)\\.(par|vol|rar|nfo).*?("|#34;)/i', 'status' => 1, 'description' => '//New eBooks 8 June 2013 - "Melody Carlson - [Carter House Girls 08] - Last Dance (mobi).rar"', 'ordinal' => 5, - ), + ], 213 => - array ( + [ 'id' => 214, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/www.nzbworld.me - \\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc/i', 'status' => 1, 'description' => '//(Nora Roberts)"Black Rose - Nora Roberts.epub" yEnc ::: //Rowwendees post voor u op www.nzbworld.me - [0/6] - "Animaniacs - Lights, Camera, Action!.nzb" yEnc (1/1)', 'ordinal' => 10, - ), + ], 214 => - array ( + [ 'id' => 215, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/town\\.ag.+?(download all our files with|partner of).+?www\\..+?\\.info.+? \\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '// >> www.ssl-news.info <<< > [02/19] - "2013.AUG.non-fiction.NEW.releases.part.1.(PDF)-MiMESiS.part01.rar" - 1,31 GB yEnc ::: // [3/3] - "Career.Secrets.Exposed.by.Gavin.F..Redelman_.RedStarResume.vol0+1.par2" - 8,16 MB yEnc', 'ordinal' => 15, - ), + ], 215 => - array ( + [ 'id' => 216, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/\\((?P.+works)\\) \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)\\.(mobi|pdf|epub|html|azw)" yEnc$/', 'status' => 1, 'description' => '//(Zelazny works) [36/39] - "Roger Zelazny - The Furies.mobi" yEnc', 'ordinal' => 20, - ), + ], 216 => - array ( + [ 'id' => 217, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\([a-zA-Z ]+ sampler\\) \\[\\d+(?P\\/\\d+\\]) - "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//(Joan D Vinge sampler) [17/17] - "Joan D Vinge - World\'s End.txt" yEnc', 'ordinal' => 25, - ), + ], 217 => - array ( + [ 'id' => 218, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^New - Retail -( Juvenile Fiction -)? "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//New - Retail - Juvenile Fiction - "Magic Tree House #47_ Abe Lincoln at Last! - Mary Pope Osborne & Sal Murdocca.epub" yEnc ::: //New - Retail - "Linda Howard - Cover of Night.epub" yEnc ::: //New - Retail - "Kylie Logan_Button Box Mystery 01 - Button Holed.epub" yEnc', 'ordinal' => 30, - ), + ], 218 => - array ( + [ 'id' => 219, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\(No\\. 1 Ladies Detective Agency\\) \\[\\d+(?P\\/\\d+\\]) - "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//(No. 1 Ladies Detective Agency) [04/13] - "Alexander McCall Smith - No 1-12 - The Saturday Big Tent Wedding Party.mobi" yEnc', 'ordinal' => 35, - ), + ], 219 => - array ( + [ 'id' => 220, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\]) (?P.+?)\\.(txt|pdf|mobi|epub|azw)/', 'status' => 1, 'description' => '//[25/33] Philip Jose Farmer - Toward the Beloved City [ss].mobi ::: //[2/4] Graham Masterton - Descendant.mobi', 'ordinal' => 40, - ), + ], 220 => - array ( + [ 'id' => 221, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/(?P.+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}".+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(NordicAlbino) [01/10] - "SWHQ_NA_675qe0033102suSmzSE.sfv" yEnc ::: //365 Sex Positions A New Way Every Day for a Steamy Erotic Year [eBook] - (1/5) "365.Sex.Positions.A.New.Way.Every.Day.for.a.Steamy.Erotic.Year.eBook.nfo" - yenc yEnc', 'ordinal' => 45, - ), + ], 221 => - array ( + [ 'id' => 222, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\] .+?) - "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//[001/125] (NL Epub Wierook Set 49) - "Abulhawa, Susan - Litteken van David_Ochtend in Jenin.epub" yEnc', 'ordinal' => 50, - ), + ], 222 => - array ( + [ 'id' => 223, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/1) "Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW.pdf" - 162,82 MB - (Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW) yEnc', 'ordinal' => 55, - ), + ], 223 => - array ( + [ 'id' => 224, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/7) "0865779767.epub" - 88,93 MB - "Anatomic Basis of Neurologic Diagnosis - epub" yEnc', 'ordinal' => 60, - ), + ], 224 => - array ( + [ 'id' => 225, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^(?PAttn:|Re:|REQ:|New Scan).+?[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//Re: REQ: Jay Lake\'s Mainspring series/trilogy (see titles inside) - "Lake, Jay - Clockwork Earth 03 - Pinion [epub].rar" 405.6 kBytes yEnc ::: //Attn: Brownian - "del Rey, Maria - Paradise Bay (FBS).rar" yEnc ::: //New Scan "Herbert, James - Sepulchre (html).rar" yEnc', 'ordinal' => 65, - ), + ], 225 => - array ( + [ 'id' => 226, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//"Gabaldon, Diana - Outlander [5] The Fiery Cross.epub" yEnc ::: //Kiny Friedman "Friedman, Kinky - Prisoner of Vandam Street_ A Novel, The.epub" yEnc', 'ordinal' => 70, - ), + ], 226 => - array ( + [ 'id' => 227, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/(?P.+?)[-_ ]{0,3}\\d+\\/(?P\\d+[-_ ]{0,3}".+?)\\.(txt|pdf|mobi|epub|azw)"( \\(\\d+\\/\\d+\\))?( )?$/', 'status' => 1, 'description' => '//Patterson flood - Mobi - 15/45 "James Patterson - AC 13 - Double Cross.mobi"', 'ordinal' => 75, - ), + ], 227 => - array ( + [ 'id' => 228, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^New eBooks.+[ _-]{0,3}("|#34;)(?P.+?.+)\\.(par|vol|rar|nfo).*?("|#34;)/i', 'status' => 1, 'description' => '//New eBooks 8 June 2013 - "Melody Carlson - [Carter House Girls 08] - Last Dance (mobi).rar"', 'ordinal' => 80, - ), + ], 228 => - array ( + [ 'id' => 229, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\(Nora Roberts\\)"(?P.+?)\\.(?Pepub|mobi|html|pdf|azw)" yEnc$/', 'status' => 1, 'description' => '//(Nora Roberts)"Black Rose - Nora Roberts.epub" yEnc', 'ordinal' => 85, - ), + ], 229 => - array ( + [ 'id' => 230, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/town\\.ag.+?download all our files with.+?www\\..+?\\.info.+? \\[\\d+(?P\\/\\d+\\] - ".+?)(-sample)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '// >> www.ssl-news.info <<< > [02/19] - "2013.AUG.non-fiction.NEW.releases.part.1.(PDF)-MiMESiS.part01.rar" - 1,31 GB yEnc', 'ordinal' => 90, - ), + ], 230 => - array ( + [ 'id' => 231, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^Doctor Who - Target Books \\[\\d+\\/(?P\\d+\\]) - "DW[0-9]{0,3}[-_ ]{0,3}(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//Doctor Who - Target Books [128/175] - "DW125_ Terror of the Vervoids - Pip Baker.mobi" yEnc', 'ordinal' => 95, - ), + ], 231 => - array ( + [ 'id' => 232, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\((?P[a-zA-Z0-9 -]+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(American Curves - Summer 2012) [01/10] - "AMECURSUM12.par2" yEnc', 'ordinal' => 100, - ), + ], 232 => - array ( + [ 'id' => 233, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/(?P.+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}".+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//(NordicAlbino) [01/10] - "SWHQ_NA_675qe0033102suSmzSE.sfv" yEnc ::: //365 Sex Positions A New Way Every Day for a Steamy Erotic Year [eBook] - (1/5) "365.Sex.Positions.A.New.Way.Every.Day.for.a.Steamy.Erotic.Year.eBook.nfo" - yenc yEnc', 'ordinal' => 105, - ), + ], 233 => - array ( + [ 'id' => 234, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}".+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}")([-_ ]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])?[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[1/8] - "Robin Lane Fox - Travelling heroes.epub" yEnc ::: //(1/1) "Unintended Consequences - John Ross.nzb" - 8.67 kB - yEnc', 'ordinal' => 110, - ), + ], 234 => - array ( + [ 'id' => 235, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^[\\(\\[] .+? [\\)\\][-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//[ Mega Dating and Sex Advice Ebooks - Tips and Tricks for Men PDF ] - "Vatsyayana - The Kama Sutra.pdf.rar" - (54/58) yEnc', 'ordinal' => 115, - ), + ], 235 => - array ( + [ 'id' => 236, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^(?PWWII in Photos)[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//WWII in Photos - "WWII in Photos_05_Conflict Spreads Around the Globe - The Atlantic.epub" yEnc', 'ordinal' => 120, - ), + ], 236 => - array ( + [ 'id' => 237, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^.+?"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}\\[\\d+ of (?P\\d+\\])[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//Various ebooks on History pdf format "Chelsea House Publishing Discovering U.S. History Vol. 8, World War I and the Roaring Twenties - 1914-1928 (2010).pdf" [1 of 1] yEnc', 'ordinal' => 125, - ), + ], 237 => - array ( + [ 'id' => 238, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/.+[\\(\\[]\\d+ of (?P\\d+[\\)\\]] ".+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//A few things - [4 of 13] "Man From U.N.C.L.E. 08 - The Monster Wheel Affair - David McDaniel.epub" yEnc', 'ordinal' => 130, - ), + ], 238 => - array ( + [ 'id' => 239, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/.+[\\(\\[]\\d+\\/(?P\\d+[\\)\\]] - ".+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") toby\\d+$/', 'status' => 1, 'description' => '//DDR Kochbuch 1968-wir kochen gut [1/1] - "DDR Kochbuch 1968-wir kochen gut.pdf" toby042002', 'ordinal' => 135, - ), + ], 239 => - array ( + [ 'id' => 240, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^.+?[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") [\\(\\[]\\d+\\/(?P\\d+[\\)\\]]) ([-_ ]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])?[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//Pottermore UK retail - "Harry Potter and the Goblet of Fire - J.K. Rowling.epub" (05/14) - 907.57 kB - yEnc', 'ordinal' => 140, - ), + ], 240 => - array ( + [ 'id' => 241, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\] .+?) - "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//[001/125] (NL Epub Wierook Set 49) - "Abulhawa, Susan - Litteken van David_Ochtend in Jenin.epub" yEnc', 'ordinal' => 145, - ), + ], 241 => - array ( + [ 'id' => 242, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/1) "Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW.pdf" - 162,82 MB - (Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW) yEnc', 'ordinal' => 150, - ), + ], 242 => - array ( + [ 'id' => 243, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/7) "0865779767.epub" - 88,93 MB - "Anatomic Basis of Neurologic Diagnosis - epub" yEnc', 'ordinal' => 155, - ), + ], 243 => - array ( + [ 'id' => 244, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^(?PAttn:|Re:|REQ:|New Scan).+?[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//Re: REQ: Jay Lake\'s Mainspring series/trilogy (see titles inside) - "Lake, Jay - Clockwork Earth 03 - Pinion [epub].rar" 405.6 kBytes yEnc ::: //Attn: Brownian - "del Rey, Maria - Paradise Bay (FBS).rar" yEnc ::: //New Scan "Herbert, James - Sepulchre (html).rar" yEnc', 'ordinal' => 160, - ), + ], 244 => - array ( + [ 'id' => 245, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//"Gabaldon, Diana - Outlander [5] The Fiery Cross.epub" yEnc ::: //Kiny Friedman "Friedman, Kinky - Prisoner of Vandam Street_ A Novel, The.epub" yEnc', 'ordinal' => 165, - ), + ], 245 => - array ( + [ 'id' => 246, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/(?P.+?)[-_ ]{0,3}\\d+\\/(?P\\d+[-_ ]{0,3}".+?)\\.(txt|pdf|mobi|epub|azw)"( \\(\\d+\\/\\d+\\))?( )?$/', 'status' => 1, 'description' => '//Patterson flood - Mobi - 15/45 "James Patterson - AC 13 - Double Cross.mobi"', 'ordinal' => 170, - ), + ], 246 => - array ( + [ 'id' => 247, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/\\d+\\/(?P\\d+[-_ ]{0,3}.+)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//04/63 Brave New World Revisited - Aldous Huxley.mobi yEnc', 'ordinal' => 175, - ), + ], 247 => - array ( + [ 'id' => 248, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^- (?P.+?)\\.(par|vol|rar|nfo)[-_ ]{0,3}(?P.+)/', 'status' => 1, 'description' => '//- Campbell, F.E. - Susan - HIT 125.rar BDSM Themed Adult Erotica - M/F F/F - Rtf & Pdf', 'ordinal' => 180, - ), + ], 248 => - array ( + [ 'id' => 249, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^"(?P.+?)\\.(txt|pdf|mobi|epub|azw)" \\(\\d+\\/(?P\\d+\\))/', 'status' => 1, 'description' => '//"D. F. Jones - 03 - Colossus and The Crab.epub" (1/3)', 'ordinal' => 185, - ), + ], 249 => - array ( + [ 'id' => 250, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^"(?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par)" $/', 'status' => 1, 'description' => '//"D. F. Jones - 01 - Colossus.epub" (note the space on the end)', 'ordinal' => 190, - ), + ], 250 => - array ( + [ 'id' => 251, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d*+\\/(?P\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4} "|") yEnc$/i', 'status' => 1, 'description' => '//[01/19] - "13_X_Panzer_Tracts_EBook.nfo " yEnc', 'ordinal' => 195, - ), + ], 251 => - array ( + [ 'id' => 252, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\]) (?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par).+?(yEnc)?$/', 'status' => 1, 'description' => '//[09/14] Sven Hassel - Legion of the Damned 09, Reign of Hell.mobi sven hassel as requested (1/7) yEnc ::: //[1/1] Alex Berenson - John Wells 05, The Secret Soldier.mobi (space at end)', 'ordinal' => 200, - ), + ], 252 => - array ( + [ 'id' => 253, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\]) - "(?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par)"( \\d+K)?( )?$/', 'status' => 1, 'description' => '//[1/1] - "Die Kunst der Fotografie Lehrbuch und Bildband f r ambitionierte Fotografen.rar" ::: //[1/1] - "Demonic_ How the Liberal Mob Is Endanger - Coulter, Ann.mobi" (note space at end) ::: //[1/1] - "Paris in Love_ A Memoir - Eloisa James.mobi" 1861K', 'ordinal' => 205, - ), + ], 253 => - array ( + [ 'id' => 254, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\d+\\/(?P\\d+)[-_ ]{0,3}(?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par)$/', 'status' => 1, 'description' => '//002/240 Swordships.of.Scorpio.(Dray.Prescot).-.Alan.Burt.Akers.epub', 'ordinal' => 210, - ), + ], 254 => - array ( + [ 'id' => 255, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^(?P[a-zA-Z0-9. ].+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|) yEnc$/i', 'status' => 1, 'description' => '//Akers Alan Burt - Dray Prescot Saga 14 - Krozair von Kregen.rar yEnc', 'ordinal' => 215, - ), + ], 255 => - array ( + [ 'id' => 256, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^New eBooks.+[ _-]{0,3}("|#34;)(?P.+?.+)\\.(par|vol|rar|nfo).*?("|#34;)/i', 'status' => 1, 'description' => '//New eBooks 8 June 2013 - "Melody Carlson - [Carter House Girls 08] - Last Dance (mobi).rar"', 'ordinal' => 220, - ), + ], 256 => - array ( + [ 'id' => 257, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/town\\.ag.+?download all our files with.+?www\\..+?\\.info.+? \\[\\d+(?P\\/\\d+\\] - ".+?)(-sample)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '// >> www.ssl-news.info <<< > [02/19] - "2013.AUG.non-fiction.NEW.releases.part.1.(PDF)-MiMESiS.part01.rar" - 1,31 GB yEnc', 'ordinal' => 225, - ), + ], 257 => - array ( + [ 'id' => 258, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^[A-Za-z ]+[-_ ]{0,3}"(?P.+?)\\.(txt|pdf|mobi|epub|azw)"[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//World War II History - "Spies of the Balkans - Alan Furst.mobi" yEnc ::: //True Crime "T. J. English - Havana Nocturne (v5.0).mobi" yEnc ::: //E C Tubb Flood - "E C Tubb - Dumarest 31 The Temple of Truth.epub" - yEnc', 'ordinal' => 230, - ), + ], 258 => - array ( + [ 'id' => 259, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^SFF Dump - "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" \\(\\d+\\/\\d+\\) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/', 'status' => 1, 'description' => '//SFF Dump - "Thomas M. Disch - Camp Concentration.epub" (1033/1217) - 226.47 kB - yEnc', 'ordinal' => 235, - ), + ], 259 => - array ( + [ 'id' => 260, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^\\((?P[a-zA-Z0-9 -]+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(American Curves - Summer 2012) [01/10] - "AMECURSUM12.par2" yEnc', 'ordinal' => 240, - ), + ], 260 => - array ( + [ 'id' => 261, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/(?P.+?)[-_ ]{0,3}\\d+\\/(?P\\d+[-_ ]{0,3}".+?)\\.(txt|pdf|mobi|epub|azw)"( \\(\\d+\\/\\d+\\))?( )?$/', 'status' => 1, 'description' => '//Patterson flood - Mobi - 15/45 "James Patterson - AC 13 - Double Cross.mobi"', 'ordinal' => 245, - ), + ], 261 => - array ( + [ 'id' => 262, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\] .+?) - "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//[001/125] (NL Epub Wierook Set 49) - "Abulhawa, Susan - Litteken van David_Ochtend in Jenin.epub" yEnc', 'ordinal' => 250, - ), + ], 262 => - array ( + [ 'id' => 263, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/1) "Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW.pdf" - 162,82 MB - (Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW) yEnc', 'ordinal' => 255, - ), + ], 263 => - array ( + [ 'id' => 264, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/7) "0865779767.epub" - 88,93 MB - "Anatomic Basis of Neurologic Diagnosis - epub" yEnc', 'ordinal' => 260, - ), + ], 264 => - array ( + [ 'id' => 265, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^(?PAttn:|Re:|REQ:|New Scan).+?[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//Re: REQ: Jay Lake\'s Mainspring series/trilogy (see titles inside) - "Lake, Jay - Clockwork Earth 03 - Pinion [epub].rar" 405.6 kBytes yEnc ::: //Attn: Brownian - "del Rey, Maria - Paradise Bay (FBS).rar" yEnc ::: //New Scan "Herbert, James - Sepulchre (html).rar" yEnc', 'ordinal' => 265, - ), + ], 265 => - array ( + [ 'id' => 266, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^\\*(FULL )?REPOST\\* New eBooks.+[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}")$/i', 'status' => 1, 'description' => '//*FULL REPOST* New eBooks 26 Nov 2012 & 20% PAR2 Set - "Elisabeth Kyle - The Captain\'s House (siPDF).rar" ::: //*REPOST* New eBooks 23 Nov 2012 - "Charles Culver - [The 11th Floor 02] - Awakening (mobi).rar"', 'ordinal' => 270, - ), + ], 266 => - array ( + [ 'id' => 267, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^.+?Search (for|4) (number|Numeric String) at end of (title|Subject)[-_ ]{0,3}(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4})[-\\=_ ]{0,3}\\d+[-_ ]{0,3}.+?yEnc$/i', 'status' => 1, 'description' => '//1 - 5 July 2013 - Search for number at end of title - Bevin Alexander - How Hitler Could Have Won World War II- The Fatal Errors That Lead to Nazi Defeat (epub).rar - 14418-25255-6053.rar.txt yEnc ::: //10 July 2013 - Search 4 Numeric String at End of Subject - Andew Hodges - Alan Turing- The Enigma (Centenary Edition) (kf8 mobi).rar = 21317-25234-21710.rar.txt yEnc', 'ordinal' => 275, - ), + ], 267 => - array ( + [ 'id' => 268, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//"Gabaldon, Diana - Outlander [5] The Fiery Cross.epub" yEnc ::: //Kiny Friedman "Friedman, Kinky - Prisoner of Vandam Street_ A Novel, The.epub" yEnc', 'ordinal' => 280, - ), + ], 268 => - array ( + [ 'id' => 269, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}\\d+[kKmMgG]$/i', 'status' => 1, 'description' => '//"Back to Pakistan_ A Fifty-Year Journey - Leslie Noyes Mass.pdf" 2778K', 'ordinal' => 285, - ), + ], 269 => - array ( + [ 'id' => 270, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\][-_ ]{0,3}.+)\\.(txt|pdf|mobi|epub|azw)[-_ ]{0,3}.+flood( )?$/', 'status' => 1, 'description' => '//[002/182] A. E. Van Vogt - The Anarchistic Colossus.mobi mobi flood ::: //[002/115] Alan Dean Foster - Alien.mobi sf single author flood', 'ordinal' => 290, - ), + ], 270 => - array ( + [ 'id' => 271, 'group_regex' => '^alt\\.binaries\\.e-book.flood$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\]) (?P.+?)\\.(txt|pdf|mobi|epub|azw)/', 'status' => 1, 'description' => '//[2/4] Graham Masterton - Descendant.mobi', 'ordinal' => 295, - ), + ], 271 => - array ( + [ 'id' => 272, 'group_regex' => '^alt\\.binaries\\.e-book\\.magazines$', 'regex' => '/^(?P\\[.+?\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '// e-book.magazines has really only header we care about in the form ::: // [Top.Gear.South.Africa-February.2014] - "Top.Gear.South.Africa-February.2014.pdf.vol00+1.par2" yEnc - 809.32 KB', 'ordinal' => 5, - ), + ], 272 => - array ( + [ 'id' => 273, 'group_regex' => '^alt\\.binaries\\.e-book\\.rpg$', 'regex' => '/^.+?\\[\\d+\\/(?P\\d+\\]) - "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//ATTN: falsifies RE: REQ:-Pathfinder RPG anything at all TIA [362/408] - "Pathfinder_-_PZO1110B_-_Pathfinder_RPG_-_Beta_Playtest_-_Prestige_Enhancement.pdf" yEnc', 'ordinal' => 10, - ), + ], 273 => - array ( + [ 'id' => 274, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/(?P\\[[\\d]+\\]-\\[FULL\\]-\\[#a\\.b\\.erotica@EFNet\\]-\\[) \\d{2,3}_.+? \\][- ]\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '// SPECIAL CASE FOR XXX PACKS ::: //[398342]-[FULL]-[#a.b.erotica@EFNet]-[ 02_18onlygirls.com.a.golden.lady..12.10.12.stephanie ]-[04/16] - "02_18onlygirls.com.a.golden.lady..12.10.12.stephanie.part03.rar" yEnc', 'ordinal' => 5, - ), + ], 274 => - array ( + [ 'id' => 275, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\[(?P[a-fA-F0-9]+)][-_ ]{0,3}.+?[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//[f3a543495657d38c361dbe767a8506df] - sandramilka01-casting [10/25] - "sandramilka01-casting.part08.rar" yEnc', 'ordinal' => 10, - ), + ], 275 => - array ( + [ 'id' => 276, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^(?P\\w+)\\[\\d+\\/(?P\\d+)\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//ECG190215XUTFQI4JB[34/37] - "ECG190215XUTFQI4JB.vol03+04.par2" yEnc', 'ordinal' => 15, - ), + ], 276 => - array ( + [ 'id' => 277, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/(?P\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\])-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[278997]-[FULL]-[#a.b.erotica]-[ chi-the.walking.dead.xxx ]-[06/51] - "chi-the.walking.dead.xxx-s.mp4" yEnc ::: //[######]-[FULL]-[#a.b.teevee@EFNet]-[ Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD ] [1/5] - "Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD.nfo" yEnc ::: //Re: [147053]-[FULL]-[#a.b.teevee]-[ Top_Gear.20x04.HDTV_x264-FoV ]-[11/59] - "top_gear.20x04.hdtv_x264-fov.r00" yEnc (01/20)', 'ordinal' => 20, - ), + ], 277 => - array ( + [ 'id' => 278, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\[.+?\\] - \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}") yEnc$/i', 'status' => 1, 'description' => '//[U4A] - [11/12] - "yyf535864ky3btdmeq3bvh1y089v0bsw44oukp15fxtnqiu4wi.vol062+64.par2" yEnc ::: //[Art-of-Usenet] - [21/31] - "XxX2015PeHo02AoU15XxX.part20.rar" yEnc', 'ordinal' => 25, - ), + ], 278 => - array ( + [ 'id' => 279, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\w+ - \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}") yEnc$/i', 'status' => 1, 'description' => '//999akilina88cast77 - [06/27] - "999akilina88cast77.part05.rar" yEnc', 'ordinal' => 30, - ), + ], 279 => - array ( + [ 'id' => 280, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^ >> www\\.ssl-news\\.info <<< > \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - /i', 'status' => 1, 'description' => '// >> www.ssl-news.info <<< > [01/28] - "TayTO-heyzo_hd_0317_full.par2" - 2,17 GB yEnc', 'ordinal' => 35, - ), + ], 280 => - array ( + [ 'id' => 281, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^NihilCumsteR \\[\\d+\\/\\d+\\] - "(?P.+?NihilCumsteR\\.)/', 'status' => 1, 'description' => '//NihilCumsteR [1/8] - "Conysgirls.cumpilation.xxx.NihilCumsteR.par2" yEnc', 'ordinal' => 40, - ), + ], 281 => - array ( + [ 'id' => 282, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^(?P[a-zA-Z0-9._-]+)[-_ ]{0,3}[\\(\\[]\\d+ of (?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//Brazilian.Transsexuals.SR.UD.12.28.13.HD.720p.HDL [19 of 24] "JhoanyWilkerXmasLD_1_hdmp4.mp4.vol00+1.par2" yEnc', 'ordinal' => 45, - ), + ], 282 => - array ( + [ 'id' => 283, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^(?P".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Lesbian seductions 26.part.nzb" yEnc', 'ordinal' => 50, - ), + ], 283 => - array ( + [ 'id' => 284, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/(.+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}("|#34;).+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/i', 'status' => 1, 'description' => '//..::kleverig.eu::.. [001/141] - "ZYGBUTD5TPgMdjjxnvrl.par2" - 13,28 GB yEnc', 'ordinal' => 55, - ), + ], 284 => - array ( + [ 'id' => 285, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}") - \\(\\d+ - (?P\\d+\\)) yEnc$/i', 'status' => 1, 'description' => '//Whornitas 3 (2015) XXX DVDRiP x264-DivXfacTory - "Whornitas.3.XXX.DVDRiP.x264-DivXfacTory.part40.rar" - (42 - 50) yEnc', 'ordinal' => 60, - ), + ], 285 => - array ( + [ 'id' => 286, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}")(?P.+?)yEnc$/i', 'status' => 1, 'description' => '//"Babysitters_a_Slut_4_Scene_4.part01.rar"_SpotBots yEnc ::: //- "JH2U0H5FIK8TO7YK3Q.part12.rar" yEnc', 'ordinal' => 65, - ), + ], 286 => - array ( + [ 'id' => 287, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^(?P.+?usenet-space.+?Powered by.+? ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|").+? \\d+\\/(\\d+.+?)$/i', 'status' => 1, 'description' => '//<<<>>CowboyUp2012 XXX><<>>usenet-space-cowboys.info<<< "Is.Not.Force.It.My.Younger.SOE-806.Jav.Censored.DVDRip.XviD-MotTto.part01.rar" >< 01/15 (1,39', 'ordinal' => 70, - ), + ], 287 => - array ( + [ 'id' => 288, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")(?P_SpotBots)[-_\\s]{0,3}yEnc$/iu', 'status' => 1, 'description' => '//"HD_1110.part01.rar"_SpotBots yEnc', 'ordinal' => 75, - ), + ], 288 => - array ( + [ 'id' => 289, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\((?P[\\w\\s-]{8,})\\)[-_\\s]{0,3}\\[\\d+\\/(?P\\d+)\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Czech Amateurs 01) [30/43] - "CZEAMA01.part29.rar" yEnc', 'ordinal' => 80, - ), + ], 289 => - array ( + [ 'id' => 290, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^(?P\\d+ - \\[)\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//7000999555666777123754 - [334/389] - "The Secret of Bible & Jesus. Beyond The Da Vinci Code - YouTube.3gp" yEnc', 'ordinal' => 5, - ), + ], 290 => - array ( + [ 'id' => 291, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^\\[\\s*#?scnzb@?efnet\\s*\\] (?P.+?) \\[\\d+\\/(?P\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[scnzbefnet] Were.the.Millers.2013.EXTENDED.720p.BluRay.x264-SPARKS [01/61] - "were.the.millers.2013.extended.720p.bluray.x264-sparks.nfo" yEnc', 'ordinal' => 10, - ), + ], 291 => - array ( + [ 'id' => 292, 'group_regex' => '^alt\\.binaries\\.font$', 'regex' => '/^(?P[a-zA-Z0-9]{5,}\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//RWlgVffClWxD0vXT1peIwb9DubTLMiYm3nvD1aMMDe[04/16] - "A9jFik7Fk4hCG4GWuxAg.r02" yEnc', 'ordinal' => 5, - ), + ], 292 => - array ( + [ 'id' => 293, 'group_regex' => '^alt\\.binaries\\.fz$', 'regex' => '/^(?P>ghost-of-usenet\\.org>.+?<.+?> ").+?" yEnc$/', 'status' => 1, 'description' => '//>ghost-of-usenet.org>Monte.Cristo.GERMAN.2002.AC3.DVDRiP.XviD.iNTERNAL-HACO "haco-montecristo-xvid-a.par2" yEnc', 'ordinal' => 5, - ), + ], 293 => - array ( + [ 'id' => 294, 'group_regex' => '^alt\\.binaries\\.game$', 'regex' => '/(?P\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\])-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[192474]-[MP3]-[a.b.inner-sanctumEFNET]-[ Newbie_Nerdz_-_I_Cant_Forget_that_Girl_EP-(IM005)-WEB-2012-YOU ] [17/17] - "newbie_nerdz_-_i_cant_forget_that_girl_ep-(im005)-web-2012-you.nfo" yEnc', 'ordinal' => 5, - ), + ], 294 => - array ( + [ 'id' => 295, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?P>ghost-of-usenet\\.org>.+?<.+?> ").+?" yEnc$/', 'status' => 1, 'description' => '//>ghost-of-usenet.org>Monte.Cristo.GERMAN.2002.AC3.DVDRiP.XviD.iNTERNAL-HACO "haco-montecristo-xvid-a.par2" yEnc', 'ordinal' => 5, - ), + ], 295 => - array ( + [ 'id' => 296, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\( (?P[\\w. -]{8,}) \\)[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( Overlord II RELOADED ) - [013/112] - "rld-olii.part001.rar" yEnc', 'ordinal' => 10, - ), + ], 296 => - array ( + [ 'id' => 297, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?P.+? \\[)\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 15, - ), + ], 297 => - array ( + [ 'id' => 298, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?P\\[ [-.a-zA-Z0-9]+ \\] - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ Dawn.of.Fantasy.Kingdom.Wars-PROPHET ] - [12/52] - "ppt-dfkw.part04.rar" yEnc', 'ordinal' => 20, - ), + ], 298 => - array ( + [ 'id' => 299, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/\\.net <<>> - \\[\\d+\\/\\d+\\] - "(?P.+?)(?P[-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info/.net <<>> - [11/17] - "Reload.Outdoor.Action.Target.Down.GERMAN-0x0007.vol003+004.PAR2" yEnc', 'ordinal' => 25, - ), + ], 299 => - array ( + [ 'id' => 300, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/(?P\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\])-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[162198]-[FULL]-[a.b.teevee]-[ MasterChef.Junior.S01E07.720p.HDTV.X264-DIMENSION ]-[09/54] - "masterchef.junior.107.720p-dimension.nfo" yEnc', 'ordinal' => 30, - ), + ], 300 => - array ( + [ 'id' => 301, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" \\(\\d+\\/(?P\\d+\\)) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//"A.Stroke.of.Fate.Operation.Valkyrie-SKIDROW__www.realmom.info__.nfo" (02/38) 1,34 GB yEnc', 'ordinal' => 35, - ), + ], 301 => - array ( + [ 'id' => 302, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Mad.Men.S06E11.HDTV.x264-2HD.par2" yEnc', 'ordinal' => 40, - ), + ], 302 => - array ( + [ 'id' => 303, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\[\\d+\\/(?P\\d+\\])[ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//"Marvels.Agents.of.S.H.I.E.L.D.S01E07.HDTV.XviD-FUM.avi.nfo" [09/16] yEnc', 'ordinal' => 45, - ), + ], 303 => - array ( + [ 'id' => 304, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [03/20] - "Weblinger - The.Haunted.House.Mysteries.v1.0-ZEKE.part01.rar" yEnc', 'ordinal' => 50, - ), + ], 304 => - array ( + [ 'id' => 305, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\d+\\/\\d+\\)(?P - Description)?[-_ ]{0,5}"(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+([.,]\\d+ [kKmMgG])?[bB])? - \\d+([.,]\\d+ [kKmMgG])?[bB][-_ ]{0,3}(\\[REPOST\\] )?yEnc$/i', 'status' => 1, 'description' => '//(001/132) "Harry.Potter.And.The.Goblet.Of.Fire.2005.810p.BluRay.x264.DTS.PRoDJi.nfo" - 8,71 GB - yEnc ::: //(01/11) - Description - "ba588f108dbd068dc93e4b0182de652d.par2" - 696,63 MB - yEnc ::: //(01/11) "Microsoft Games for Windows 8 v1.2.par2" - 189,87 MB - [REPOST] yEnc ::: //(01/24) "ExBrULlNjyRPMdxqSlJKEtAYSncStZs3.nfo" - 3.96 kB - 404.55 MB - yEnc ::: //(01/44) - - "Wii_2688_R_Knorloading.par2" - 1,81 GB - yEnc', 'ordinal' => 55, - ), + ], 305 => - array ( + [ 'id' => 306, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) - \\[Lords-of-Usenet\\] presents (?P.+?)[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - yEnc$/i', 'status' => 1, 'description' => '//(01/59) - [Lords-of-Usenet] presents Sins.of.a.Solar.Empire.Rebellion.Forbidden.Worlds-RELOADED - "rld-soaserfw.nfo" - yEnc', 'ordinal' => 60, - ), + ], 306 => - array ( + [ 'id' => 307, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+([.,]\\d+ [kKmMgG])?[bB] -(?P[a-zA-Z0-9-_\\.]+) yEnc$/i', 'status' => 1, 'description' => '//(19/28) "sr-joedanger.rar" - 816,05 MB -Joe.Danger-SKIDROW yEnc ::: //(39/40) "flt-ts31554.vol061+57.PAR2" - 1,43 GB -The_Sims_3_v1.55.4-FLTDOX yEnc', 'ordinal' => 65, - ), + ], 307 => - array ( + [ 'id' => 308, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[02/17] - "Castle.Of.Illusion.Starring.Mickey.Mouse.PSN.PS3-DUPLEX.nfo" yEnc', 'ordinal' => 70, - ), + ], 308 => - array ( + [ 'id' => 309, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\[PROPER\\] (?P[a-zA-Z0-9-_\\.]+) [\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[PROPER] F', 'ordinal' => 75, - ), + ], 309 => - array ( + [ 'id' => 310, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^<<<< (?P[a-zA-Z0-9-_ ]+) >>>> < USC> <".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")>\\[\\d+\\/(?P\\d+\\]) \\d+([.,]\\d+ [kKmMgG])?[bB] yEnc$/i', 'status' => 1, 'description' => '//<<<< Alien Zombie Death v2 EUR PSN PSP-PLAYASiA >>>> < USC> <"Alien Zombie Death v2 EUR PSN PSP-PLAYASiA.part4.rar">[06/16] 153,78 MB yEnc', 'ordinal' => 80, - ), + ], 310 => - array ( + [ 'id' => 311, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^<<<.+\\.info>>> fuzzy <<<(?P[a-zA-Z0-9-_ ]+)>< ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/(?P\\d+) \\(\\d+([.,]\\d+ [kKmMgG])?[bB]\\) >< \\d+([.,]\\d+ [kKmMgG])?[bB] > yEnc$/i', 'status' => 1, 'description' => '//<<>> fuzzy <<< "Adventures To Go EUR PSP-ZER0.nfo" >< 2/6 (195,70 MB) >< 10,70 kB > yEnc', 'ordinal' => 85, - ), + ], 311 => - array ( + [ 'id' => 312, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?P[a-zA-Z0-9 -\\._]+) - \\[\\d+\\/(?P\\d+\\])[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Baku.No.JAP.Working.PSP-PaL - [1/7] - "Baku.No.JAP.Working.PSP-PaL.rar" yEnc', 'ordinal' => 90, - ), + ], 312 => - array ( + [ 'id' => 313, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^.+?town\\.ag.+?(www\\..+?|news)\\.[iI]nfo.+? \\(\\d+\\/(?P\\d+\\)) "(?P.+?)(-sample)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB]? - yEnc$/i', 'status' => 1, 'description' => '// www.town.ag > sponsored by www.ssl-news.info > (53/86) "Afro_Samurai_NTSC_PROPER_XBOX360-GameStop.part51.rar" - 7.74 GB - yEnc', 'ordinal' => 95, - ), + ], 313 => - array ( + [ 'id' => 314, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^FTDWORLD\\.NET\\| (?P[a-zA-Z0-9 -_\\.]+) \\[\\d+\\/(?P\\d+\\])- ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//FTDWORLD.NET| Grand.Theft.Auto.V.XBOX360-QUACK [020/195]- "gtavdisc1.r17" yEnc', 'ordinal' => 100, - ), + ], 314 => - array ( + [ 'id' => 315, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\((?P[a-zA-Z0-9 -_\\.]+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(F', 'ordinal' => 105, - ), + ], 315 => - array ( + [ 'id' => 316, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\]) \\((?P[a-zA-Z0-9 -_\\.]+)\\) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[16/62] (CastleStorm.XBLA.XBOX360-MoNGoLS) - "mgl-cast.part15.rar" yEnc', 'ordinal' => 110, - ), + ], 316 => - array ( + [ 'id' => 317, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^GOGDump (?P.+) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//GOGDump Wing Commander - Privateer (1993) [GOG] [03/14] - "Wing Commander - Privateer (1993) [GOG].part2.rar" yEnc', 'ordinal' => 115, - ), + ], 317 => - array ( + [ 'id' => 318, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?PUploader.Presents)[- ](?P.+?)[\\(\\[]\\d+\\/\\d+\\]".+?" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Need.For.Speed.Rivals.XBOX360-PROTOCOL[10/94]"nfs.r-ptc.r07" yEnc', 'ordinal' => 120, - ), + ], 318 => - array ( + [ 'id' => 319, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[-_ ]{0,3}Description[-_ ]{0,3}"\\w+(?P[-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// ', 'ordinal' => 0, - ), + ], 319 => - array ( + [ 'id' => 320, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/(?P\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\])-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[142961]-[MP3]-[a.b.inner-sanctumEFNET]-[ Pascal_and_Pearce-Passport-CDJUST477-2CD-2011-1REAL ] [28/36] - "Pascal_and_Pearce-Passport-CDJUST477-2CD-2011-1REAL.par2" yEnc', 'ordinal' => 5, - ), + ], 320 => - array ( + [ 'id' => 321, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[NEW DOX\\][ _-]{0,3}(?P.+?)[ _-]{0,3}\\[\\d+\\/\\d+\\][ _-]{0,3}"(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[NEW DOX] The.King.of.Fighters.XIII.Update.v1.1c-RELOADED [1/6] - "The.King.of.Fighters.XIII.Update.v1.1c-RELOADED.par2" yEnc ::: //[NEW DOX] Crysis.3.Crackfix.3.INTERNAL-RELOADED [00/12] ".nzb" yEnc', 'ordinal' => 10, - ), + ], 321 => - array ( + [ 'id' => 322, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[NEW DOX\\][ _-]{0,3}(?P.+?)[ _-]{0,3}"(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '// for some reason the nzb is posted separately with d', 'ordinal' => 15, - ), + ], 322 => - array ( + [ 'id' => 323, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[ (?P[a-zA-Z0-9-\\._ ]+) \\d+\\/(?P\\d+ \\]) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ Assassins.Creed.3.UPDATE 1.01.CRACK.READNFO-P2P 00/17 ] "Assassins.Creed.3.UPDATE 1.01.nzb" yEnc', 'ordinal' => 20, - ), + ], 323 => - array ( + [ 'id' => 324, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\]) - (?P[a-zA-Z0-9-\\.\\&_ ]+) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")( - PC)? - yEnc$/i', 'status' => 1, 'description' => '//[01/16] - GRID.2.Update.v1.0.83.1050.Incl.DLC-RELOADED - "reloaded.nfo" - yEnc ::: //[12/17] - Call.of.Juarez.Gunslinger.Update.v1.03-FTS - "fts-cojgsu103.vol00+01.PAR2" - PC - yEnc ::: //[4/5] - Dungeons.&.Dragons.HD.Chronicles.of.Mystara.Update.2-FTS - "fts-ddcomu2.vol0+1.PAR2" - PC - yEnc', 'ordinal' => 25, - ), + ], 324 => - array ( + [ 'id' => 325, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\]) (?P[a-zA-Z0-9-\\._ ]+) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[36/48] NASCAR.The.Game.2013.Update.2-SKIDROW - "sr-nascarthegame2013u2.r33" yEnc', 'ordinal' => 30, - ), + ], 325 => - array ( + [ 'id' => 326, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[(?P[a-zA-Z0-9-\\._ ]+)\\]- ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Grand_Theft_Auto_Vice_City_1.1_Blood_NoCD_Patch-gimpsRus]- "grugtavc11bcd.nfo" yEnc', 'ordinal' => 35, - ), + ], 326 => - array ( + [ 'id' => 327, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[OLD DOX\\][ _-]{0,3}\\(\\d+\\/(?P\\d+\\)[ _-]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_ ]{0,3}\\d+[,.]\\d+ [mMkKgG][bB][-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[OLD DOX] (0001/2018) - "18.Wheels.of.Steel.American.Long.Haul.CHEAT.CODES-RETARDS.7z" - 1,44 GB - yEnc', 'ordinal' => 40, - ), + ], 327 => - array ( + [ 'id' => 328, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^(?P[a-zA-Z0-9-\\._ ]+) - \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|"){0,3}yEnc$/i', 'status' => 1, 'description' => '//Endless.Space.Disharmony.v1.1.1.Update-SKIDROW - [1/6] - "Endless.Space.Disharmony.v1.1.1.Update-SKIDROW.nfo" - yEnc', 'ordinal' => 45, - ), + ], 328 => - array ( + [ 'id' => 329, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\((?P[a-zA-Z0-9-\\._ ]+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|"){0,3}yEnc$/i', 'status' => 1, 'description' => '//(F.E.A.R.3.Update.1-SKIDROW) [01/12] - "F.E.A.R.3.Update.1-SKIDROW.par2" yEnc', 'ordinal' => 50, - ), + ], 329 => - array ( + [ 'id' => 330, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\((?P[a-zA-Z0-9-\\._ ]+)\\) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Company.of.Heroes.2.Update.v3.0.0.9704.Incl.DLC.GERMAN-0x0007) - "0x0007.nfo" yEnc', 'ordinal' => 55, - ), + ], 330 => - array ( + [ 'id' => 331, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^(?PUploader.Presents)[- ](?P.+?)[\\(\\[]\\d+\\/\\d+\\]".+?" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Injustice.Gods.Among.Us.Ultimate.Edition.XBOX360-COMPLEX(02/92]"complex-injustice.ultimate.nfo" yEnc ::: //Uploader.Presents-Need.For.Speed.Rivals.XBOX360-PROTOCOL[10/94]"nfs.r-ptc.r07" yEnc', 'ordinal' => 5, - ), + ], 331 => - array ( + [ 'id' => 332, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^place2home\\.net - (?P.*?) - (\\[\\d+\\/\\d+\\] - )?".+?" yEnc$/i', 'status' => 1, 'description' => '//place2home.net - Call.of.Duty.Ghosts.XBOX360-iMARS - [095/101] - "imars-codghosts-360b.vol049+33.par2" yEnc ::: //Place2home.net - Diablo_III_USA_RF_XBOX360-PROTOCOL - "d3-ptc.r34" yEnc', 'ordinal' => 10, - ), + ], 332 => - array ( + [ 'id' => 333, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^"(?P.+)(__www\\.realmom\\.info__)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") [\\[\\(]\\d+\\/(?P\\d+[\\]\\)]) \\d+[,.]\\d+ [mMkKgG][bB] yEnc$/', 'status' => 1, 'description' => '//"Arcana_Heart_3_PAL_XBOX360-ZER0__www.realmom.info__.nfo" (02/89) 7,58 GB yEnc', 'ordinal' => 15, - ), + ], 333 => - array ( + [ 'id' => 334, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^[\\[\\(]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(01/15) "Mass.Effect.3.Collectors.Edition.DLC.JTAG-XPG.par2" - 747.42 MB - yEnc', 'ordinal' => 20, - ), + ], 334 => - array ( + [ 'id' => 335, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\(.+\\)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(????) [00/28] - "Farming.Simulator.XBOX360.JTAG.RGH.nzb" yEnc', 'ordinal' => 25, - ), + ], 335 => - array ( + [ 'id' => 336, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\(\\d+\\)[-_ ]{0,3}(?P.+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(14227) BloodRayne_Betrayal_XBLA_XBOX360-XBLAplus [01/25] - "xp-blobe.nfo" yEnc', 'ordinal' => 30, - ), + ], 336 => - array ( + [ 'id' => 337, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^(?P\\(\\d+\\))[-_ ]{0,3}\\[.+EFNet\\][-_ ]{0,3}\\[(?P.+)\\][-_ ]{0,3}\\[\\][-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(14811) [#alt.binaries.games.xbox360@EFNet]-[AMY_XBLA_XBOX360-XBLAplus]-[]- "xp-amyxb.nfo" yEnc', 'ordinal' => 35, - ), + ], 337 => - array ( + [ 'id' => 338, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^(?P\\(\\d+\\))[-_ ]{0,3}\\[.+EFNet\\][-_ ]{0,3}\\[(?P.+)\\][-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(14872) [#alt.binaries.games.xbox360@EFNet]-[BlazBlue_CS_System_Version_Data_Pack_1.03-DLC_XBOX360]- "xp-bbcssvdp103.nfo" yEnc', 'ordinal' => 40, - ), + ], 338 => - array ( + [ 'id' => 339, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[-_ ]{0,3}(?P.+?)[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(44/82) - Fuzion_Frenzy_2_REPACK-USA-XBOX360-DAGGER - "ff2r-dgr.041" - 6.84 GB - yEnc', 'ordinal' => 45, - ), + ], 339 => - array ( + [ 'id' => 340, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[[-_ ]{0,3}(?P\\d+)[-_ ]{0,3}\\][-_ ]{0,3}\\[ ABGX.+\\][-_ ]{0,3}\\[[-_ ]{0,3}(?P.+)[-_ ]{0,4}\\][-_ ]{0,4}\\(\\d+\\/\\d+\\)[-_ ]{0,3}"(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+\\(\\d+\\\\d+\\)"|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}\\d+[,.]\\d+ [mMkKgG][bB][-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ 14047 ] - [ ABGX@EFNET ] - [ Rock.Band.Pearl.Jam.Ten.DLC.XBOX360-FYK ALL DLC ] - (01/46) "rbpjtdlc-fyk.nfo" - 526,92 MB - yEnc ::: //[ 14046 ] - [ ABGX@EFNET ] - [ Rock_Band-2011-07-19-DLC_XBOX360-XBLAplus ALL ] - (01/12) "xp-rb-2011-07-19.nfo" - 198,70 MB - yEnc ::: //[ 14102 ] -[ ABGX.NET ] - [ F1.2010.XBOX360-COMPLEX NTSC DVD9 ] - (01/79) "cpx-f12010.nfo" - 6,57 GB - yEnc', 'ordinal' => 50, - ), + ], 340 => - array ( + [ 'id' => 341, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[[-_ ]{0,3}(?P\\d+)[-_ ]{0,3}\\][-_ ]{0,3}\\[FULL\\][-_ ]{0,3}\\[ (abgx360EFNet|#abgx360@EFNet) \\][-_ ]{0,3}\\[[-_ ]{0,3}(?P.+)[-_ ]{0,3}\\][-_ ]{0,3}\\[\\d+\\/\\d+\\][-_ ]{0,3}"(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+\\(\\d+\\\\d+\\)"|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ 17956]-[FULL]-[ abgx360EFNet ]-[ F1_2012_JPN_XBOX360-Caravan ]-[78/99] - "cvn-f12012j.r75" yEnc ::: //[ 17827]-[FULL]-[ #abgx360@EFNet ]-[ Capcom_Arcade_Cabinet_XBLA_XBOX360-XBLAplus ]-[01/34] - "xp-capac.nfo" yEnc', 'ordinal' => 55, - ), + ], 341 => - array ( + [ 'id' => 342, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[(?P\\d+)\\][-_ ]{0,3}\\[FULL\\][-_ ]{0,3}\\[(abgx360EFNet|#abgx360@EFNet)\\][-_ ]{0,3}\\[\\d+\\/\\d+\\][-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[19672]-[FULL]-[abgx360EFNet]-[01/29] "mgl-cont.par2" yEnc', 'ordinal' => 60, - ), + ], 342 => - array ( + [ 'id' => 343, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[[-_ ]{0,3}GAMERZZ[-_ ]{0,3}\\][-_ ]{0,3}\\[[-_ ]{0,3}(?P.+)[-_ ]{0,3}\\][-_ ]{0,3}\\[\\d+\\/(?P\\d+\\])[-_ ]{0,3}"(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+\\(\\d+\\\\d+\\)"|\\.[A-Za-z0-9]{2,4}")[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ GAMERZZ ] - [ Grand.Theft.Auto.V.XBOX360-COMPLEX ] [159/170] - "complex-gta5.vol000+18.par2" yEnc', 'ordinal' => 65, - ), + ], 343 => - array ( + [ 'id' => 344, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ (?P.+?) \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[\\d+\\/(?P\\d+\\])[ _-]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ Assassins.Creed.IV.Black.Flag.XBOX360-COMPLEX ]-[ partner of www.ssl-news.info ] [074/195]- "complex-ac4.bf.d1.r71" yEnc', 'ordinal' => 70, - ), + ], 344 => - array ( + [ 'id' => 345, 'group_regex' => '^alt\\.binaries\\.german\\.movies$', 'regex' => '/^(?P>ghost-of-usenet\\.org>.+?<.+?> ").+?" yEnc$/', 'status' => 1, 'description' => '//>ghost-of-usenet.org>Monte.Cristo.GERMAN.2002.AC3.DVDRiP.XviD.iNTERNAL-HACO "haco-montecristo-xvid-a.par2" yEnc', 'ordinal' => 5, - ), + ], 345 => - array ( + [ 'id' => 346, 'group_regex' => '^alt\\.binaries\\.german\\.movies$', 'regex' => '/^\\( (?P[\\w. -]{8,}) \\)[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( Overlord II RELOADED ) - [013/112] - "rld-olii.part001.rar" yEnc', 'ordinal' => 10, - ), + ], 346 => - array ( + [ 'id' => 347, 'group_regex' => '^alt\\.binaries\\.german\\.movies$', 'regex' => '/^(?P.+? \\[)\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 15, - ), + ], 347 => - array ( + [ 'id' => 348, 'group_regex' => '^alt\\.binaries\\.ghosts$', 'regex' => '/^(?P.+? \\[)\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 5, - ), + ], 348 => - array ( + [ 'id' => 349, 'group_regex' => '^alt\\.binaries\\.ghosts$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) ("|#34;)(?P.+)(\\.[vol|part].+)?\\.(par2|nfo|rar|nzb)("|#34;) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(14/20) "Jack.the.Giant.Slayer.2013.AC3.192Kbps.23fps.2ch.TR.Audio.BluRay-Demuxed.by.par2" - 173,15 MB - yEnc', 'ordinal' => 10, - ), + ], 349 => - array ( + [ 'id' => 350, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^(\\[ TrollHD \\] - )?[\\[\\(][-_ ]{0,3}\\d+\\/(?P\\d+[-_ ]{0,3}[\\)\\]]) - "(?P.+?) MPEG2-(DON|TrollHD)\\..+?" yEnc$/', 'status' => 1, 'description' => '//[ TrollHD ] - [ 0270/2688 ] - "Tour De France 2013 1080i HDTV MPA 2.0 MPEG2-TrollHD.part0269.rar" yEnc ::: //[17/48] - "Oprah\'s Next Chapter S02E37 Lindsay Lohan 1080i HDTV DD5.1 MPEG2-TrollHD.part16.rar" yEnc ::: //[02/29] - "Fox Sports 1 on 1 - Tom Brady 720p HDTV DD5.1 MPEG2-DON.part01.rar" yEnc', 'ordinal' => 5, - ), + ], 350 => - array ( + [ 'id' => 351, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/.* - \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//Covert.Affairs.S05E06.Embassy.Row.1080p.WEB-DL.DD5.1.H.264-NTb.vol093+82.par2 - [41/42] - "Covert.Affairs.S05E06.Embassy.Row.1080p.WEB-DL.DD5.1.H.264-NTb.vol093+82.par2" yEnc', 'ordinal' => 10, - ), + ], 351 => - array ( + [ 'id' => 352, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}(\\.txt)?").+?yEnc$/i', 'status' => 1, 'description' => '//"bhuhirawniowrj3io2o34.vol061+4.par2" yEnc', 'ordinal' => 15, - ), + ], 352 => - array ( + [ 'id' => 353, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/(?P\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[ .+? \\](-| ))\\[\\d+\\/\\d+\\][ -]* ".+?" yEnc$/', 'status' => 1, 'description' => '//[133170]-[FULL]-[#a.b.moovee]-[ Hansel.And.Gretel.Witch.Hunters.DVDR-iGNiTiON ]-[032/117] "ign-witchhunters.r24" yEnc ::: //Re: [133388]-[FULL]-[#a.b.moovee]-[ Familiar.Grounds.2011.DVDRip.XViD-TWiST ]-[01/59] - "twist-xvid-terrainsconus.nfo" yEnc ::: //[134212]-[FULL]-[#a.b.moovee]-[ Monsters.Inc.2001.1080p.BluRay.x264-CiNEFiLE ] [80/83] - "monsters.inc.2001.1080p.bluray.x264-cinefile.vol015+16.par2" yEnc ::: //[134912]-[FULL]-[#a.b.moovee]-[ Epic.2013.DVDRip.X264-SPARKS ]-[01/70]- "epic.2013.dvdrip.x264-sparks.nfo" yEnc', 'ordinal' => 5, - ), + ], 353 => - array ( + [ 'id' => 354, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(23/36) "Love.Is.In.The.Meadow.S08E08.HDTV.720p.x264.ac3.part22.rar" - 2,80 GB - yEnc', 'ordinal' => 10, - ), + ], 354 => - array ( + [ 'id' => 355, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\[ (?P.+) \\][-_ ]{0,3}\\[\\d+(?P\\/\\d+)\\][-_ ]{0,3}".+?" yEnc$/', 'status' => 1, 'description' => '//[ House.of.Lies.S03E05.1080p.WEB-DL.DD5.1.H.264-NTb ] - [01/35] - "House.of.Lies.S03E05.Soldiers.1080p.WEB-DL.DD5.1.H.264-NTb.nfo" yEnc', 'ordinal' => 15, - ), + ], 355 => - array ( + [ 'id' => 356, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^(?P[A-Z0-9a-z][A-Za-z0-9.-]+ -? \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Hard.Target.1993.1080p.Bluray.X264-BARC0DE - [36/68] - "BARC0DE1080pHTAR.r22" yEnc ::: //Goddess.2013.720p.BDRip.x264.AC3-noOne [086/100] - "Goddess.2013.720p.BDRip.x264.AC3-noOne.part84.rar" yEnc', 'ordinal' => 20, - ), + ], 356 => - array ( + [ 'id' => 357, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/(?P.+?\\s+by Waldorf\\s+-\\s+\\[)\\d+\\/\\d+\\]\\s+-\\s+".+?"\\s+yEnc$/', 'status' => 1, 'description' => '//I Love Democracy - Norwegen - Doku - 2012 - (German) - AC3 HD720p Avi by Waldorf - [02/71] - "Waldorf.jpg" yEnc', 'ordinal' => 25, - ), + ], 357 => - array ( + [ 'id' => 358, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^-{NR\\.C}- - \\[\\d+\\/(?P\\d+\\]) - ("|#34;)(?P.+)(\\.[vol|part].+)?\\.(par2|nfo|rar|nzb)("|#34;) yEnc$/', 'status' => 1, 'description' => '//-{NR.C}- - [00/96] - "Being.Liverpool.S01.720p.HDTV.x264-DHD.nzb" yEnc', 'ordinal' => 30, - ), + ], 358 => - array ( + [ 'id' => 359, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^- \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)(\\.part\\d*|\\.rar|\\.pdf)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//- [34/69] - "Zero.Charisma.2013.WEB-DL.DD5.1.H.264-HaB.part33.rar" yEnc', 'ordinal' => 35, - ), + ], 359 => - array ( + [ 'id' => 360, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/.+www\\.hotrodpage\\.info.+\\[\\d+\\/(?P\\d+\\]) - "(?P.+?)(\\.part\\d*|\\.rar|\\.pdf)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//-=www.hotrodpage.info=- Makaveli -=HoTCreWTeam=- Post: - [000/192] - "Hop (2011) 1080p AVCHD.nzb" yEnc', 'ordinal' => 40, - ), + ], 360 => - array ( + [ 'id' => 361, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^.+?\\[(?P\\d+[.,]\\d+ [kKmMgG][bB])\\] \\[\\d+\\/(?P\\d+\\][-_ ]{0,3}.+?)[-_ ]{0,3}"(?P.+?)(\\.part\\d*|\\.rar|\\.pdf)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//-4y (PW) [ usenet-4all.info - powered by ssl.news -] [12,40 GB] [49/57] "43842168c542ed3.vol000+01.par2" yEnc', 'ordinal' => 45, - ), + ], 361 => - array ( + [ 'id' => 362, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/.*[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/i', 'status' => 1, 'description' => '//!MR [01/49] - "Persuasion 2007.par2" EN MKV yEnc', 'ordinal' => 50, - ), + ], 362 => - array ( + [ 'id' => 363, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^.+ ?\\[\\d+( of |\\/)(?P\\d+\\] ("|#34;).+?)(\\.part\\d*|\\.rar)?(\\.[A-Za-z0-9]{2,4})?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/i', 'status' => 1, 'description' => '//Wonders.of.the.Universe.S02E03.1080p.HDTV.x264.AC3.mp4 [1 of 54] "Wonders.of.the.Universe.S02E03.The.Known.and.the.Unknown.1080p.HDTV.x264.AC3-tNe.mp4.001" yEnc ::: //Wilfred Season 2 - US - 720p WEB-DL [28 of 43] "Wilfred.US.S02E01.Progress.720p.WEB-DL.DD5.1.H264-NTb.mkv.001" yEnc', 'ordinal' => 55, - ), + ], 363 => - array ( + [ 'id' => 364, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^.+ ?\\d+( of |\\/)(?P\\d+ - ("|#34;).+?)(\\.part\\d*|\\.rar)?(\\.[A-Za-z0-9]{2,4})?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/i', 'status' => 1, 'description' => '//The.Walking.Dead.S02E13.720p.WEB-DL.AAC2.0.H.264-CtrlHD -Kopimi- - 01/37 - "The.Walking.Dead.S02E13.Beside.the.Dying.Fire.720p.WEB-DL.AAC2.0.H.264-CtrlHD.nfo" yEnc', 'ordinal' => 60, - ), + ], 364 => - array ( + [ 'id' => 365, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//The.Guild.S05E12.Grande.Finale.1080p.WEB-DL.x264.AC3.PSIV - "The.Guild.S05E12.Grande.Finale.1080p.WEB-DL.x264.AC3.PSIV.nfo" yEnc', 'ordinal' => 65, - ), + ], 365 => - array ( + [ 'id' => 366, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^(?POld\\s+Dad\\s+uppt?.+?)( mp4| )?\\[?\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt 18 und immer (noch) Jungfrau DvD Rip AC3 XviD German 02/34] - "18 und immer (noch) Jungfrau.part01.rar" yEnc ::: //Old Dad uppt In ihrem Haus DVD Ripp AC3 German Xvid [01/31] - "In ihrem Haus.par2" yEnc ::: //Old Dad uppt Eine offene Rechnung XviD German DVd Rip[02/41] - "Eine offene Rechnung.part01.rar" yEnc ::: //Old Dad uppMiss Marple: Der Wachsblumenstrauß , Wunschpost Xvid German10/29] - "Miss Marple Der Wachsblumenstrauß.part09.rar" yEnc', 'ordinal' => 5, - ), + ], 366 => - array ( + [ 'id' => 367, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^\\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//[03/61] - "www.realmom.info - xvid - xf-fatalmovecd1.r00" - 773,34 MB - yEnc', 'ordinal' => 10, - ), + ], 367 => - array ( + [ 'id' => 368, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^www\\..+? \\[Sponsored.+?\\] \\(\\d+(?P\\/\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//www.usenet-town.com [Sponsored by Astinews] (103/103) "Intimate.Enemies.German.2007.AC3.[passwort protect].vol60+21.PAR2" yEnc', 'ordinal' => 15, - ), + ], 368 => - array ( + [ 'id' => 369, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+\\/\\d+\\] - "(?P.+?)(\\.part\\d*|\\.rar|\\.pdf)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//(????) [3/4] - "0024456.pdf.par2" yEnc', 'ordinal' => 20, - ), + ], 369 => - array ( + [ 'id' => 370, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/\\[ (?P.+) \\][-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//[ 9970e7535ccc06155129f5971ff575e2 ] [23/30] - "19-sub6_-_blox_loggers_(mr.what_remix)-psycz_int.mp3" yEnc', 'ordinal' => 25, - ), + ], 370 => - array ( + [ 'id' => 371, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/(?P.+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '////ea17079f47de702eead5114038355a70 [1/9] - "00-da_morty_-_boondock_sampler_02-(tbr002)-web-2013-srg.m3u" yEnc', 'ordinal' => 30, - ), + ], 371 => - array ( + [ 'id' => 372, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\[ (?P[a-fA-F0-9]+) \\] \\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ 9970e7535ccc06155129f5971ff575e2 ] [23/30] - "19-sub6_-_blox_loggers_(mr.what_remix)-psycz_int.mp3" yEnc', 'ordinal' => 35, - ), + ], 372 => - array ( + [ 'id' => 373, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^(?P\\[\\d+\\]-\\[.+?\\]-\\[ .+? \\] \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[30762]-[android]-[ Fairway.Solitaire.v1.91.1-AnDrOiD ] [01/10] - "AnDrOiD.nfo" yEnc', 'ordinal' => 40, - ), + ], 373 => - array ( + [ 'id' => 374, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\[ nEwZ\\[NZB\\]\\.iNFO( \\])?[-_ ]{0,3}\\[ (?P.+?) \\][-_ ]{0,3}(File )?[\\(\\[]\\d+\\/(?P\\d+[\\)\\]]): "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?(yEnc)?$/', 'status' => 1, 'description' => '//[ nEwZ[NZB].iNFO - [ Zed--The_Invitation-WEB-2010-WUS ] - File [12/13]: "08-zed--the_river.mp3" yEnc', 'ordinal' => 45, - ), + ], 374 => - array ( + [ 'id' => 375, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^nEwZ\\[NZB\\]\\.iNFO[-_ ]{0,3} (?P.+?) [-_ ]{0,3}(File )?[\\(\\[]\\d+\\/(?P\\d+[\\)\\]]): "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")$/', 'status' => 1, 'description' => '//nEwZ[NZB].iNFO - VA-Universal_Music_Sampler_07_February-PROMO-CDR-FLAC-2013-WRE - File [6/9]: "01-alesso-years_(hard_rock_sofa_remix).flac"', 'ordinal' => 50, - ), + ], 375 => - array ( + [ 'id' => 376, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/.+[DoAsYouLike\\].?[ _-]{0,3}\\d+[,.]\\d+ [mMkKgG][bB][-_ ]{0,3}"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[ _-]{0,3}\\d+([,.]\\d+ [mMkKgG])? [bB][-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//..:[DoAsYouLike]:.. 1,11 GB "KGMmDSSHBWnxV4g7Vbq5.part01.rar" 47,68 MB yEnc', 'ordinal' => 55, - ), + ], 376 => - array ( + [ 'id' => 378, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))( - Description -)? "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+[,.]\\d+ [mMkKgG][bB])? - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(01/10) "LeeDrOiD HD V3.3.2-Port-R4-A2SD.par2" - 357.92 MB - yEnc', 'ordinal' => 65, - ), + ], 377 => - array ( + [ 'id' => 379, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\((?P[a-zA-Z0-9._-]+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//(VA-I_Love_Yaiza_Vol.1-WEB-2012-ServerLab) [01/11] - ".sfv" yEnc', 'ordinal' => 70, - ), + ], 378 => - array ( + [ 'id' => 380, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^[\\[\\(]\\d+( of |\\/)(?P\\d+[\\]\\)])[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(17/41) - "3-8139g0m530.017" yEnc', 'ordinal' => 75, - ), + ], 379 => - array ( + [ 'id' => 381, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\[\\d+\\]-\\[.+?\\]-\\[(?P.+?)\\][-_ ]{0,3}\\[\\d+\\/(?P\\d+\\]) - .+? yEnc$/', 'status' => 1, 'description' => '//[153618]-[#a.b.inner-sanctum@EFNET]-[MetaProducts.DiskWatchman.v2.0.240.Incl.Keygen.And.Patch.REPACK-Lz0]-[0/6] - MetaProducts.DiskWatchman.v2.0.240.Incl.Keygen.And.Patch.REPACK-Lz0.nzb yEnc', 'ordinal' => 80, - ), + ], 380 => - array ( + [ 'id' => 382, 'group_regex' => '^alt\\.binaries\\.milo$', 'regex' => '/^(?P[a-zA-Z0-9]{5,} ?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//RWlgVffClWxD0vXT1peIwb9DubTLMiYm3nvD1aMMDe[04/16] - "A9jFik7Fk4hCG4GWuxAg.r02" yEnc ::: //H8XxBd44qXBGk [05/15] - "H8XxBd44qXBGk.part5.rar" yEnc', 'ordinal' => 5, - ), + ], 381 => - array ( + [ 'id' => 383, 'group_regex' => '^alt\\.binaries\\.mojo$', 'regex' => '/^\\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//[17/61] - "www.realmom.info - xvid - xf-devilstomb.r14" - 773,11 MB - yEnc', 'ordinal' => 5, - ), + ], 382 => - array ( + [ 'id' => 384, 'group_regex' => '^alt\\.binaries\\.mojo$', 'regex' => '/^(?P[a-zA-Z0-9]{5,} ?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//RWlgVffClWxD0vXT1peIwb9DubTLMiYm3nvD1aMMDe[04/16] - "A9jFik7Fk4hCG4GWuxAg.r02" yEnc ::: //3JgtmNAbZbJ6Q [14/21] - "parfile.par2" yEnc', 'ordinal' => 10, - ), + ], 383 => - array ( + [ 'id' => 385, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?P\\[usenet4ever\\.info\\] und \\[SecretUsenet\\.com\\] - .+?-u4e - ").+?" yEnc$/', 'status' => 1, 'description' => '//[usenet4ever.info] und [SecretUsenet.com] - 96e323468c5a8a7b948c06ec84511839-u4e - "96e323468c5a8a7b948c06ec84511839-u4e.par2" yEnc', 'ordinal' => 5, - ), + ], 384 => - array ( + [ 'id' => 386, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/(?P.+?\\.net <<>> - \\[)\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info/.net <<>> - [01/26] - "Be.Cool.German.AC3.HDRip.x264-FuN.par2" yEnc', 'ordinal' => 10, - ), + ], 385 => - array ( + [ 'id' => 387, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?P\\d+-\\d)\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}"\\d+-\\d.+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//62544-8[30/78] - "62544-0.35" yEnc', 'ordinal' => 15, - ), + ], 386 => - array ( + [ 'id' => 388, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[Art-of-Usenet\\] ([a-fA-F0-9]+) \\[\\d+\\/(?P\\d+\\][-_ ]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Art-of-Usenet] dea75eb65e65c56197d749d57919806d [01/19] - "dea75eb65e65c56197d749d57919806d.par2" yEnc', 'ordinal' => 20, - ), + ], 387 => - array ( + [ 'id' => 389, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?P.+? \\[)\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 25, - ), + ], 388 => - array ( + [ 'id' => 390, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^brothers-of-usenet.info\\/\\.net <<>> - \\[\\d+\\/\\d+\\] - "(?P.+?)(\\.vol|\\.par).+?" yEnc$/', 'status' => 1, 'description' => '//brothers-of-usenet.info/.net <<>> - [21/22] - "e4e4ztb54238ibftu.vol127+128.par2" yEnc', 'ordinal' => 30, - ), + ], 389 => - array ( + [ 'id' => 391, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?P\\d+)\\-\\d+\\s?\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//58600-0[51/51] - "58600-0.vol0+1.par2" yEnc', 'ordinal' => 35, - ), + ], 390 => - array ( + [ 'id' => 392, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[\\d+\\/(?P\\d+\\][ _-]{0,3}".+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ MOVIE ] [14/19] - "Night.Vision.2011.DVDRip.x264-IGUANA.part12.rar" - 660,80 MB yEnc', 'ordinal' => 40, - ), + ], 391 => - array ( + [ 'id' => 393, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[(?P.+?)\\][ _-]{0,3}\\[www\\.usenet4ever\\.info by Secretusenet][ _-]{0,3} ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[A_New_Found_Glory-Its_All_About_The_Girls-Reissue-CDEP-FLAC-2003-JLM] [www.usenet4ever.info by Secretusenet] - "00-a_new_found_glory-its_all_about_the_girls-reissue-cdep-flac-2003.jpg" yEnc', 'ordinal' => 45, - ), + ], 392 => - array ( + [ 'id' => 394, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(Mom\\d+[ _-]{0,3})?"(?P.+?)__www\\.realmom\\.info__([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]]) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '//MoM100060 - "Florian_Arndt-Trix-(BBM36)-WEB-2012-UKHx__www.realmom.info__.nfo" [2/7] 29,04 MB yEnc ::: //"Alan.Wake.v1.02.16.4261.Update-SKIDROW__www.realmom.info__.nfo" (02/17) 138,07 MB yEnc', 'ordinal' => 50, - ), + ], 393 => - array ( + [ 'id' => 395, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^"(?P.+?)"\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '//"The.Draughtsmans.Contract.1982.576p.BluRay.DD2.0.x264-EA"(15/56) "The.Draughtsmans.Contract.1982.576p.BluRay.DD2.0.x264-EA.part13.rar" - 2.37 GB yEnc', 'ordinal' => 55, - ), + ], 394 => - array ( + [ 'id' => 396, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}Description[ _-]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(01/29) - Description - "Revolution.2012.S01E06.HDTV.x264-LOL.nfo" - 317.24 MB - yEnc', 'ordinal' => 60, - ), + ], 395 => - array ( + [ 'id' => 397, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}\\[Lords-of-Usenet\\][ _-]{0,3}<>[ _-]{0,3}(?P.+?)[ _-]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(02/17) - [Lords-of-Usenet] <> i8dewFjzft94BW71EI0s -"19913.r00" - 928,75 MB - yEnc', 'ordinal' => 65, - ), + ], 396 => - array ( + [ 'id' => 398, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\][ _-]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[002/161] - "Rayman_Legends_USA_PS3-CLANDESTiNE.nfo" yEnc', 'ordinal' => 70, - ), + ], 397 => - array ( + [ 'id' => 399, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\((?P\\w+?)\\d{3}\\.[A-Za-z0-9]{3,4}\\)[-_\\s]{0,3}\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(4n4o8xq59kxq40bk8ukf3o4d163.163) [162/282] - "4n4o8xq59kxq40bk8ukf3o4d163.163" yEnc', 'ordinal' => 75, - ), + ], 398 => - array ( + [ 'id' => 400, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^<-{Retrouvez-nous sur NextDownload}-> > >"(?P\\w+)"\\[\\d+\\/(?P\\d+\\])[ _-]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//<-{Retrouvez-nous sur NextDownload}-> > >"Next1023"[15/24] - "Next1023.9.vol001+001.par2" yEnc', 'ordinal' => 80, - ), + ], 399 => - array ( + [ 'id' => 401, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\][ _-]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB].+UpperTeam.+ Secretusenet\\.com.+yEnc$/i', 'status' => 1, 'description' => '//[28/55] - "XzrgzBWoRqtcuBF.part27.rar" - 4,78 GB >>>UpperTeam for Usenet-Space-Cowboys.info and Secretusenet.com<<< yEnc', 'ordinal' => 85, - ), + ], 400 => - array ( + [ 'id' => 402, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\))[-_\\s]{0,3}[|][-_\\s]{0,3}"(?P[\\w\\säöüÄÖܖ¤ß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}[|] yEnc$/iu', 'status' => 1, 'description' => '//(38/55) | "Apocalypse.La.premiere.guerre.mondiale.e02.Peur.HDTV.1080p-STL.7z.037" | yEnc', 'ordinal' => 90, - ), + ], 401 => - array ( + [ 'id' => 403, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/NextDownload.+"\\w+"\\[\\d+\\/(?P\\d+)\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖܖ¤ß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//<-{NextDownload}->"Next2163"[21/22] - "Next2163.6.vol127+128.par2" yEnc', 'ordinal' => 95, - ), + ], 402 => - array ( + [ 'id' => 404, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?PSecretUsenet\\.com.+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//SecretUsenet.com _98iu89iujh_4312 225bea29_87db55d2_b9f1844e_7842adb-u4e - "225bea29_87db55d2_b9f1844e_7842adb-u4e.par2" yEnc', 'ordinal' => 100, - ), + ], 403 => - array ( + [ 'id' => 405, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/(?P\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[ .+? \\](-| ))\\[\\d+\\/\\d+\\][ -]* ".+?" yEnc$/', 'status' => 1, 'description' => '//[133170]-[FULL]-[#a.b.moovee]-[ Hansel.And.Gretel.Witch.Hunters.DVDR-iGNiTiON ]-[032/117] "ign-witchhunters.r24" yEnc ::: //Re: [133388]-[FULL]-[#a.b.moovee]-[ Familiar.Grounds.2011.DVDRip.XViD-TWiST ]-[01/59] - "twist-xvid-terrainsconus.nfo" yEnc ::: //[134212]-[FULL]-[#a.b.moovee]-[ Monsters.Inc.2001.1080p.BluRay.x264-CiNEFiLE ] [80/83] - "monsters.inc.2001.1080p.bluray.x264-cinefile.vol015+16.par2" yEnc ::: //[134912]-[FULL]-[#a.b.moovee]-[ Epic.2013.DVDRip.X264-SPARKS ]-[01/70]- "epic.2013.dvdrip.x264-sparks.nfo" yEnc', 'ordinal' => 5, - ), + ], 404 => - array ( + [ 'id' => 406, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]- ").+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[42788]-[#altbin@EFNet]-[Full]- "margin-themasterb-xvid.par2" yEnc', 'ordinal' => 10, - ), + ], 405 => - array ( + [ 'id' => 407, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P\\[ [a-zA-Z0-9.-]+ \\] ?- ?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ Hammer.of.the.Gods.2013.720p.WEB-DL.DD5.1.H.264-ELiTE ]-[01/44] - "Hammer.of.the.Gods.2013.720p.WEB-DL.DD5.1.H.264-ELiTE.par2" yEnc ::: //[ Admission.2013.720p.WEB-DL.DD5.1.H.264-HD4FUN ] - [01/82] - "Admission.2013.720p.WEB-DL.DD5.1.H.264-HD4FUN.nfo" yEnc', 'ordinal' => 15, - ), + ], 406 => - array ( + [ 'id' => 408, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [0/1] - "A.Good.Day.to.Die.Hard.2013.nzb" yEnc', 'ordinal' => 20, - ), + ], 407 => - array ( + [ 'id' => 409, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\[x+\\]-\\[.+?\\]-\\[ x+ \\]-\\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[xxxxx]-[#a.b.moovee@EFNet]-[ xxxxx ]-[02/66] - "tulob88.part01.rar" yEnc', 'ordinal' => 25, - ), + ], 408 => - array ( + [ 'id' => 410, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P[a-zA-Z0-9._-]+ - ?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Groove.2000.iNTERNAL.DVDRip.XviD-UBiK - [001/111] - "ubik-groove-cd1.par2" yEnc ::: //Antony.and.Cleopatra.1972.720p.WEB-DL.H264-brento -[35/57] - "Antony.and.Cleopatra.1972.720p.WEB-DL.AAC2.0.H.264-brento.part34.rar" yEnc', 'ordinal' => 30, - ), + ], 409 => - array ( + [ 'id' => 411, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P\\[\\d+\\] - [a-z0-9]+.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4}) - \\[\\d+\\/\\d+\\]\\s+yEnc$/', 'status' => 1, 'description' => '//[133668] - p00okjiue34635xxzx$$££zll-b.vol3+2.PAR2 - [005/118] yEnc', 'ordinal' => 35, - ), + ], 410 => - array ( + [ 'id' => 412, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P(\\[\\d+\\])?-(\\[REPOST\\])?\\[)\\d+(?P\\/\\d+\\] - "\\d+-)\\d\\..+?" yEnc$/', 'status' => 1, 'description' => '//-[004/115] - "134218-0.par2" yEnc ::: //[134824]-[001/117] - "134824-0.0" yEnc ::: //[134510]-[REPOST]-[001/110] - "134510-rp-0.0" yEnc', 'ordinal' => 40, - ), + ], 411 => - array ( + [ 'id' => 413, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\[\\d+\\]-\\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|subs|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[134517]-[01/76] - "Lara Croft Tomb Raider 2001 720p BluRay DTS x264-RightSiZE.nfo" yEnc', 'ordinal' => 45, - ), + ], 412 => - array ( + [ 'id' => 414, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P\\([a-zA-Z0-9.-]+\\) \\()\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//(Iron.Man.3.2013.R5.DVDRip.XviD-AsA) (01/26) - "Iron.Man.3.2013.R5.DVDRip.XviD-AsA.part01.part.sfv" yEnc', 'ordinal' => 50, - ), + ], 413 => - array ( + [ 'id' => 415, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P\\([a-zA-Z0-9].+?\\) [a-zA-Z0-9.-]+ \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//(Classic Surf) Morning.Of.The.Earth.1971 [03/29] - "Morning.Of.The.Earth.1971.part02.rar" yEnc', 'ordinal' => 55, - ), + ], 414 => - array ( + [ 'id' => 416, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P\\[\\d+\\]-\\[.+?\\]-\\[)\\d+\\/\\d+\\] - "\\d+-.+?" yEnc$/', 'status' => 1, 'description' => '// No example????? Probably : [32432]-[Something]-[4/24] - "02312-1.nzb" yEnc', 'ordinal' => 60, - ), + ], 415 => - array ( + [ 'id' => 417, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\((?P[\\w.-]+)\\)\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Ringside.The.Best.of.Mike.Tyson.DVDRip.x264.AC3-FCZ)[01/68] - "Ringside.The.Best.of.Mike.Tyson.DVDRip.1.of.2.x264.AC3-FCZ.nfo" yEnc', 'ordinal' => 65, - ), + ], 416 => - array ( + [ 'id' => 418, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^(?P[a-z].+) - \\[\\d+\\/(?P\\d+\\])[ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//Underworld.Evolution.2006.480p.BDRip.XviD.AC3-AsA - [000/143] - "asa.nzb" yEnc', 'ordinal' => 5, - ), + ], 417 => - array ( + [ 'id' => 419, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^Have Fun - ("|#34;)(?P.+)\\.nfo("|#34;) Ph4let0ast3r yEnc$/i', 'status' => 1, 'description' => '///^Have Fun - ("|#34;)(.+).nfo("|#34;) Ph4let0ast3r yEnc$/i', 'ordinal' => 10, - ), + ], 418 => - array ( + [ 'id' => 420, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\(\\d+\\/\\d+\\) (?P"|#34;)(.+)\\.(?Ppar2|nfo|rar|nzb)("|#34;) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(01/34) "Sniper.Reloaded.2011.BluRay.810p.DTS.x264-PRoDJi.Turkish.Audio.par2" - 139,30 MB - yEnc', 'ordinal' => 15, - ), + ], 419 => - array ( + [ 'id' => 421, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^("|#34;)(?P.+)\\.rar("|#34;)$/i', 'status' => 1, 'description' => '//"Discovery.Channel.Tsunami.Facing.The.Wave.720p.HDTV.x264-PiX.rar"', 'ordinal' => 20, - ), + ], 420 => - array ( + [ 'id' => 422, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^(?P[a-z].+) .+\\.(par2|nfo|rar|nzb)$/i', 'status' => 1, 'description' => '//Saw.VII.2010.720p.Bluray.x264.DTS-HDChina Saw.VII.2010.720p.Bluray.x264.DTS-HDChina.nzb', 'ordinal' => 25, - ), + ], 421 => - array ( + [ 'id' => 423, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/(?P\\d+\\])[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [1/1] - "The Secret L', 'ordinal' => 30, - ), + ], 422 => - array ( + [ 'id' => 424, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[-_ ]{0,3}Description[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(001/114) - Description - "The.Chronicles.of.Riddick.2004.DC.BluRay.1080p.DTS.par2" - 10,50 GB - yEnc', 'ordinal' => 35, - ), + ], 423 => - array ( + [ 'id' => 425, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\])[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[00/56] - "The.Last.Days.On.Mars.720p.BluRay.x264-DR.nzb" yEnc', 'ordinal' => 40, - ), + ], 424 => - array ( + [ 'id' => 426, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\[REUP\\]( )?(?P.+?) - \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[REUP] 6.Degress.of.Hell.2012.1080p.BluRay.DTS-HD.x264-BARC0DE - [03/50] - "BARC0DE.vol00+1.PAR2" yEnc ::: //[REUP]Home.Of.The.Brave.2006.1080p.BluRay.DTS-HD.x264-BARC0DE - [03/38] - "BARC0DE.vol00+1.PAR2" yEnc', 'ordinal' => 45, - ), + ], 425 => - array ( + [ 'id' => 427, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^.+\\[\\d+\\/(?P\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//22.Jump.Street.2014.720p.BluRay.x264-tpU.vol000+01.PAR2 [73/84] - "22.Jump.Street.2014.720p.BluRay.x264-tpU.vol000+01.PAR2" yEnc', 'ordinal' => 50, - ), + ], 426 => - array ( + [ 'id' => 428, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^- Description - "(?P[\\w. -]{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")(?P[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])[- ]{0,4}yEnc$/i', 'status' => 1, 'description' => '//- Description - "The.Legend.of.Hercules.2014.720p.BluRay.x264.Y', 'ordinal' => 55, - ), + ], 427 => - array ( + [ 'id' => 429, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/^(?P\\(www\\.Thunder-News\\.org\\) .+? - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >CD2< - "exvid-emma-cd2.par2" yEnc', 'ordinal' => 5, - ), + ], 428 => - array ( + [ 'id' => 430, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/^(?P[a-zA-Z ]+Post Voor FTN - \\[\\d+\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Movieland Post Voor FTN - [01/43] - "movieland0560.par2" yEnc', 'ordinal' => 10, - ), + ], 429 => - array ( + [ 'id' => 431, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/(?P.+?by mayhem masta".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Disney short films collection by mayhem masta"1923 - Alice\'s Wonderland.vol15+7.par2" yEnc', 'ordinal' => 15, - ), + ], 430 => - array ( + [ 'id' => 432, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^http:\\/\\/nzbroyalty\\.com - (?P.+?) - \\[\\d+\\/(?P\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//http://nzbroyalty.com - House.of.The.Rising.sun.2011.BluRay.720p.DTS.x264-CHD - [00/48] - "House.of.The.Rising.sun.2011.BluRay.720p.DTS.x264-CHD.nzb" yEnc', 'ordinal' => 5, - ), + ], 431 => - array ( + [ 'id' => 433, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^(?P[a-zA-Z0-9._-]+ - ?\\[)\\d+\\/(?P\\d+\\]) - "(.+?)\\.(nzb|rar|par2)" yEnc$/', 'status' => 1, 'description' => '//Scream.4.2011.WS.720p.BluRay.X264-AMIABLE - [000/106] - "Scream.4.2011.WS.720p.BluRay.X264-AMIABLE.nzb" yEnc', 'ordinal' => 10, - ), + ], 432 => - array ( + [ 'id' => 434, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^(?P[a-zA-Z0-9].+?)(?P - )\\[\\d+(?P\\/\\d+\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//The Beaver 2011 720p BluRay DD5.1 x264-CtrlHD - [00/65] - "The Beaver 2011 720p BluRay DD5.1 x264-CtrlHD.nzb" yEnc', 'ordinal' => 15, - ), + ], 433 => - array ( + [ 'id' => 435, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/("|#34;)(?P.+)("|#34;)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}("|#34;).+?(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)[-_ ]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//"The.Hudsucker.Proxy.1994.1080p.Blu-ray.Remux.AVC.DTS.HD.MA.2.0-KRaLiMaRKo"(127/132) "The.Hudsucker.Proxy.1994.1080p.Blu-ray.Remux.AVC.DTS.HD.MA.2.0-KRaLiMaRKo.vol379+20.par2" - 24.61 GB - yEnc', 'ordinal' => 20, - ), + ], 434 => - array ( + [ 'id' => 436, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^(?P[\\w.-]+)[-_\\s]{0,3}\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Fly.With.The.Gold.2012.720p.BluRay.x264-WiKi [03/73] - "wiki-fwtg.par2" yEnc', 'ordinal' => 25, - ), + ], 435 => - array ( + [ 'id' => 437, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/"(?P.+)"[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"The Absence - Riders Of The Plague" [00/14] - "the_absence-riders_of_the_plague.nzb" yEnc', 'ordinal' => 5, - ), + ], 436 => - array ( + [ 'id' => 438, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/(?P.+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//( Albert Cummings Albums 6x By Dready Niek (1999-2012) ) ( ** By Dready Niek ** ) [11/20] - "Albert Cummings Albums 6x By Dready Niek (1999-2012).part10.rar" yEnc ::: //( Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek ) -- By Dready Niek ) [01/15] - "Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek.par2" yEnc', 'ordinal' => 10, - ), + ], 437 => - array ( + [ 'id' => 439, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^(?P.+?)[-_ ]{0,3}("|#34;)(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//Metallica - Ride The Lightning "01 - Fight Fire With Fire.mp3" yEnc', 'ordinal' => 15, - ), + ], 438 => - array ( + [ 'id' => 440, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^(?P\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[)\\d+\\/\\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//[052713]-[#eos@EFNet]-[All_Shall_Perish-Montreal_QUE_0628-2007-EOS]-[09/14] "06-all_shall_perish-deconstruction-eos.mp3" yEnc', 'ordinal' => 5, - ), + ], 439 => - array ( + [ 'id' => 441, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}\\[Lords-of-usenet\\][ _-]{0,3}<>[ _-]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(05/10) - [Lords-of-usenet] <> "Wynardtage Praise The Fallen(2007).vol00+01.PAR2" - 132,64 MB - yEnc', 'ordinal' => 10, - ), + ], 440 => - array ( + [ 'id' => 442, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}[ _-]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(06/11) - - "Diens - Schwarzmale.vol00+01.PAR2" - 141,07 MB - yEnc', 'ordinal' => 15, - ), + ], 441 => - array ( + [ 'id' => 443, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^[ _-]{0,3}\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '// (09/18) - "Mantus - Fatum (2013) [2CD].FH.vol00+2.PAR2" - 336,39 MB - yEnc', 'ordinal' => 20, - ), + ], 442 => - array ( + [ 'id' => 444, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(08/15) "Noemi-Red.(Unreleased).2006.by.NYCrules.vol000+01.PAR2" - 179,66 MB - yEnc', 'ordinal' => 25, - ), + ], 443 => - array ( + [ 'id' => 445, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\[(?P[a-zA-Z0-9-_\\\\(\\)\\.]+)\\] \\[www\\.usenet4ever\\.info by Secretusenet\\] - "(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[16_Bit_Lolitas-Warung_Brazil_002-2CD-2012-iHF] [www.usenet4ever.info by Secretusenet] - "000-16_bit_lolitas-warung_brazil_002-2cd-2012-ihf.sfv" yEnc ::: //[3RD_Prototype_-_On_My_Way-(TB7368)-WEB-2013-FMC] [www.usenet4ever.info by Secretusenet] - "01-3rd_prototype_-_deafback-when_you_are_in_the_dark_(deafback_remix).mp3" yEnc ::: //[Armin_Van_Buuren_Feat._Fiora-Waiting_For_The_Night-(ARMD1140)-WEB-2013-UKHx] [www.usenet4ever.info by Secretusenet] - "00-armin_van_buuren_feat._fiora-waiting_for_the_night-(armd1140)-web-2013-ukhx.m3u" yEnc', 'ordinal' => 30, - ), + ], 444 => - array ( + [ 'id' => 446, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^>ghost-of-usenet\\.org<< (?P[a-zA-Z0-9-_\\\\(\\)\\.]+) >>www\\.SSL-News\\.info> - "(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//>ghost-of-usenet.org<< 16_Bit_Lolitas-Warung_Brazil_002-2CD-2012-iHF >>www.SSL-News.info> - "101-16_bit_lolitas-warung_brazil_002_cd1.mp3" yEnc', 'ordinal' => 35, - ), + ], 445 => - array ( + [ 'id' => 447, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\\\(\\)\\.]+) \\[\\d+(\\/| of )(?P\\d+\\])[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Blok_B-Bienvenue_Dans_Mon_Blok_Vol.1-2005-BZ_INT [20 of 27] "01-gangsta.mp3" yEnc ::: //DJ Neev - HedKandi_2013-06-08 (Ministry of Sound Radio) [01/13] - "DJ Neev - HedKandi_2013-06-08 (Ministry of Sound Radio).par2" yEnc', 'ordinal' => 40, - ), + ], 446 => - array ( + [ 'id' => 448, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(www\\.Thunder-News\\.org\\) >(?P.+?)< - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >Dee_And_Crane-Let_The_Music_Play-WEB-2012-UKHx< - "05-dee_and_crane-let_the_music_play_(jay_frogs_keep_the_groove_remix_edit).mp3" yEnc', 'ordinal' => 45, - ), + ], 447 => - array ( + [ 'id' => 449, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^.+\\[\\d+\\/(?P\\d+\\].+)"(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//VA 200 NRJ 2014 CD2 mp3_320kbps[18/27]VA 200 NRJ 2014 CD2 mp3_320kbps"(217) [Capital Cities] Safe And Sound.mp3" yEnc', 'ordinal' => 50, - ), + ], 448 => - array ( + [ 'id' => 450, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\. - \\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//. - [05/10] - "Blues \'N Trouble - With Friends Like These [1989].vol00+01.par2" yEnc', 'ordinal' => 5, - ), + ], 449 => - array ( + [ 'id' => 451, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "\\[www\\.Lords-of-Usenet\\.org\\]_\\[Partner von SSL-News\\]_(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(001/122) "[www.Lords-of-Usenet.org]_[Partner von SSL-News]_Blind_Guardian-Discographie.par2" - 2,20 GB - yEnc', 'ordinal' => 10, - ), + ], 450 => - array ( + [ 'id' => 452, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,4}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}.+?yEnc$/i', 'status' => 1, 'description' => '//(06/10) "Pink Floyd - Dark Side Of The Moon [MFSL UDCD 517].vol00+01.PAR2"- - 67,88 MB - Pink Floyd - Dark Side Of The Moon [MFSL UDCD 517] yEnc ::: //(07/11) "VA - Twilight - New Moon - Ost.vol00+01.PAR2"- - 93,69 MB - VA - Twilight - New Moon - Ost yEnc', 'ordinal' => 15, - ), + ], 451 => - array ( + [ 'id' => 453, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(.+\\) \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4}) . http:\\/\\/usenet4ever\\.info_Sponsored by www\\.Secretusenet\\.com " yEnc$/', 'status' => 1, 'description' => '//(Kitty Samtpfote) [01/12] - "Electronic Music of the 80s.Michael Garrison - In The Regions Of Sunreturn and beyond 1991.par2 . http://usenet4ever.info_Sponsored by www.Secretusenet.com " yEnc', 'ordinal' => 20, - ), + ], 452 => - array ( + [ 'id' => 454, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(.+\\) >(?P.+?)< - \\(\\d+\\/(?P\\d+\\)) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >Boehse Onkelz - Discography< - (113/145) - "Boehse Onkelz - Discography.s10" yEnc', 'ordinal' => 25, - ), + ], 453 => - array ( + [ 'id' => 455, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\[(?P\\d+\\]-\\[".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")\\[ yEnc$/i', 'status' => 1, 'description' => '//[00021]-["1999 Alphaville - Dreamscapes.part069.rar"[ yEnc', 'ordinal' => 30, - ), + ], 454 => - array ( + [ 'id' => 456, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(.+\\) \\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(nzbDMZ) [0/2] - "Miles Crossing - Miles Crossing (2011).nzb" yEnc', 'ordinal' => 35, - ), + ], 455 => - array ( + [ 'id' => 457, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[06/10] - "Jeff Healey - Legacy Volume One [The Singles].vol00+01.PAR2" yEnc', 'ordinal' => 40, - ), + ], 456 => - array ( + [ 'id' => 458, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^(?P\\d+ ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//00008 "2003 Camouflage - Sensor.par2" yEnc', 'ordinal' => 45, - ), + ], 457 => - array ( + [ 'id' => 459, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\\\(\\)\\.]+) \\[\\d+(\\/| of )(?P\\d+\\])[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Alex Oriental Experience_-_Live II (Live II) [1/9] - "01_Red_Dress.mp3" yEnc', 'ordinal' => 50, - ), + ], 458 => - array ( + [ 'id' => 460, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/^(?P[A-Z0-9a-z.-]{10,}\\s+(- )?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Escort.2006.DUTCH.WEB-RiP.x264-DLH - [01/23] - "Escort.2006.DUTCH.WEB-RiP.x264-DLH.par2" yEnc ::: //Tusenbroder.S01E05.PDTV.XViD.SWEDiSH-NTV [01/69] - "ntv-tusenbroder.s01e05.nfo" yEnc', 'ordinal' => 5, - ), + ], 459 => - array ( + [ 'id' => 461, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/i', 'status' => 1, 'description' => '//- "Auction Hunters S04E04.HDTV.x264-StarryNights1.nzb" yEnc', 'ordinal' => 10, - ), + ], 460 => - array ( + [ 'id' => 462, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/^(?P.+?)\\.[A-Za-z0-9]{2,4} - \\[\\d+\\/(?P\\d+\\]) yEnc$/', 'status' => 1, 'description' => '//homeland.s02e12.1080p.bluray-bia.r08 - [011/111] yEnc', 'ordinal' => 15, - ), + ], 461 => - array ( + [ 'id' => 463, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/^\\(TOWN\\)\\(www\\.town\\.ag \\)[ _-]{0,3}\\(partner of www\\.ssl-news\\.info \\)[ _-]{0,3} (.+?) \\[\\d+\\/(?P\\d+\\][ _-]{0,3}("|#34;).+?)\\.(par2|rar|nfo|nzb)("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//(TOWN)(www.town.ag ) (partner of www.ssl-news.info ) Twinz-Conversation-CD-FLAC-1995-CUSTODES [01/23] - #34;Twinz-Conversation-CD-FLAC-1995-CUSTODES.par2#34; - 266,00 MB - yEnc', 'ordinal' => 20, - ), + ], 462 => - array ( + [ 'id' => 464, 'group_regex' => '^alt\\.binaries\\.multimedia\\.anime$', 'regex' => '/(?P.+? \\((360|480|720|1080)p\\|.+? ~bY .+? \\[)\\d+\\/\\d+\\] - ".+?\\[[A-F0-9]+\\].+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//High School DxD New 01 (480p|.avi|xvid|mp3) ~bY Hatsuyuki [01/18] - "[Hatsuyuki]_High_School_DxD_New_01_[848x480][76B2BB8C].avi.001" yEnc', 'ordinal' => 5, - ), + ], 463 => - array ( + [ 'id' => 465, 'group_regex' => '^alt\\.binaries\\.multimedia\\.anime$', 'regex' => '#\\[(?P[\\w-]+\\][\\w-]+_\\d+_\\[\\d{3,4}[ip])\\]\\s*\\[([0-9A-Fa-f]{8})\\]\\s*\\[\\d+/(\\d+)\\].*#i', 'status' => 1, 'description' => '//[Hatsuyuki]_Seirei_Tsukai_no_Blade_Dance_-_03_[720p] [E18FCA59] [01/18]', 'ordinal' => 10, - ), + ], 464 => - array ( + [ 'id' => 466, 'group_regex' => '^alt\\.binaries\\.multimedia\\.anime\\.highspeed$', 'regex' => '/(.+? \\((?P360|480|720|1080)p\\|.+?\\s*~bY\\s*.+?\\s*\\[)\\d+\\/\\d+\\]\\s*-\\s*".+?\\[[A-Z0-9\\[\\]\\.]+.*([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//High School DxD New 01 (480p|.avi|xvid|mp3) ~bY Hatsuyuki [01/18] - "[Hatsuyuki]_High_School_DxD_New_01_[848x480][76B2BB8C].avi.001" yEnc', 'ordinal' => 5, - ), + ], 465 => - array ( + [ 'id' => 467, 'group_regex' => '^alt\\.binaries\\.multimedia\\.documentaries$', 'regex' => '/^(?P".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\[\\d+ of \\d+ - \\d+ [kKmMgG][bB]\\] yEnc$/i', 'status' => 1, 'description' => '//"Universe S4E08.part40.rar" - [41 of 76 - 10013 kb] yEnc', 'ordinal' => 5, - ), + ], 466 => - array ( + [ 'id' => 468, 'group_regex' => '^alt\\.binaries\\.multimedia\\.scifi$', 'regex' => '/^(?Psome m4vs - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//some m4vs - "SilverHawks_v1eps01_The Origin Story.par2" yEnc', 'ordinal' => 5, - ), + ], 467 => - array ( + [ 'id' => 469, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[ .* \\] \\[\\d+\\/(?P\\d+\\][ _-]{0,3}("|#34;).+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ MOVIE ] [14/19] - "Night.Vision.2011.DVDRip.x264-IGUANA.part12.rar" - 660,80 MB yEnc', 'ordinal' => 5, - ), + ], 468 => - array ( + [ 'id' => 470, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+By Dready Niek \\) \\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( 80\'s Giga Hits Collection (32 CDs) By Dready Niek ) By Dready Niek ) [44/54] - "80\'s Giga Hits Collection (32 CDs) By Dready Niek.part43.rar" yEnc', 'ordinal' => 10, - ), + ], 469 => - array ( + [ 'id' => 471, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\] .+?) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - nightsteff yEnc$/i', 'status' => 1, 'description' => '//(00/24] Marco Mengoni - Prontoacorrere (2013) "Marco Mengoni - Prontoacorrere (2013).nzb" - nightsteff yEnc', 'ordinal' => 15, - ), + ], 470 => - array ( + [ 'id' => 472, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\((?P.+)\\) \\[\\d+\\/(?P\\d+\\]) - \\[".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")\\] yEnc$/i', 'status' => 1, 'description' => '//(80\'s Disco-Soul-Funk) [136/426] - ["Level 42 - Lessons In Love.mp3"] yEnc', 'ordinal' => 20, - ), + ], 471 => - array ( + [ 'id' => 473, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\((?P.+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Jungle Fever Tapepacks) [67/79] - "Jungle Fever Tapepacks.part65.rar" yEnc', 'ordinal' => 25, - ), + ], 472 => - array ( + [ 'id' => 474, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[1/8] - "Black Market Flowers - Bind (1993).sfv" yEnc', 'ordinal' => 30, - ), + ], 473 => - array ( + [ 'id' => 475, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[DreamPieter\\] \\((?P.+)\\) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[DreamPieter] (Glen Tipton - Two solo albums) [04/23] - "Glenn Tipton - Baptizm of Fire - 04 - Fuel Me Up.mp3" yEnc', 'ordinal' => 35, - ), + ], 474 => - array ( + [ 'id' => 476, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)[ -]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/10) "Mylène Farmer - Monkey me (2012 Bluray Audio).rar" - 1,56 GB - yEnc', 'ordinal' => 40, - ), + ], 475 => - array ( + [ 'id' => 477, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^[\\(\\[]\\d+\\/(?P\\d+[\\]\\)][ -]{0,3}.+) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ -]{0,3}nightsteff yEnc$/i', 'status' => 1, 'description' => '//(00/20] Nomadi - Terzo Tempo (2012) "Nomadi - Terzo Tempo (2012).nzb" - nightsteff yEnc', 'ordinal' => 5, - ), + ], 476 => - array ( + [ 'id' => 478, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/(?P\\d+\\][ -]{0,3}.+) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [19/22] - C.K.N. Demo 85 "19-rotten system.mp3" yEnc', 'ordinal' => 10, - ), + ], 477 => - array ( + [ 'id' => 479, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^\\((?P.+)\\) \\[\\d+\\/(?P\\d+\\])[ -]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(BierbauchFreddy Quwinn seine größten Coversongs Vol2) [22/60] - "040c - Freddy Quinn - Don\'t Forbid Me (1957) (NH 22 639, EPH 20 575).mp3" yEnc', 'ordinal' => 15, - ), + ], 478 => - array ( + [ 'id' => 480, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^\\[ (?P.+) \\] - \\[\\d+\\] - \\[\\d+ Kbps MP3\\] \\[\\d+ of (?P\\d+\\]) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ Spectrum (ft. Matthew Koma) (Extended Mix) - Zedd ] - [2012] - [256 Kbps MP3] [1 of 7] "Spectrum (ft. Matthew Koma) [Extended Mix].mp3" yEnc', 'ordinal' => 20, - ), + ], 479 => - array ( + [ 'id' => 481, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\][ -]{0,3}\\(((Top)?\\d+ )?(MP3 )?(Album )?Charts\\)[ -]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//[1/1] - (150 MP3 Album Charts) - "Atlantean Kodex - The White Goddess.rar" yEnc ::: //[1/1] - (MP3 Album Charts) - "Black Sabbath - 13.rar" yEnc ::: //[1/1] - (Top100 Album Charts) - "Bastille - Pompeii.rar" yEnc ::: //[1/1] - (Top100 Charts) - "Beatrice Egli - Gluecksgefuehle.rar" yEnc', 'ordinal' => 25, - ), + ], 480 => - array ( + [ 'id' => 482, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\][ -]{0,3}(Album )?Top \\d+( Album Charts \\d+)?[ -]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//[1/1] - Album Top 100 - "Amy MacDonald - L', 'ordinal' => 30, - ), + ], 481 => - array ( + [ 'id' => 483, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\][ -]{0,3}\\(Album Top \\d+(( -)? \\d+)?\\)[ -]{0,3}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//[1/1] (Album Top 100 - 2012) - "Cro - Einmal Um Die Welt.rar" yEnc ::: //[1/1] (Album Top 100 2012) - "Cro - Einmal Um Die Welt.rar" yEnc ::: //[1/1] (Album Top 100) - "Cro - Raop.rar" yEnc', 'ordinal' => 35, - ), + ], 482 => - array ( + [ 'id' => 484, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^\\[ech0park\\]-\\[spotnet\\]-\\[(?P.+?)\\] \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ech0park]-[spotnet]-[Snow Patrol 2012 Tour Sampler - 2012-iND] [02/20] - "02-snow_patrol-ill_never_let_go.mp3" yEnc', 'ordinal' => 40, - ), + ], 483 => - array ( + [ 'id' => 485, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^(?P.+?)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\[\\d+\\/ (?P\\d+\\]) nightsteff[-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//40 Italo Dance Tunes (2CD) - "00. 40 Italo Dance Tunes 2011.nfo" [02/ 50] nightsteff yEnc', 'ordinal' => 45, - ), + ], 484 => - array ( + [ 'id' => 486, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^(?P.+?) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ -]{0,3}nightsteff yEnc$/i', 'status' => 1, 'description' => '//Bud Spencer & Terence Hill - Greatest Hits Vol 1 (1995) "04 - Just A Good Boy.mp3" nightsteff yEnc', 'ordinal' => 50, - ), + ], 485 => - array ( + [ 'id' => 487, 'group_regex' => '^alt\\.binaries\\.music\\.mp3$', 'regex' => '/^Attn: \\w+ - (?P.+?)\\[\\d+\\/(?P\\d+\\]) - .+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}\\d+[.,]\\d+[kKmMgG][bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Attn: bearcat - Avenged Sevenfold - Avenged Sevenfold 320[17/18] - .vol15+16.par2 5.9Mb yEnc', 'ordinal' => 55, - ), + ], 486 => - array ( + [ 'id' => 488, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/\\((\\d+|\\?+)\\) \\[\\d+\\/(?P\\d+\\]).*"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(????) [01/46] - "NCIS.S11E02.Past.Present.and.Future.1080p.WEB-DL.DD5.1.H.264-CtrlHD.par2" yEnc', 'ordinal' => 5, - ), + ], 487 => - array ( + [ 'id' => 489, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^\\w+[-_ ]{0,3}[\\[\\(]\\d+\\/(?P\\d+[\\]\\)])[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//JN - [1/3] - "Operatie Teheran-Joel C Rosenberg JN.par2" yEnc', 'ordinal' => 10, - ), + ], 488 => - array ( + [ 'id' => 490, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^\\( (?P[\\w. -]{8,}) \\)[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( Overlord II RELOADED ) - [013/112] - "rld-olii.part001.rar" yEnc', 'ordinal' => 15, - ), + ], 489 => - array ( + [ 'id' => 491, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^(?P[\\w. &\\()-]{8,}?\\b)[-_\\s]{0,3}\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Batman.Arkham-Origins.Initiation-RELOADED - [006/296] - "r.vol010+08.PAR2" yEnc', 'ordinal' => 20, - ), + ], 490 => - array ( + [ 'id' => 492, 'group_regex' => '^alt\\.binaries\\.ps3$', 'regex' => '/^\\[\\d+\\] \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[4197] [036/103] - "ant-mgstlcd2.r34" yEnc', 'ordinal' => 5, - ), + ], 491 => - array ( + [ 'id' => 493, 'group_regex' => '^alt\\.binaries\\.pwp$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)[-_ ]{0,4}"Giggi.+)[A-Z]\\d([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(620/899) - "Giggi_9M05YD32TO4.part147.rar" - 252,53 GB - yEnc', 'ordinal' => 5, - ), + ], 492 => - array ( + [ 'id' => 494, 'group_regex' => '^alt\\.binaries\\.pwp$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)[-_ ]{0,4}".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(300/454) "James_Bond_You_Only_Live_Twice_bd25.part300.rar" - 22,22 GB - yEnc', 'ordinal' => 10, - ), + ], 493 => - array ( + [ 'id' => 495, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB]( -)? yEnc$/i', 'status' => 1, 'description' => '//(01/34) "Merlin.2008.1x04.la.vengeance.de.nimue.par2" - 388,38 MB - yEnc', 'ordinal' => 5, - ), + ], 494 => - array ( + [ 'id' => 496, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^(?P[a-zA-Z0-9._-]+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//Breaking.Bad.S02.MULTi.720p.BluRay.AC3.x264-BoO [749/883] - "212ACS3517.part01.rar" yEnc', 'ordinal' => 10, - ), + ], 495 => - array ( + [ 'id' => 497, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^(?P[a-zA-Z0-9._-]+)[-_ ]{0,3}[\\(\\[]\\d+ of (?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//Dawson.Saison2.DVDRIP.x264.FRENCH [111 of 196] "Dawson.S2.E22.Tout feu, tout flambe.m4v.003" yEnc', 'ordinal' => 15, - ), + ], 496 => - array ( + [ 'id' => 498, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//[01/22] - "Unnatural.History.1x03.Espion.En.Sommeil.FR.LD.par2" yEnc', 'ordinal' => 20, - ), + ], 497 => - array ( + [ 'id' => 499, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^\\[(?P.+?)\\][-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//[MagNeum 3.14 S1 D.V.D + par2][1148/1167] - "ZDFRIKK8470DO776.D7P" yEnc', 'ordinal' => 25, - ), + ], 498 => - array ( + [ 'id' => 500, 'group_regex' => '^alt\\.binaries\\.sony\\.psp$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+([.,]\\d+ [kKmMgG])?[bB] yEnc$/i', 'status' => 1, 'description' => '//(01/10) "Assassins Creed - Bloodlines [EUR].par2" - 408,46 MB yEnc', 'ordinal' => 5, - ), + ], 499 => - array ( + [ 'id' => 501, 'group_regex' => '^alt\\.binaries\\.sony\\.psp$', 'regex' => '/^\\(\\d+\\) (?P[a-zA-Z0-9 -_\\.]+) \\[\\d+\\/(?P\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(20444) F', 'ordinal' => 10, - ), - )); - \DB::table('collection_regexes')->insert(array ( + ], + ]); + \DB::table('collection_regexes')->insert([ 0 => - array ( + [ 'id' => 502, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/.+[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}".+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//- codari_4_usenetrevolution.info-Partner of SSL-News UK.Single.Charts.Top.40 [01/25] - "UK.Single.Charts.Top.40.par2" - 301,70 MB - yEnc', 'ordinal' => 5, - ), + ], 1 => - array ( + [ 'id' => 503, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}\\(\\d+\\/(?P\\d+\\))[ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//"Terraplane Sun - Funnel of Love.mp3" - 21.55 MB - (1/6) - yEnc', 'ordinal' => 10, - ), + ], 2 => - array ( + [ 'id' => 504, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^(?P.+? meil29) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//jean ferrat année 1967 à 1969 meil29 "17 Rien à voir.mp3" yEnc', 'ordinal' => 15, - ), + ], 3 => - array ( + [ 'id' => 505, 'group_regex' => '^alt\\.binaries\\.sounds\\.flac$', 'regex' => '/^(?P\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[.+?\\]-\\[)\\d+\\/\\d+] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[32974]-[FULL]-[#a.b.flac]-[ Tenniscoats-Tokinouta-JP-CD-FLAC-2011-BCC ]-[04/28] - "00-tenniscoats-tokinouta-jp-cd-flac-2011.nfo" yEnc', 'ordinal' => 5, - ), + ], 4 => - array ( + [ 'id' => 506, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^http:\\/\\/dream-of-usenet\\.org .+? - \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//http://dream-of-usenet.org empfehlen newsconnection.eu - [02/32] - "Adam_Ant-Manners_and_Physique-(MCAD-6315)-CD-FLAC-1989-2Eleven.par2" yEnc', 'ordinal' => 5, - ), + ], 5 => - array ( + [ 'id' => 507, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - \\d{4} - .+? - )\\d+ of \\d+ - \\d+ - .+? yEnc$/', 'status' => 1, 'description' => '//Sonny Landreth - 2010 - Mississippi Blues - 04 of 29 - 00 - Mississippi Blues.sfv yEnc ::: //Fruteland Jackson - 1996 - ... Is All I Crave - 08 of 20 - 00 - Fruteland Jackson - ... Is All I Crave.log yEnc', 'ordinal' => 10, - ), + ], 6 => - array ( + [ 'id' => 508, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P.+?[a-zA-Z0-9][^\\[(?P ])\\d{2,}(\\/\\d+\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//Restless Breed00/27] - ".nzb" yEnc', 'ordinal' => 15, - ), + ], 7 => - array ( + [ 'id' => 509, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^\\([A-Z0-9][a-zA-Z0-9 ]+\\) \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Rolling Stones) [01/28] - "Bell Center, Montreal, QC - 09-06-2013 (alt source sb remaster).par2" yEnc', 'ordinal' => 20, - ), + ], 8 => - array ( + [ 'id' => 510, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^.:[-_ ]{0,3}(?P.+?)[-_ ]{0,3}:..+?thunder-news\\.org.+?secretusenet\\.com:. - "(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//.: VA-Liquid_Music-The_Future_House_Compilation-CD-FLAC-1993-WRS :. - .:www.thunder-news.org:. - .:sponsored by secretusenet.com:. - "00-va-liquid_music-the_future_house_compilation-cd-flac-1993-wrs.nfo" yEnc ::: //.:Bruce_BecVar-Arriba-CD-FLAC-1993-JLM:. - .:thunder-news.org:. - .:sponsored by secretusenet.com:. - "00-bruce_becvar-arriba-cd-flac-1993.m3u" yEnc', 'ordinal' => 25, - ), + ], 9 => - array ( + [ 'id' => 511, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//_ "CARUSO & GIGLI - O Sole Mio - The Unknown.nzb" yEnc', 'ordinal' => 30, - ), + ], 10 => - array ( + [ 'id' => 512, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_ ]{0,3}\\d+ (?Pof \\d+)( \\(\\d+\\/\\d+\\)){1,2} (yEnc)?$/i', 'status' => 1, 'description' => '//"Art Tatum - The Complete Trio Sessions with Tiny Grimes & Slam Stewart - Vol 1.NFO" - 1 of 6 (1/1) ::: //"Galen Jeter and the Dallas Jazz Orchestra - Thank You, Leon.NFO" - 1 of 5 (1/1) (1/1)', 'ordinal' => 35, - ), + ], 11 => - array ( + [ 'id' => 513, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//"Doc Watson - 1973 - The Essential Doc Watson - 01 - Tom Dooley.flac" - 406.64 MB - yEnc', 'ordinal' => 40, - ), + ], 12 => - array ( + [ 'id' => 514, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.audiobooks$', 'regex' => '/^\\(dream-of-usenet\\.info\\) - \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// currently these are teh same as mp3, but in the future these should be mod', 'ordinal' => 5, - ), + ], 13 => - array ( + [ 'id' => 515, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.audiobooks$', 'regex' => '/^http:\\/\\/dream-of-usenet\\.org .+? - \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//http://dream-of-usenet.org empfehlen newsconnection.eu - [02/32] - "Adam_Ant-Manners_and_Physique-(MCAD-6315)-CD-FLAC-1989-2Eleven.par2" yEnc', 'ordinal' => 10, - ), + ], 14 => - array ( + [ 'id' => 516, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.audiobooks$', 'regex' => '/^(?P>>> CREATIVE COMMONS NZB <<< ".+?" - File )\\d+ of \\d+: ".+?" yEnc$/', 'status' => 1, 'description' => '//>>> CREATIVE COMMONS NZB <<< "dexter romweber duo-lookout" - File 1 of 9: "creative_commons_nzb_dexter_romweber_duo-lookout.rar" yEnc', 'ordinal' => 15, - ), + ], 15 => - array ( + [ 'id' => 517, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.audiobooks$', 'regex' => '/^(?P.+?usenet-space.+?Powered by.+? ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|").+? \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\) .+? \\d+[.,]\\d+ [kKmMgG][bB] .+?yEnc$/i', 'status' => 1, 'description' => '//<<>> <<< "Justin_Bieber-Believe_Acoustic-2013-pLAN9_usenet-space-cowbys.info.rar" >< 4/6 (78.65 MB) >< 60.84 MB > yEnc', 'ordinal' => 20, - ), + ], 16 => - array ( + [ 'id' => 518, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^\\(dream-of-usenet\\.info\\) - \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(dream-of-usenet.info) - [04/15] - "Enya-And_Winter_Came...-2008.part2.rar" yEnc', 'ordinal' => 5, - ), + ], 17 => - array ( + [ 'id' => 519, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^http:\\/\\/dream-of-usenet\\.org .+? - \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//http://dream-of-usenet.org empfehlen newsconnection.eu - [02/32] - "Adam_Ant-Manners_and_Physique-(MCAD-6315)-CD-FLAC-1989-2Eleven.par2" yEnc', 'ordinal' => 10, - ), + ], 18 => - array ( + [ 'id' => 520, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^(?P>>> CREATIVE COMMONS NZB <<< ".+?" - File )\\d+ of \\d+: ".+?" yEnc$/', 'status' => 1, 'description' => '//>>> CREATIVE COMMONS NZB <<< "dexter romweber duo-lookout" - File 1 of 9: "creative_commons_nzb_dexter_romweber_duo-lookout.rar" yEnc', 'ordinal' => 15, - ), + ], 19 => - array ( + [ 'id' => 521, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^(?P.+?usenet-space.+?Powered by.+? ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|").+? \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\) .+? \\d+[.,]\\d+ [kKmMgG][bB] .+?yEnc$/i', 'status' => 1, 'description' => '//<<>> <<< "Justin_Bieber-Believe_Acoustic-2013-pLAN9_usenet-space-cowbys.info.rar" >< 4/6 (78.65 MB) >< 60.84 MB > yEnc', 'ordinal' => 20, - ), + ], 20 => - array ( + [ 'id' => 522, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/"(?P.+)"[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"The Absence - Riders Of The Plague" [00/14] - "the_absence-riders_of_the_plague.nzb" yEnc', 'ordinal' => 25, - ), + ], 21 => - array ( + [ 'id' => 523, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/\\( (?P.+?)\\)[-_ ]{0,3}( |\\().+\\)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//( Albert Cummings Albums 6x By Dready Niek (1999-2012) ) ( ** By Dready Niek ** ) [11/20] - "Albert Cummings Albums 6x By Dready Niek (1999-2012).part10.rar" yEnc ::: //( Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek ) -- By Dready Niek ) [01/15] - "Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek.par2" yEnc', 'ordinal' => 30, - ), + ], 22 => - array ( + [ 'id' => 524, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/\\( (?P.+?) \\)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//( Addison_Road-Addison_Road-2008 ) [01/10] - "01. Addison Road - This Could Be Our Day.mp3" yEnc', 'ordinal' => 35, - ), + ], 23 => - array ( + [ 'id' => 525, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+?\\[\\d+\\/(?P\\d+\\][-_ ]{0,3}.+?)[-_ ]{0,3}("|#34;)(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [0/8] - Crionics Post - Alice In Chains - Dirt REPOST"Alice In Chains - Dirt.nzb" yEnc', 'ordinal' => 40, - ), + ], 24 => - array ( + [ 'id' => 526, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/(?P.+)[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}".+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//The Refreshments - [1/9] - "The Refreshments - Rock´n Roll Christmas [2003].par2" yEnc', 'ordinal' => 5, - ), + ], 25 => - array ( + [ 'id' => 527, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\[(?P.+?)\\][-_ ]{0,3}\\[(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}\\])[-_ ]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//[BFMP3] [Barrelhouse_Time Frames.nzb] [00/18] yEnc', 'ordinal' => 10, - ), + ], 26 => - array ( + [ 'id' => 528, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^(?P.+?)[-_ ]{0,3}("|#34;)(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//Metallica - Ride The Lightning "01 - Fight Fire With Fire.mp3" yEnc', 'ordinal' => 15, - ), + ], 27 => - array ( + [ 'id' => 529, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\) ".+?) www\\.brothers-of-usenet\\.org - empfehlen - Newsconnection(\\.eu)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/11) "Der Kleine Vampir Komplett - Folge 01 bis 18 www.brothers-of-usenet.org - empfehlen - Newsconnection.eu.nfo" yEnc', 'ordinal' => 20, - ), + ], 28 => - array ( + [ 'id' => 530, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\(D(\\))? (?P.+) {1,2}\\[\\d+\\/(?P\\d+\\]) - .+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4}) {1,2}yEnc$/', 'status' => 1, 'description' => '//(D The Best Of Leon Russell [23/28] - The Best Of Leon Russell.vol00+01.PAR2 yEnc', 'ordinal' => 25, - ), + ], 29 => - array ( + [ 'id' => 531, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.dance$', 'regex' => '/^\\[\\d+\\](?P.+?)[-_ ]{0,3}("|#34;)(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/', 'status' => 1, 'description' => '//[2707]Solarstone-Solarstone_Collected_Vol_1-ARDI3177-WEB-2012-TraX "02-solarstone_feat_kym_marsh-day_by_day_(red_jerry_smackthe_bigot_up_remix).mp3" - yEnc', 'ordinal' => 5, - ), + ], 30 => - array ( + [ 'id' => 532, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[ -]{0,3}"(?P[\\w. &\\()\\[\\]\\\'-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(03/10) "Washing Machines - Planet-E CH-Basel Ultimate Hardcore - 4.9.1993.vol00+01.PAR2" - 232.39 MB - yEnc', 'ordinal' => 5, - ), + ], 31 => - array ( + [ 'id' => 533, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\))[ -]{0,3}"(?P[\\w. &\\()\\[\\]\\\'-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+ [bB][-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(2/7) "Cosmic Baby live at Energy 1995.vol00+01.PAR2" - 0 B - yEnc', 'ordinal' => 10, - ), + ], 32 => - array ( + [ 'id' => 534, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\[0sk\\]-\\[\\d+-\\d+-\\d+\\]-\\[.+\\]-\\[.+\\]-\\[\\d+\\/(?P\\d+\\])-\\[(?P[\\w. &\\()\\[\\]\\\'-]{8,})\\]--.+? yEnc$/', 'status' => 1, 'description' => '//[0sk]-[2002-12-06]-[idm]-[vinyl]-[4/5]-[Maps_And_Diagrams_-_Ti_Sta_Bene_Marone-(cact_001)-Vinyl-2002]--cact 001.sfv yEnc', 'ordinal' => 15, - ), + ], 33 => - array ( + [ 'id' => 535, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\[.+\\]-\\[.+\\]-\\[\\d+\\/(?P\\d+\\])-\\[(?P[\\w. &\\()\\[\\]\\\'-]{8,})\\]-.+? yEnc$/', 'status' => 1, 'description' => '//[10_years---happy_bday_absme]-[cd]-[04/15]-[va_-_spacewars_01-(plkcd003)-cd-1996-nwd]-01-Nuw Idol - Union Of Ilk -nwd-.mp3 yEnc', 'ordinal' => 20, - ), + ], 34 => - array ( + [ 'id' => 536, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^(?P[\\w. &\\()\\[\\]\\\'-]{8,}?)[ -]{0,3}\\d+[ -]{0,3}[\\w., &\\()\\[\\]\\\'-]{8,}?\\b.?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4})[ -]{0,3}yEnc$/', 'status' => 1, 'description' => '//Alec Empire - Low On Ice 06 - Untitled.mp3 yEnc', 'ordinal' => 25, - ), + ], 35 => - array ( + [ 'id' => 537, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d.+?B - (\\d.+?B -)? yEnc$/i', 'status' => 1, 'description' => '//(01/37) "Entourage S08E08.part01.rar" - 349,20 MB - yEnc ::: //(01/24) "EGtnu7OrLNQMO2pDbgpDrBL8SnjZDpab.nfo" - 686 B - 338.74 MB - yEnc (1/1)', 'ordinal' => 30, - ), + ], 36 => - array ( + [ 'id' => 538, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+(?P\\/\\d+\\] - "[A-Za-z0-9.-]+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[01/42] - "King.And.Maxwell.S01E08.1080p.WEB-DL.DD5.1.H264-Abjex.par2" yEnc', 'ordinal' => 35, - ), + ], 37 => - array ( + [ 'id' => 539, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z0-9 ]+ \\()\\d+(?P\\/\\d+\\) - ?".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Divers (12/42) -"Juste.Pour.Rire.2013.Gala.JF.Mercier.FRENCH.720p.HDTV.x264-QuebecRules.part11.rar" yEnc ::: //Par le chapeau (06/43) - "8C7D59F472E03.part04.rar" yEnc', 'ordinal' => 40, - ), + ], 38 => - array ( + [ 'id' => 540, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(Re: )?(?P[a-zA-Z0-9._-]+([{}A-Z_]+)?( -)? \\[)\\d+(\\/| of )\\d+\\]( -)? ".+?" yEnc$/', 'status' => 1, 'description' => '//House.Hunters.International.S05E502.720p.hdtv.x264 [01/27] - "House.Hunters.International.S05E502.720p.hdtv.x264.nfo" yEnc ::: //Criminal.Minds.S03E01.Doubt.PROPER.DVDRip.XviD-SAiNTS - [01/33] - "Criminal.Minds.S03E01.Doubt.PROPER.DVDRip.XviD-SAiNTS.par2" yEnc', 'ordinal' => 45, - ), + ], 39 => - array ( + [ 'id' => 541, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[ (?P.+?) \\] .+ \\(\\d+\\/(?P\\d+\\)) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ Anthony.Bourdain.Parts.Unknown.S01.480p.HDTV.x264-mSD ] MKV.h264 (03/17) - "Anthony.Bourdain.Parts.Unknown.S01E01.480p.HDTV.x264-mSD.mkv" yEnc', 'ordinal' => 50, - ), + ], 40 => - array ( + [ 'id' => 542, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z0-9 ]+)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2 |\\.[A-Za-z0-9]{2,4} )\\[\\d+(?P\\/\\d+\\] - yEnc)$/', 'status' => 1, 'description' => '//Silent Witness S15E02 Death has no dominion.par2 [01/44] - yEnc', 'ordinal' => 55, - ), + ], 41 => - array ( + [ 'id' => 543, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(bf1\\) \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(bf1) [03/31] - "The.Block.AU.Sky.High.S07E61.WS.PDTV.XviD.BF1.part01.sfv" yEnc (1/1)', 'ordinal' => 60, - ), + ], 42 => - array ( + [ 'id' => 544, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P\\[ [A-Za-z]+ \\] - (\\[\\d+\\/\\d+\\] - )?".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ TVPower ] - "Dexter.S07E10.720p.HDTV.x264-NLsubs.par2" yEnc ::: //[ TVPower ] - [010/101] - "Desperate.Housewives.S08Disc2.NLsubs.part009.rar" yEnc', 'ordinal' => 65, - ), + ], 43 => - array ( + [ 'id' => 545, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P\\[.+?\\]-\\[.+?\\]-\\[)\\d+\\/\\d+\\] ".+?" - \\d+([.,]\\d+ [kKmMgG])?[bB] - yEnc$/', 'status' => 1, 'description' => '//[www.allyourbasearebelongtous.pw]-[WWE.Monday.Night.Raw.2013.07.22.HDTV.x264-IWStreams]-[03/69] "WWE.Monday.Night.Raw.2013.07.22.HDTV.x264-IWStreams.r00" - 1.58 GB - yEnc', 'ordinal' => 70, - ), + ], 44 => - array ( + [ 'id' => 546, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P\\(www\\..+?\\) .+? - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >CD1< - "moovee-fastest.cda.par2" yEnc', 'ordinal' => 75, - ), + ], 45 => - array ( + [ 'id' => 547, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/(?P\\.info .+?Powered by .+?\\.com ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") .+? \\d+\\/\\d+ \\(\\d+[,.]\\d+ [mMkKgG][bB]\\) .+? yEnc$/i', 'status' => 1, 'description' => '//<<>> usenet-space-cowboys.info <<< "S05E03 Pack die Badehose ein_usenet-space-cowbys.info.par2" >< 01/10 (411,16 MB) >< 3,48 kB > yEnc', 'ordinal' => 80, - ), + ], 46 => - array ( + [ 'id' => 548, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z0-9]+ .+? - S\\d+E\\d+ - .+? \\[)\\d+\\/\\d+\\] - ".+?\\..+?" yEnc$/', 'status' => 1, 'description' => '//Newport Harbor The Real Orange County - S01E01 - A Black & White Affair [01/11] - "Newport Harbor The Real Orange County - S01E01 - A Black & White Affair.mkv" yEnc', 'ordinal' => 85, - ), + ], 47 => - array ( + [ 'id' => 549, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Mad.Men.S06E11.HDTV.x264-2HD.par2" yEnc', 'ordinal' => 90, - ), + ], 48 => - array ( + [ 'id' => 550, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\[\\d+\\/(?P\\d+\\])[ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//"Marvels.Agents.of.S.H.I.E.L.D.S01E07.HDTV.XviD-FUM.avi.nfo" [09/16] yEnc', 'ordinal' => 95, - ), + ], 49 => - array ( + [ 'id' => 551, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+\\]-\\[ (?P.+?) \\]- ".+?" yEnc$/i', 'status' => 1, 'description' => '//[185891]-[ Suits.S01E01.720p.BluRay.X264-REWARD ]- "Suits.S01E01.720p.BluRay.par2" yEnc', 'ordinal' => 100, - ), + ], 50 => - array ( + [ 'id' => 552, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\.\\.[-_\\s]{0,3}\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//.. - [01/42] - "Under.the.Dome.S01E04.Outbreak.1080p.WEB-DL.DD5.1.H.264-NTb.par2" yEnc', 'ordinal' => 105, - ), + ], 51 => - array ( + [ 'id' => 553, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/town\\.ag.+?download all our files with.+?www\\..+?\\.info.+? \\[\\d+(?P\\/\\d+\\] - ".+?)(-sample)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '// >> www.ssl-news.info <<< > [05/87] - "Deep.Black.Ass.5.XXX.1080p.WEBRip.x264-TBP.part03.rar" - 7,87 GB yEnc', 'ordinal' => 5, - ), + ], 52 => - array ( + [ 'id' => 554, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" \\(\\d+\\/(?P\\d+\\)) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//"Armored_Core_V_PS3-ANTiDOTE__www.realmom.info__.r00" (03/78) 3,32 GB yEnc', 'ordinal' => 10, - ), + ], 53 => - array ( + [ 'id' => 555, 'group_regex' => '^alt\\.binaries\\.tun$', 'regex' => '/^(?P\\[PRiVATE\\] [a-z0-9A-Z]+=+ \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[PRiVATE] UmVndWxhci5TaG93LlMwMkUyOC4xMDgwcC5CbHVSYXkueDI2NC1ERWlNT1M= [06/32] - "89769f0736162e1cb113655cb10e42ff.part02.rar" yEnc', 'ordinal' => 5, - ), + ], 54 => - array ( + [ 'id' => 556, 'group_regex' => '^alt\\.binaries\\.tun$', 'regex' => '/^\\[ nEwZ\\[NZB\\]\\.iNFO( \\])?[-_ ]{0,3}\\[ (?P.+?) \\][-_ ]{0,3}(File )?[\\(\\[]\\d+\\/(?P\\d+[\\)\\]]): "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//[ nEwZ[NZB].iNFO - [ Zed--The_Invitation-WEB-2010-WUS ] - File [12/13]: "08-zed--the_river.mp3" yEnc', 'ordinal' => 10, - ), + ], 55 => - array ( + [ 'id' => 557, 'group_regex' => '^alt\\.binaries\\.tun$', 'regex' => '/^nEwZ\\[NZB\\]\\.iNFO[-_ ]{0,3} (?P.+?) [-_ ]{0,3}(File )?[\\(\\[]\\d+\\/(?P\\d+[\\)\\]]): "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")$/', 'status' => 1, 'description' => '//nEwZ[NZB].iNFO - VA-Universal_Music_Sampler_07_February-PROMO-CDR-FLAC-2013-WRE - File [6/9]: "01-alesso-years_(hard_rock_sofa_remix).flac"', 'ordinal' => 15, - ), + ], 56 => - array ( + [ 'id' => 558, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^(?P[a-zA-Z0-9.-]+ \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Borgen.2x02.A.Bruxelles.Non.Ti.Sentono.Urlare.ITA.BDMux.x264-NovaRip [02/22] - "borgen.2x02.ita.bdmux.x264-novarip.par2" yEnc', 'ordinal' => 5, - ), + ], 57 => - array ( + [ 'id' => 559, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^\\(bf1\\) \\[\\d+(?P\\/\\d+\\] - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(bf1) [03/31] - "The.Block.AU.Sky.High.S07E56.WS.PDTV.XviD.BF1.part01.sfv" yEnc', 'ordinal' => 10, - ), + ], 58 => - array ( + [ 'id' => 560, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^\\[\\d+\\/(?P\\d+\\])[-_\\s]{0,3}(?P[\\w.\\() -]{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[014/144] - The Bible (2013) - S1E01 - In the Beginning AVC 480p.vol31+27.PAR2 yEnc', 'ordinal' => 15, - ), + ], 59 => - array ( + [ 'id' => 561, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^Saturday Morning Classic (?P[\\w. -]{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol\\d+\\+\\d+\\.par2|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Saturday Morning Classic Return-to-the-Planet-of-the-Apes-S01E03 - Lagoon of Peril.avi.001 yEnc', 'ordinal' => 20, - ), + ], 60 => - array ( + [ 'id' => 562, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+([.,]\\d+ [kKmMgG])?[bB])? - \\d+([.,]\\d+ [kKmMgG])?[bB] - yEnc$/i', 'status' => 1, 'description' => '//"Forbrydelsen.II.S01E03.2009.DVDRip.MULTi.DD5.1.x264.nzb" - 213.54 kB - yEnc ::: //"Futurama S07E01 The Bots And The Bees.vol26+23.PAR2" - 8.49 MB - 193.51 MB - yEnc', 'ordinal' => 5, - ), + ], 61 => - array ( + [ 'id' => 563, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\[\\d+\\/(?P\\d+\\]) - yEnc$/i', 'status' => 1, 'description' => '//"Rijdende.Rechter.-.19x01.-.Huisbiggen.1080p.MKV-BNABOYZ.part38.rar" - [40/56] - yEnc', 'ordinal' => 10, - ), + ], 62 => - array ( + [ 'id' => 564, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\) ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(003/104) "blackcave1001.part002.rar" - 4,83 GB - yEnc', 'ordinal' => 15, - ), + ], 63 => - array ( + [ 'id' => 565, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^[a-zA-Z0-9 -_\\.]+ \\[\\d+\\/(?P\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//X-Men Evolution - 2000 - [01/20] - "X-Men Evolution - 3x03 - Mainstream.par2" yEnc', 'ordinal' => 20, - ), + ], 64 => - array ( + [ 'id' => 566, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.]+) (RETRY)?[-_ ]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") \\d+(?P\\/\\d+)( {0,2}yEnc)?$/i', 'status' => 1, 'description' => '//\'X-Files\' Season 1 XviD RETRY "Files101.par2" 004/387 ::: //\'X-Files\' Season 5 XviD "Files502.par2" 018/321 yEnc ::: //\'X-Files\' Season 2 XviD "Files223.part2.rar" 356/401 yEnc', 'ordinal' => 25, - ), + ], 65 => - array ( + [ 'id' => 567, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"the.tudors.s03e03.nfo" yEnc', 'ordinal' => 30, - ), + ], 66 => - array ( + [ 'id' => 568, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "((BBC|ITV) )?(?P.+?)(\\.part\\d+)?(\\.(par2|(vol.+?))"|\\.[a-z0-9]{3}"|") - \\d.+? - (\\d.+? -)? yEnc$/', 'status' => 1, 'description' => '//(08/25) "Wild Russia 5 of 6 The Secret Forest 2009.part06.rar" - 47.68 MB - 771.18 MB - yEnc ::: //(01/24) "ITV Wild Britain With Ray Mears 1 of 6 Deciduous Forest 2011.nfo" - 4.34 kB - 770.97 MB - yEnc ::: //(24/24) "BBC Great British Garden Revival 03 of 10 Cottage Gardens And House Plants 2013.vol27+22.PAR2" - 48.39 MB - 808.88 MB - yEnc', 'ordinal' => 35, - ), + ], 67 => - array ( + [ 'id' => 569, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.]+) \\(\\d+(?P\\/\\d+\\)) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Chuck - Season2 (015/164) - "2x04.par2" yEnc', 'ordinal' => 40, - ), + ], 68 => - array ( + [ 'id' => 570, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.]+) - \\[\\d+(?P\\/\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//FIRST.WAVE.NTSC.DVD.DD2.0 - [121/512] - "FIRST_WAVE_SEASON_1_DVD2.r26" - 44,33 GB - yEnc', 'ordinal' => 45, - ), + ], 69 => - array ( + [ 'id' => 571, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\(\\d+(?P\\/\\d+\\)) "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(03/19) "Damages S04E02 FR.avi" - 5,49 GB yEnc', 'ordinal' => 50, - ), + ], 70 => - array ( + [ 'id' => 572, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/\\[ usenet-4all\\.info - powered by ssl\\.news -\\][-_\\s]{0,3}\\[\\d+([.,]\\d+)? [kKmMgG][bB]\\][-_\\s]{0,3}\\[\\d+\\/(?P\\d+)\\][-_\\s]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//-4y (PW) [ usenet-4all.info - powered by ssl.news -] [1,44 GB] [08/14] "71cc4edc6R08eb7.vol00+01.PAR2" yEnc', 'ordinal' => 55, - ), + ], 71 => - array ( + [ 'id' => 573, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/.*[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}("|#34;).+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/i', 'status' => 1, 'description' => '//-Panzer.Command.Kharkov-SKIDROW - [1/7] - "-Panzer.Command.Kharkov-SKIDROW.rar" yEnc ::: //-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS - [1/7] - #34;-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS.rar#34; yEnc', 'ordinal' => 5, - ), + ], 72 => - array ( + [ 'id' => 574, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}")(?P.+?)yEnc$/i', 'status' => 1, 'description' => '//- "JH2U0H5FIK8TO7YK3Q.part12.rar" yEnc', 'ordinal' => 10, - ), + ], 73 => - array ( + [ 'id' => 575, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/^\\( (?P.+?) \\) - yEnc$/', 'status' => 1, 'description' => '//( XS Video Converter Ultimate 7.7.0 Build 20121226 ) - yEnc', 'ordinal' => 15, - ), + ], 74 => - array ( + [ 'id' => 576, 'group_regex' => '^alt\\.binaries\\.warez\\.0-day$', 'regex' => '/.*[\\(\\[]\\d+\\/(?P\\d+[\\)\\]][-_ ]{0,3}("|#34;).+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/i', 'status' => 1, 'description' => '//-Panzer.Command.Kharkov-SKIDROW - [1/7] - "-Panzer.Command.Kharkov-SKIDROW.rar" yEnc ::: //-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS - [1/7] - #34;-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS.rar#34; yEnc', 'ordinal' => 5, - ), + ], 75 => - array ( + [ 'id' => 577, 'group_regex' => '^alt\\.binaries\\.warez\\.0-day$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}")(?P.+?)yEnc$/i', 'status' => 1, 'description' => '//- "JH2U0H5FIK8TO7YK3Q.part12.rar" yEnc', 'ordinal' => 10, - ), + ], 76 => - array ( + [ 'id' => 578, 'group_regex' => '^alt\\.binaries\\.warez\\.0-day$', 'regex' => '/^\\( (?P.+?) \\) - yEnc$/', 'status' => 1, 'description' => '//( XS Video Converter Ultimate 7.7.0 Build 20121226 ) - yEnc', 'ordinal' => 15, - ), + ], 77 => - array ( + [ 'id' => 579, 'group_regex' => '^alt\\.binaries\\.warez\\.0-day$', 'regex' => '/^(?P[a-zA-Z].+) - \\[\\d+\\/(?P\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//BabysitterMovies.13.03.11.Babysitter.Jocelyn.Pink.XXX.HR.WMV-VSEX - [7/7] - "BabysitterMovies.13.03.11.Babysitter.Jocelyn.Pink.XXX.HR.WMV-VSEX.rar.vol15+5.par2" yEnc', 'ordinal' => 20, - ), + ], 78 => - array ( + [ 'id' => 580, 'group_regex' => '^alt\\.binaries\\.worms$', 'regex' => '/^(?P\\[U4A]) (?P.+?)\\[\\d+(?P\\/\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[U4A] 2 Dudes and a Dream 2009 BRRip XvidHD 720p-NPW[01/36] - "2 Dudes and a Dream 2009 BRRip XvidHD 720p-NPW-Sample.avi" yEnc', 'ordinal' => 5, - ), + ], 79 => - array ( + [ 'id' => 581, 'group_regex' => '^alt\\.binaries\\.worms$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) ("|#34;)(?P.+)(\\.[vol|part].+)?\\.(par2|nfo|rar|nzb)("|#34;) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(12/57) "Fright.Night.2.New.Blood.2013.UNRATED.BluRay.810p.DTS.x264-PRoDJi.nfo" - 4,81 GB - yEnc ::: //(14/20) "Jack.the.Giant.Slayer.2013.AC3.192Kbps.23fps.2ch.TR.Audio.BluRay-Demuxed.by.par2" - 173,15 MB - yEnc', 'ordinal' => 10, - ), + ], 80 => - array ( + [ 'id' => 582, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}") \\(\\d+\\/(?P\\d+\\)) yEnc$/i', 'status' => 1, 'description' => '//"Batman-8 TDKR-Pittis AVCHD-ADD.English.dtsHDma.part013.rar" (042/197) yEnc', 'ordinal' => 5, - ), + ], 81 => - array ( + [ 'id' => 583, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^\\(\\d+\\/(?P\\d+\\)) "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol\\d+\\+\\d+\\.par2"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB]( -)? yEnc$/i', 'status' => 1, 'description' => '//(001/108) "Wizards.of.Waverly.Place.720p.S04E01.by.sugarr.par2" - 5,15 GB - yEnc', 'ordinal' => 10, - ), + ], 82 => - array ( + [ 'id' => 584, 'group_regex' => '^dk\\.binaer\\.tv$', 'regex' => '/^(?P[a-zA-Z0-9].+? - \\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Store.Boligdroemme.S02E06.DANiS H.HDTV.x264-TVBYEN - [01/28] - "store.boligdroemme.s02e06.danis h.hdtv.x264-tvbyen.nfo" yEnc', 'ordinal' => 5, - ), + ], 83 => - array ( + [ 'id' => 585, 'group_regex' => '^alt\\.binaries\\.fz$', 'regex' => '#^(?PUploader\\.Presents-.+?)\\s+\\[\\d{1,3}(?P/\\d{1,3}\\]\\s*").+?"\\s+yEnc$#i', 'status' => 1, 'description' => 'Uploader.Presents-Black.Sails.S02E02.Die.schwarze.Flagge.GERMAN.DUBBED.BLURAYRiP.x264-SOF [00/23]"sof-black-sails-s02e02.nzb" yEnc', 'ordinal' => 10, - ), + ], 84 => - array ( + [ 'id' => 586, 'group_regex' => '^alt\\.binaries\\.sounds\\.(flac|lossless)$', 'regex' => '/^.+dream-of-usenet.+[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\])[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ (\\d+\\/\\d+) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(dream-of-usenet.info) - [01/21] - "A_Perfect_Circle-aMOTION-CD-FLAC-2004-SCORN.nfo" yEnc', 'ordinal' => 5, - ), + ], 85 => - array ( + [ 'id' => 587, 'group_regex' => '^alt\\.binaries\\.sounds\\.flac$', 'regex' => '/^.+www\\.EliteNZB\\.net.+[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\])[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ (\\d+\\/\\d+) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//The Elite Team Presents www.EliteNZB.net, Powered by 4UX.NL, Only The Best 4 You!!!! [01/19] - "Habariyaasubuhi_12352_TvPYrS1128.par2" yEnc', 'ordinal' => 15, - ), + ], 86 => - array ( + [ 'id' => 588, 'group_regex' => '^alt\\.binaries\\.sounds\\.flac$', 'regex' => '/^("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\]).+www\\.EliteNZB\\.net.+[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//"Jinsi_12187_v807.par2" [01/13] - The Elite Team Presents www.EliteNZB.net, Powered by 4UX.NL, Only The Best 4 You!!!! yEnc', 'ordinal' => 20, - ), + ], 87 => - array ( + [ 'id' => 589, 'group_regex' => '^alt\\.binaries\\.mp3(\\.full_albums)?$', 'regex' => '/^JN Dutplanet.+[-_ ]{0,3}\\[\\d+\\/(?P\\d+\\])[-_ ]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ (\\d+\\/\\d+) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}yEnc$/i', 'status' => 1, 'description' => '//JN Dutplanet.net - [02/16] - "JN Dutplanet.net Foreigner - I Want To Know What Love Is - The Ballads [2014]FLAC.part1.rar" yEnc', 'ordinal' => 5, - ), + ], 88 => - array ( + [ 'id' => 590, 'group_regex' => '(audiobooks|abooks)', 'regex' => '#^(?P.{8,}? )[\\[)]?\\d+(?P(?:/| of )\\d+[\\[)]?(?:[0-9\\WBKMG]+)?").+?"(?:[0-9\\WBKMG]+)? yEnc$#i', 'status' => 1, 'description' => 'As requested Diana Gabaldon 1of 3 parts - [025/356] - "Diana Gabaldon - (Outlander 06) A Breath Of Snow And Ashes - D01.07-18.mp3" yEnc', 'ordinal' => 80, - ), + ], 89 => - array ( + [ 'id' => 591, 'group_regex' => '(audiobooks|abooks)', 'regex' => '#^(?P.{8,}? ").+?" [\\[)]?\\d+(?P/\\d+[\\[)]? yEnc)$#i', 'status' => 1, 'description' => 'Dragonlance Second Generation - Dragons of Summer Flame (NMR 32 kbps) "Dragonlance Second Generation - Dragons of Summer Flame.nzb" 000/141 yEnc', 'ordinal' => 85, - ), + ], 90 => - array ( + [ 'id' => 592, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^(?P\\[KoreanTV\\]s.+?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanTV] The.Village.Achiaras.Secret.E08.151029.HDTV.XviD-WITH [2/18] - "마을.아치아라의.비밀.E08.151029.HDTV.XviD-WITH.part01.rar" yEnc', 'ordinal' => 5, - ), + ], 91 => - array ( + [ 'id' => 593, 'group_regex' => '^korea\\.binaries\\.tv$', 'regex' => '/^(?P\\[KoreanTV\\]s.+?\\[)\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanTV] The.Village.Achiaras.Secret.E08.151029.HDTV.XviD-WITH [2/18] - "마을.아치아라의.비밀.E08.151029.HDTV.XviD-WITH.part01.rar" yEnc', 'ordinal' => 5, - ), + ], 92 => - array ( + [ 'id' => 594, 'group_regex' => '^korea\\.binaries\\.music\\.videos$', 'regex' => '/^(?P\\[KoreanMusic\\] .+) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanMusic] 151015.TWTV.MTV.Idols.of.Asia.Lovelyz [2/45] - "151015.TWTV.MTV.Idols.of.Asia.Lovelyz.part01.rar" yEnc', 'ordinal' => 5, - ), + ], 93 => - array ( + [ 'id' => 595, 'group_regex' => '^korea\\.binaries\\.movies$', 'regex' => '/^(?P\\[KoreanMovies\\] .+) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanMovies] Gangnam.Blues.2015.720p.BluRay.x264-WiKi [2/125] - "Gangnam.Blues.2015.720p.BluRay.x264-WiKi.part001.rar" yEnc', 'ordinal' => 5, - ), + ], 94 => - array ( + [ 'id' => 596, 'group_regex' => '^korea\\.binaries\\.tv$', 'regex' => '/^(?Parea-11) "(?P.+?)\\.(vol\\d+\\+\\d+\\.par2|part\\d+\\.rar|par2|nzb)" \\[\\d+\\/\\d+\\] yEnc$/i', 'status' => 1, 'description' => 'area-11 "Glamorous.Temptation.E01.720p.HDTV.x264-AREA11.nzb" [00/56] yEnc', 'ordinal' => 10, - ), + ], 95 => - array ( + [ 'id' => 597, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^(?P.+?(MP3 320K|FLAC)\\[)\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => 'Davichi - Amaranth Repackage MP3 320K[01/21] - ".par2" yEnc', 'ordinal' => 10, - ), + ], 96 => - array ( + [ 'id' => 598, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^(?P(New )?tech eBooks -=?\\[?\\s?[\\w\\.-]+\\s?\\]?=?- )".+?" yEnc$/i', 'status' => 1, 'description' => 'New tech eBooks -[ Springer.Toxic.Trauma.A.Basic.Clinical.Guide.2014.RETAIL.EBOOK-METHLAB ]- "ml-0435a.zip" yEnc', 'ordinal' => 5, - ), + ], 97 => - array ( + [ 'id' => 599, 'group_regex' => '^alt\\.binaries\\.(cores|ath)$', 'regex' => '/^(?P\\[(SERIES|MOVIES)\\]-\\[ www\\.vip-lounge\\.me \\]) \\[\\d+\\/\\d+\\] - "(?P.+?)\\.(par2|nfo|rar|part\\d+\\.rar|vol\\d+\\+\\d+\\.par2)" - \\d+\\d+ [MG]B yEnc$/i', 'status' => 1, 'description' => '55', 'ordinal' => 0, - ), + ], 98 => - array ( + [ 'id' => 600, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^(?P.+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => 'Gracepoint S01E04 Episode Four 1080p WEB-DL DD51 H 264 CtrlHD - [52/52] - "Gracepoint S01E04 Episode Four 1080p WEB-DL DD51 H 264 CtrlHD.vol511+021.par2" yEnc', 'ordinal' => 80, - ), + ], 99 => - array ( + [ 'id' => 601, 'group_regex' => '^alt\\.binaries\\.howard-stern$', 'regex' => '/^(?P.+?) \\[\\d+\\/\\d+\\] "(?P.+?)\\.(mp3|nzb).*?" yEnc$/', 'status' => 1, 'description' => 'Artie Lange ArtieQuitter Podcast [2/9] "ArtieQuiterPodcast_2015-11-05_161_CF_128k.mp3.par2" yEnc', 'ordinal' => 5, - ), + ], 100 => - array ( + [ 'id' => 602, 'group_regex' => '^alt\\.binaries\\.howard-stern$', 'regex' => '/^(?P.+?) - File \\d+ of \\d+ - yEnc "(?P.+?).mp3" \\d+ bytes$/', 'status' => 1, 'description' => 'Howard Stern 11.04.2015 CF 32K 57.7MB + WUS - File 1 of 1 - yEnc "Howard Stern 11.04.15 (Alanis Morissette Visits).mp3" 60596352 bytes', 'ordinal' => 10, - ), + ], 101 => - array ( + [ 'id' => 603, 'group_regex' => '^alt\\.binaries\\.howard-stern$', 'regex' => '/^(?P.+?) \\d (?P\\d+kbps) - \\[\\d+\\/\\d+\\] - "(?P.+?)Part_\\d+\\.(mp3|nzb).*?" yEnc$/', 'status' => 1, 'description' => 'Howard Stern Show Oct 19 2015 Mon Hour 6 96kbps - [1/1] - "Stern-2015_10_19-96k-Part_06.mp3" yEnc', 'ordinal' => 15, - ), - )); - - + ], + ]); } -} \ No newline at end of file +} diff --git a/database/seeds/ContentTableSeeder.php b/database/seeds/ContentTableSeeder.php index c63ce6d94..032a4a081 100644 --- a/database/seeds/ContentTableSeeder.php +++ b/database/seeds/ContentTableSeeder.php @@ -12,13 +12,11 @@ class ContentTableSeeder extends Seeder */ public function run() { - - \DB::table('content')->delete(); - \DB::table('content')->insert(array ( + \DB::table('content')->insert([ 0 => - array ( + [ 'id' => 1, 'title' => 'Welcome to NNTmux.', 'url' => 'NULL', @@ -30,9 +28,9 @@ class ContentTableSeeder extends Seeder 'status' => 1, 'ordinal' => 0, 'role' => 0, - ), + ], 1 => - array ( + [ 'id' => 2, 'title' => 'example content', 'url' => '/great/seo/content/page/', @@ -44,9 +42,9 @@ class ContentTableSeeder extends Seeder 'status' => 1, 'ordinal' => 1, 'role' => 0, - ), + ], 2 => - array ( + [ 'id' => 3, 'title' => 'another example', 'url' => '/another/great/seo/content/page/', @@ -58,9 +56,7 @@ class ContentTableSeeder extends Seeder 'status' => 1, 'ordinal' => 0, 'role' => 0, - ), - )); - - + ], + ]); } -} \ No newline at end of file +} diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index fabb49914..6bbd3b812 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -2,6 +2,7 @@ use Bhuvidya\Countries\CountriesSeeder; use Illuminate\Database\Seeder; + class DatabaseSeeder extends Seeder { /** diff --git a/database/seeds/GenresTableSeeder.php b/database/seeds/GenresTableSeeder.php index c2d8fda55..5857589c1 100644 --- a/database/seeds/GenresTableSeeder.php +++ b/database/seeds/GenresTableSeeder.php @@ -12,1056 +12,1052 @@ class GenresTableSeeder extends Seeder */ public function run() { - - \DB::table('genres')->delete(); - \DB::table('genres')->insert(array ( + \DB::table('genres')->insert([ 0 => - array ( + [ 'id' => 1000001, 'title' => 'Blues', 'type' => 3000, 'disabled' => 0, - ), + ], 1 => - array ( + [ 'id' => 1000002, 'title' => 'Classic Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 2 => - array ( + [ 'id' => 1000003, 'title' => 'Country', 'type' => 3000, 'disabled' => 0, - ), + ], 3 => - array ( + [ 'id' => 1000004, 'title' => 'Dance', 'type' => 3000, 'disabled' => 0, - ), + ], 4 => - array ( + [ 'id' => 1000005, 'title' => 'Disco', 'type' => 3000, 'disabled' => 0, - ), + ], 5 => - array ( + [ 'id' => 1000006, 'title' => 'Funk', 'type' => 3000, 'disabled' => 0, - ), + ], 6 => - array ( + [ 'id' => 1000007, 'title' => 'Grunge', 'type' => 3000, 'disabled' => 0, - ), + ], 7 => - array ( + [ 'id' => 1000008, 'title' => 'Hip-Hop', 'type' => 3000, 'disabled' => 0, - ), + ], 8 => - array ( + [ 'id' => 1000009, 'title' => 'Jazz', 'type' => 3000, 'disabled' => 0, - ), + ], 9 => - array ( + [ 'id' => 1000010, 'title' => 'Metal', 'type' => 3000, 'disabled' => 0, - ), + ], 10 => - array ( + [ 'id' => 1000011, 'title' => 'New Age', 'type' => 3000, 'disabled' => 0, - ), + ], 11 => - array ( + [ 'id' => 1000012, 'title' => 'Oldies', 'type' => 3000, 'disabled' => 0, - ), + ], 12 => - array ( + [ 'id' => 1000013, 'title' => 'Other', 'type' => 3000, 'disabled' => 0, - ), + ], 13 => - array ( + [ 'id' => 1000014, 'title' => 'Pop', 'type' => 3000, 'disabled' => 0, - ), + ], 14 => - array ( + [ 'id' => 1000015, 'title' => 'R&B', 'type' => 3000, 'disabled' => 0, - ), + ], 15 => - array ( + [ 'id' => 1000016, 'title' => 'Rap', 'type' => 3000, 'disabled' => 0, - ), + ], 16 => - array ( + [ 'id' => 1000017, 'title' => 'Reggae', 'type' => 3000, 'disabled' => 0, - ), + ], 17 => - array ( + [ 'id' => 1000018, 'title' => 'Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 18 => - array ( + [ 'id' => 1000019, 'title' => 'Techno', 'type' => 3000, 'disabled' => 0, - ), + ], 19 => - array ( + [ 'id' => 1000020, 'title' => 'Industrial', 'type' => 3000, 'disabled' => 0, - ), + ], 20 => - array ( + [ 'id' => 1000021, 'title' => 'Alternative', 'type' => 3000, 'disabled' => 0, - ), + ], 21 => - array ( + [ 'id' => 1000022, 'title' => 'Ska', 'type' => 3000, 'disabled' => 0, - ), + ], 22 => - array ( + [ 'id' => 1000023, 'title' => 'Death Metal', 'type' => 3000, 'disabled' => 0, - ), + ], 23 => - array ( + [ 'id' => 1000024, 'title' => 'Pranks', 'type' => 3000, 'disabled' => 0, - ), + ], 24 => - array ( + [ 'id' => 1000025, 'title' => 'Soundtrack', 'type' => 3000, 'disabled' => 0, - ), + ], 25 => - array ( + [ 'id' => 1000026, 'title' => 'Euro-Techno', 'type' => 3000, 'disabled' => 0, - ), + ], 26 => - array ( + [ 'id' => 1000027, 'title' => 'Ambient', 'type' => 3000, 'disabled' => 0, - ), + ], 27 => - array ( + [ 'id' => 1000028, 'title' => 'Trip-Hop', 'type' => 3000, 'disabled' => 0, - ), + ], 28 => - array ( + [ 'id' => 1000029, 'title' => 'Vocal', 'type' => 3000, 'disabled' => 0, - ), + ], 29 => - array ( + [ 'id' => 1000030, 'title' => 'Jazz+Funk', 'type' => 3000, 'disabled' => 0, - ), + ], 30 => - array ( + [ 'id' => 1000031, 'title' => 'Fusion', 'type' => 3000, 'disabled' => 0, - ), + ], 31 => - array ( + [ 'id' => 1000032, 'title' => 'Trance', 'type' => 3000, 'disabled' => 0, - ), + ], 32 => - array ( + [ 'id' => 1000033, 'title' => 'Classical', 'type' => 3000, 'disabled' => 0, - ), + ], 33 => - array ( + [ 'id' => 1000034, 'title' => 'Instrumental', 'type' => 3000, 'disabled' => 0, - ), + ], 34 => - array ( + [ 'id' => 1000035, 'title' => 'Acid', 'type' => 3000, 'disabled' => 0, - ), + ], 35 => - array ( + [ 'id' => 1000036, 'title' => 'House', 'type' => 3000, 'disabled' => 0, - ), + ], 36 => - array ( + [ 'id' => 1000037, 'title' => 'Game', 'type' => 3000, 'disabled' => 0, - ), + ], 37 => - array ( + [ 'id' => 1000038, 'title' => 'Sound Clip', 'type' => 3000, 'disabled' => 0, - ), + ], 38 => - array ( + [ 'id' => 1000039, 'title' => 'Gospel', 'type' => 3000, 'disabled' => 0, - ), + ], 39 => - array ( + [ 'id' => 1000040, 'title' => 'Noise', 'type' => 3000, 'disabled' => 0, - ), + ], 40 => - array ( + [ 'id' => 1000041, 'title' => 'Alternative Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 41 => - array ( + [ 'id' => 1000042, 'title' => 'Bass', 'type' => 3000, 'disabled' => 0, - ), + ], 42 => - array ( + [ 'id' => 1000043, 'title' => 'Soul', 'type' => 3000, 'disabled' => 0, - ), + ], 43 => - array ( + [ 'id' => 1000044, 'title' => 'Punk', 'type' => 3000, 'disabled' => 0, - ), + ], 44 => - array ( + [ 'id' => 1000045, 'title' => 'Space', 'type' => 3000, 'disabled' => 0, - ), + ], 45 => - array ( + [ 'id' => 1000046, 'title' => 'Meditative', 'type' => 3000, 'disabled' => 0, - ), + ], 46 => - array ( + [ 'id' => 1000047, 'title' => 'Instrumental Pop', 'type' => 3000, 'disabled' => 0, - ), + ], 47 => - array ( + [ 'id' => 1000048, 'title' => 'Instrumental Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 48 => - array ( + [ 'id' => 1000049, 'title' => 'Ethnic', 'type' => 3000, 'disabled' => 0, - ), + ], 49 => - array ( + [ 'id' => 1000050, 'title' => 'Gothic', 'type' => 3000, 'disabled' => 0, - ), + ], 50 => - array ( + [ 'id' => 1000051, 'title' => 'Darkwave', 'type' => 3000, 'disabled' => 0, - ), + ], 51 => - array ( + [ 'id' => 1000052, 'title' => 'Techno-Industrial', 'type' => 3000, 'disabled' => 0, - ), + ], 52 => - array ( + [ 'id' => 1000053, 'title' => 'Electronic', 'type' => 3000, 'disabled' => 0, - ), + ], 53 => - array ( + [ 'id' => 1000054, 'title' => 'Pop-Folk', 'type' => 3000, 'disabled' => 0, - ), + ], 54 => - array ( + [ 'id' => 1000055, 'title' => 'Eurodance', 'type' => 3000, 'disabled' => 0, - ), + ], 55 => - array ( + [ 'id' => 1000056, 'title' => 'Dream', 'type' => 3000, 'disabled' => 0, - ), + ], 56 => - array ( + [ 'id' => 1000057, 'title' => 'Southern Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 57 => - array ( + [ 'id' => 1000058, 'title' => 'Comedy', 'type' => 3000, 'disabled' => 0, - ), + ], 58 => - array ( + [ 'id' => 1000059, 'title' => 'Cult', 'type' => 3000, 'disabled' => 0, - ), + ], 59 => - array ( + [ 'id' => 1000060, 'title' => 'Gangsta', 'type' => 3000, 'disabled' => 0, - ), + ], 60 => - array ( + [ 'id' => 1000061, 'title' => 'Top 40', 'type' => 3000, 'disabled' => 0, - ), + ], 61 => - array ( + [ 'id' => 1000062, 'title' => 'Christian Rap', 'type' => 3000, 'disabled' => 0, - ), + ], 62 => - array ( + [ 'id' => 1000063, 'title' => 'Pop/Funk', 'type' => 3000, 'disabled' => 0, - ), + ], 63 => - array ( + [ 'id' => 1000064, 'title' => 'Jungle', 'type' => 3000, 'disabled' => 0, - ), + ], 64 => - array ( + [ 'id' => 1000065, 'title' => 'Native US', 'type' => 3000, 'disabled' => 0, - ), + ], 65 => - array ( + [ 'id' => 1000066, 'title' => 'Cabaret', 'type' => 3000, 'disabled' => 0, - ), + ], 66 => - array ( + [ 'id' => 1000067, 'title' => 'New Wave', 'type' => 3000, 'disabled' => 0, - ), + ], 67 => - array ( + [ 'id' => 1000068, 'title' => 'Psychadelic', 'type' => 3000, 'disabled' => 0, - ), + ], 68 => - array ( + [ 'id' => 1000069, 'title' => 'Rave', 'type' => 3000, 'disabled' => 0, - ), + ], 69 => - array ( + [ 'id' => 1000070, 'title' => 'Showtunes', 'type' => 3000, 'disabled' => 0, - ), + ], 70 => - array ( + [ 'id' => 1000071, 'title' => 'Trailer', 'type' => 3000, 'disabled' => 0, - ), + ], 71 => - array ( + [ 'id' => 1000072, 'title' => 'Lo-Fi', 'type' => 3000, 'disabled' => 0, - ), + ], 72 => - array ( + [ 'id' => 1000073, 'title' => 'Tribal', 'type' => 3000, 'disabled' => 0, - ), + ], 73 => - array ( + [ 'id' => 1000074, 'title' => 'Acid Punk', 'type' => 3000, 'disabled' => 0, - ), + ], 74 => - array ( + [ 'id' => 1000075, 'title' => 'Acid Jazz', 'type' => 3000, 'disabled' => 0, - ), + ], 75 => - array ( + [ 'id' => 1000076, 'title' => 'Polka', 'type' => 3000, 'disabled' => 0, - ), + ], 76 => - array ( + [ 'id' => 1000077, 'title' => 'Retro', 'type' => 3000, 'disabled' => 0, - ), + ], 77 => - array ( + [ 'id' => 1000078, 'title' => 'Musical', 'type' => 3000, 'disabled' => 0, - ), + ], 78 => - array ( + [ 'id' => 1000079, 'title' => 'Rock & Roll', 'type' => 3000, 'disabled' => 0, - ), + ], 79 => - array ( + [ 'id' => 1000080, 'title' => 'Hard Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 80 => - array ( + [ 'id' => 1000081, 'title' => 'Folk', 'type' => 3000, 'disabled' => 0, - ), + ], 81 => - array ( + [ 'id' => 1000082, 'title' => 'Folk-Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 82 => - array ( + [ 'id' => 1000083, 'title' => 'National Folk', 'type' => 3000, 'disabled' => 0, - ), + ], 83 => - array ( + [ 'id' => 1000084, 'title' => 'Swing', 'type' => 3000, 'disabled' => 0, - ), + ], 84 => - array ( + [ 'id' => 1000085, 'title' => 'Fast Fusion', 'type' => 3000, 'disabled' => 0, - ), + ], 85 => - array ( + [ 'id' => 1000086, 'title' => 'Bebob', 'type' => 3000, 'disabled' => 0, - ), + ], 86 => - array ( + [ 'id' => 1000087, 'title' => 'Latin', 'type' => 3000, 'disabled' => 0, - ), + ], 87 => - array ( + [ 'id' => 1000088, 'title' => 'Revival', 'type' => 3000, 'disabled' => 0, - ), + ], 88 => - array ( + [ 'id' => 1000089, 'title' => 'Celtic', 'type' => 3000, 'disabled' => 0, - ), + ], 89 => - array ( + [ 'id' => 1000090, 'title' => 'Bluegrass', 'type' => 3000, 'disabled' => 0, - ), + ], 90 => - array ( + [ 'id' => 1000091, 'title' => 'Avantgarde', 'type' => 3000, 'disabled' => 0, - ), + ], 91 => - array ( + [ 'id' => 1000092, 'title' => 'Gothic Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 92 => - array ( + [ 'id' => 1000093, 'title' => 'Progressive Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 93 => - array ( + [ 'id' => 1000094, 'title' => 'Psychedelic Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 94 => - array ( + [ 'id' => 1000095, 'title' => 'Symphonic Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 95 => - array ( + [ 'id' => 1000096, 'title' => 'Slow Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 96 => - array ( + [ 'id' => 1000097, 'title' => 'Big Band', 'type' => 3000, 'disabled' => 0, - ), + ], 97 => - array ( + [ 'id' => 1000098, 'title' => 'Chorus', 'type' => 3000, 'disabled' => 0, - ), + ], 98 => - array ( + [ 'id' => 1000099, 'title' => 'Easy Listening', 'type' => 3000, 'disabled' => 0, - ), + ], 99 => - array ( + [ 'id' => 1000100, 'title' => 'Acoustic', 'type' => 3000, 'disabled' => 0, - ), + ], 100 => - array ( + [ 'id' => 1000101, 'title' => 'Humour', 'type' => 3000, 'disabled' => 0, - ), + ], 101 => - array ( + [ 'id' => 1000102, 'title' => 'Speech', 'type' => 3000, 'disabled' => 0, - ), + ], 102 => - array ( + [ 'id' => 1000103, 'title' => 'Chanson', 'type' => 3000, 'disabled' => 0, - ), + ], 103 => - array ( + [ 'id' => 1000104, 'title' => 'Opera', 'type' => 3000, 'disabled' => 0, - ), + ], 104 => - array ( + [ 'id' => 1000105, 'title' => 'Chamber Music', 'type' => 3000, 'disabled' => 0, - ), + ], 105 => - array ( + [ 'id' => 1000106, 'title' => 'Sonata', 'type' => 3000, 'disabled' => 0, - ), + ], 106 => - array ( + [ 'id' => 1000107, 'title' => 'Symphony', 'type' => 3000, 'disabled' => 0, - ), + ], 107 => - array ( + [ 'id' => 1000108, 'title' => 'Booty Bass', 'type' => 3000, 'disabled' => 0, - ), + ], 108 => - array ( + [ 'id' => 1000109, 'title' => 'Primus', 'type' => 3000, 'disabled' => 0, - ), + ], 109 => - array ( + [ 'id' => 1000110, 'title' => 'Porn Groove', 'type' => 3000, 'disabled' => 0, - ), + ], 110 => - array ( + [ 'id' => 1000111, 'title' => 'Satire', 'type' => 3000, 'disabled' => 0, - ), + ], 111 => - array ( + [ 'id' => 1000112, 'title' => 'Slow Jam', 'type' => 3000, 'disabled' => 0, - ), + ], 112 => - array ( + [ 'id' => 1000113, 'title' => 'Club', 'type' => 3000, 'disabled' => 0, - ), + ], 113 => - array ( + [ 'id' => 1000114, 'title' => 'Tango', 'type' => 3000, 'disabled' => 0, - ), + ], 114 => - array ( + [ 'id' => 1000115, 'title' => 'Samba', 'type' => 3000, 'disabled' => 0, - ), + ], 115 => - array ( + [ 'id' => 1000116, 'title' => 'Folklore', 'type' => 3000, 'disabled' => 0, - ), + ], 116 => - array ( + [ 'id' => 1000117, 'title' => 'Ballad', 'type' => 3000, 'disabled' => 0, - ), + ], 117 => - array ( + [ 'id' => 1000118, 'title' => 'Power Ballad', 'type' => 3000, 'disabled' => 0, - ), + ], 118 => - array ( + [ 'id' => 1000119, 'title' => 'Rhytmic Soul', 'type' => 3000, 'disabled' => 0, - ), + ], 119 => - array ( + [ 'id' => 1000120, 'title' => 'Freestyle', 'type' => 3000, 'disabled' => 0, - ), + ], 120 => - array ( + [ 'id' => 1000121, 'title' => 'Duet', 'type' => 3000, 'disabled' => 0, - ), + ], 121 => - array ( + [ 'id' => 1000122, 'title' => 'Punk Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 122 => - array ( + [ 'id' => 1000123, 'title' => 'Drum Solo', 'type' => 3000, 'disabled' => 0, - ), + ], 123 => - array ( + [ 'id' => 1000124, 'title' => 'Acapella', 'type' => 3000, 'disabled' => 0, - ), + ], 124 => - array ( + [ 'id' => 1000125, 'title' => 'Euro-House', 'type' => 3000, 'disabled' => 0, - ), + ], 125 => - array ( + [ 'id' => 1000126, 'title' => 'Dance Hall', 'type' => 3000, 'disabled' => 0, - ), + ], 126 => - array ( + [ 'id' => 1000127, 'title' => 'Goa', 'type' => 3000, 'disabled' => 0, - ), + ], 127 => - array ( + [ 'id' => 1000128, 'title' => 'Drum & Bass', 'type' => 3000, 'disabled' => 0, - ), + ], 128 => - array ( + [ 'id' => 1000129, 'title' => 'Club-House', 'type' => 3000, 'disabled' => 0, - ), + ], 129 => - array ( + [ 'id' => 1000130, 'title' => 'Hardcore', 'type' => 3000, 'disabled' => 0, - ), + ], 130 => - array ( + [ 'id' => 1000131, 'title' => 'Terror', 'type' => 3000, 'disabled' => 0, - ), + ], 131 => - array ( + [ 'id' => 1000132, 'title' => 'Indie', 'type' => 3000, 'disabled' => 0, - ), + ], 132 => - array ( + [ 'id' => 1000133, 'title' => 'BritPop', 'type' => 3000, 'disabled' => 0, - ), + ], 133 => - array ( + [ 'id' => 1000134, 'title' => 'Negerpunk', 'type' => 3000, 'disabled' => 0, - ), + ], 134 => - array ( + [ 'id' => 1000135, 'title' => 'Polsk Punk', 'type' => 3000, 'disabled' => 0, - ), + ], 135 => - array ( + [ 'id' => 1000136, 'title' => 'Beat', 'type' => 3000, 'disabled' => 0, - ), + ], 136 => - array ( + [ 'id' => 1000137, 'title' => 'Christian Gangsta', 'type' => 3000, 'disabled' => 0, - ), + ], 137 => - array ( + [ 'id' => 1000138, 'title' => 'Heavy Metal', 'type' => 3000, 'disabled' => 0, - ), + ], 138 => - array ( + [ 'id' => 1000139, 'title' => 'Black Metal', 'type' => 3000, 'disabled' => 0, - ), + ], 139 => - array ( + [ 'id' => 1000140, 'title' => 'Crossover', 'type' => 3000, 'disabled' => 0, - ), + ], 140 => - array ( + [ 'id' => 1000141, 'title' => 'Contemporary C', 'type' => 3000, 'disabled' => 0, - ), + ], 141 => - array ( + [ 'id' => 1000142, 'title' => 'Christian Rock', 'type' => 3000, 'disabled' => 0, - ), + ], 142 => - array ( + [ 'id' => 1000143, 'title' => 'Merengue', 'type' => 3000, 'disabled' => 0, - ), + ], 143 => - array ( + [ 'id' => 1000144, 'title' => 'Salsa', 'type' => 3000, 'disabled' => 0, - ), + ], 144 => - array ( + [ 'id' => 1000145, 'title' => 'Thrash Metal', 'type' => 3000, 'disabled' => 0, - ), + ], 145 => - array ( + [ 'id' => 1000146, 'title' => 'Anime', 'type' => 3000, 'disabled' => 0, - ), + ], 146 => - array ( + [ 'id' => 1000147, 'title' => 'JPop', 'type' => 3000, 'disabled' => 0, - ), + ], 147 => - array ( + [ 'id' => 1000148, 'title' => 'SynthPop', 'type' => 3000, 'disabled' => 0, - ), + ], 148 => - array ( + [ 'id' => 1000149, 'title' => 'Electronica', 'type' => 3000, 'disabled' => 0, - ), - )); - - + ], + ]); } -} \ No newline at end of file +} diff --git a/database/seeds/GroupsTableSeeder.php b/database/seeds/GroupsTableSeeder.php index 519a8e1a9..4a2df9e2f 100644 --- a/database/seeds/GroupsTableSeeder.php +++ b/database/seeds/GroupsTableSeeder.php @@ -12,3261 +12,3257 @@ class GroupsTableSeeder extends Seeder */ public function run() { - - \DB::table('groups')->delete(); - \DB::table('groups')->insert(array ( + \DB::table('groups')->insert([ 0 => - array ( + [ 'id' => 1, 'name' => 'alt.binaries.0day.stuffz', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 2, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly 0day software.', - ), + ], 1 => - array ( + [ 'id' => 2, 'name' => 'alt.binaries.anime', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, 'minsizetoformrelease' => 268435456, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly Anime Television.', - ), + ], 2 => - array ( + [ 'id' => 3, 'name' => 'alt.binaries.astronomy', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly movies.', - ), + ], 3 => - array ( + [ 'id' => 4, 'name' => 'alt.binaries.ath', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 8, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music. Some Foreign.', - ), + ], 4 => - array ( + [ 'id' => 5, 'name' => 'alt.binaries.barbarella', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of German content.', - ), + ], 5 => - array ( + [ 'id' => 6, 'name' => 'alt.binaries.audio.warez', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'There is some old stuff in here, but this group is pretty much dead.', - ), + ], 6 => - array ( + [ 'id' => 7, 'name' => 'alt.binaries.b4e', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains 0day and has some foreign.', - ), + ], 7 => - array ( + [ 'id' => 8, 'name' => 'alt.binaries.big', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid Movies. Mostly Foreign.', - ), + ], 8 => - array ( + [ 'id' => 9, 'name' => 'alt.binaries.bloaf', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety. Mostly Foreign.', - ), + ], 9 => - array ( + [ 'id' => 10, 'name' => 'alt.binaries.blu-ray', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains blu-ray movies.', - ), + ], 10 => - array ( + [ 'id' => 11, 'name' => 'alt.binaries.boneless', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid and X264 Movies. Some Foreign.', - ), + ], 11 => - array ( + [ 'id' => 12, 'name' => 'alt.binaries.british.drama', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains British TV shows.', - ), + ], 12 => - array ( + [ 'id' => 13, 'name' => 'alt.binaries.cartoons.french', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains French cartoons.', - ), + ], 13 => - array ( + [ 'id' => 14, 'name' => 'alt.binaries.cats', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV.', - ), + ], 14 => - array ( + [ 'id' => 15, 'name' => 'alt.binaries.cd.image.linux', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Linux distributions.', - ), + ], 15 => - array ( + [ 'id' => 16, 'name' => 'alt.binaries.cd.image', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 4, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PC-ISO.', - ), + ], 16 => - array ( + [ 'id' => 17, 'name' => 'alt.binaries.cd.lossless', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of lossless Music.', - ), + ], 17 => - array ( + [ 'id' => 18, 'name' => 'alt.binaries.chello', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV.', - ), + ], 18 => - array ( + [ 'id' => 19, 'name' => 'alt.binaries.classic.tv.shows', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Classic TV and Movies.', - ), + ], 19 => - array ( + [ 'id' => 20, 'name' => 'alt.binaries.comics.dcp', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Comic Books', - ), + ], 20 => - array ( + [ 'id' => 21, 'name' => 'alt.binaries.comp', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Warez. Mostly Foreign.', - ), + ], 21 => - array ( + [ 'id' => 22, 'name' => 'alt.binaries.console.ps3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PS3 Games.', - ), + ], 22 => - array ( + [ 'id' => 23, 'name' => 'alt.binaries.cores', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety including Nintendo DS. Lots of Foreign.', - ), + ], 23 => - array ( + [ 'id' => 24, 'name' => 'alt.binaries.country.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Country Music.', - ), + ], 24 => - array ( + [ 'id' => 25, 'name' => 'alt.binaries.dc', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid and X264 Movies and TV. Mostly Foreign.', - ), + ], 25 => - array ( + [ 'id' => 26, 'name' => 'alt.binaries.dgma', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid Movies. Mostly Foreign.', - ), + ], 26 => - array ( + [ 'id' => 27, 'name' => 'alt.binaries.divx.french', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains French XVid Movies.', - ), + ], 27 => - array ( + [ 'id' => 28, 'name' => 'alt.binaries.documentaries', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Documentaries TV and Movies.', - ), + ], 28 => - array ( + [ 'id' => 29, 'name' => 'alt.binaries.documentaries.french', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains French Documentaries TV and Movies.', - ), + ], 29 => - array ( + [ 'id' => 30, 'name' => 'alt.binaries.downunder', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV.', - ), + ], 30 => - array ( + [ 'id' => 31, 'name' => 'alt.binaries.dvd', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains DVD Movies.', - ), + ], 31 => - array ( + [ 'id' => 32, 'name' => 'alt.binaries.dvd.movies', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains DVDR Movies.', - ), + ], 32 => - array ( + [ 'id' => 33, 'name' => 'alt.binaries.dvdr', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains DVD Movies.', - ), + ], 33 => - array ( + [ 'id' => 34, 'name' => 'alt.binaries.dvd-r', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains DVD Movies.', - ), + ], 34 => - array ( + [ 'id' => 35, 'name' => 'alt.binaries.e-book.flood', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains E-Books.', - ), + ], 35 => - array ( + [ 'id' => 36, 'name' => 'alt.binaries.e-book.technical', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains E-Books.', - ), + ], 36 => - array ( + [ 'id' => 37, 'name' => 'alt.binaries.e-book', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains E-Books.', - ), + ], 37 => - array ( + [ 'id' => 38, 'name' => 'alt.binaries.ebook', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Ebook\'s.', - ), + ], 38 => - array ( + [ 'id' => 39, 'name' => 'alt.binaries.erotica.divx', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XXX.', - ), + ], 39 => - array ( + [ 'id' => 40, 'name' => 'alt.binaries.erotica', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XXX.', - ), + ], 40 => - array ( + [ 'id' => 41, 'name' => 'alt.binaries.etc', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of items.', - ), + ], 41 => - array ( + [ 'id' => 42, 'name' => 'alt.binaries.font', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV.', - ), + ], 42 => - array ( + [ 'id' => 43, 'name' => 'alt.binaries.french-tv', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains French TV.', - ), + ], 43 => - array ( + [ 'id' => 44, 'name' => 'alt.binaries.frogs', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety.', - ), + ], 44 => - array ( + [ 'id' => 45, 'name' => 'alt.binaries.ftn', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music and TV.', - ), + ], 45 => - array ( + [ 'id' => 46, 'name' => 'alt.binaries.games.nintendods', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Nintendo DS Games ', - ), + ], 46 => - array ( + [ 'id' => 47, 'name' => 'alt.binaries.games', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PC and Console Games.', - ), + ], 47 => - array ( + [ 'id' => 48, 'name' => 'alt.binaries.games.wii', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Nintendo WII Games, WII-Ware, and VC.', - ), + ], 48 => - array ( + [ 'id' => 49, 'name' => 'alt.binaries.games.xbox360', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 4, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XBOX 360 Games and DLC.', - ), + ], 49 => - array ( + [ 'id' => 50, 'name' => 'alt.binaries.games.xbox', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains original XBOX Games.', - ), + ], 50 => - array ( + [ 'id' => 51, 'name' => 'alt.binaries.ghosts', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid TV and Movies. Mostly Foreign.', - ), + ], 51 => - array ( + [ 'id' => 52, 'name' => 'alt.binaries.hdtv', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly HDTV 1080i rips.', - ), + ], 52 => - array ( + [ 'id' => 53, 'name' => 'alt.binaries.hdtv.german', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains German HDTV.', - ), + ], 53 => - array ( + [ 'id' => 54, 'name' => 'alt.binaries.hdtv.x264', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains X264 Movies and HDTV.', - ), + ], 54 => - array ( + [ 'id' => 55, 'name' => 'alt.binaries.highspeed', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid Movies. Mostly Foreign.', - ), + ], 55 => - array ( + [ 'id' => 56, 'name' => 'alt.binaries.hou', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of content. Mostly Foreign.', - ), + ], 56 => - array ( + [ 'id' => 57, 'name' => 'alt.binaries.ijsklontje', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XXX.', - ), + ], 57 => - array ( + [ 'id' => 58, 'name' => 'alt.binaries.inner-sanctum', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PC and Music.', - ), + ], 58 => - array ( + [ 'id' => 59, 'name' => 'alt.binaries.illuminaten', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly German.', - ), + ], 59 => - array ( + [ 'id' => 60, 'name' => 'alt.binaries.ipod.videos', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Mobile TV and Movies.', - ), + ], 60 => - array ( + [ 'id' => 61, 'name' => 'alt.binaries.linux.iso', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, 'minsizetoformrelease' => 100, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Linux distributions.', - ), + ], 61 => - array ( + [ 'id' => 62, 'name' => 'alt.binaries.lou', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly german TV.', - ), + ], 62 => - array ( + [ 'id' => 63, 'name' => 'alt.binaries.mac', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains MAC/OSX Software.', - ), + ], 63 => - array ( + [ 'id' => 64, 'name' => 'alt.binaries.mac.applications', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains MAC/OSX Software.', - ), + ], 64 => - array ( + [ 'id' => 65, 'name' => 'alt.binaries.milo', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV, some german.', - ), + ], 65 => - array ( + [ 'id' => 66, 'name' => 'alt.binaries.misc', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of items.', - ), + ], 66 => - array ( + [ 'id' => 67, 'name' => 'alt.binaries.mojo', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV.', - ), + ], 67 => - array ( + [ 'id' => 68, 'name' => 'alt.binaries.mma', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains MMA/TNA Sport TV.', - ), + ], 68 => - array ( + [ 'id' => 69, 'name' => 'alt.binaries.mom', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety. Mostly Foreign.', - ), + ], 69 => - array ( + [ 'id' => 70, 'name' => 'alt.binaries.moovee', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid and X264 Movies.', - ), + ], 70 => - array ( + [ 'id' => 71, 'name' => 'alt.binaries.movies.divx', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid Movies', - ), + ], 71 => - array ( + [ 'id' => 72, 'name' => 'alt.binaries.movies.erotica', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XXX', - ), + ], 72 => - array ( + [ 'id' => 73, 'name' => 'alt.binaries.movies.french', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains French Movies.', - ), + ], 73 => - array ( + [ 'id' => 74, 'name' => 'alt.binaries.movies', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains an assortment of Movies.', - ), + ], 74 => - array ( + [ 'id' => 75, 'name' => 'alt.binaries.movies.xvid', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid Movies.', - ), + ], 75 => - array ( + [ 'id' => 76, 'name' => 'alt.binaries.mp3.audiobooks', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Audio Books.', - ), + ], 76 => - array ( + [ 'id' => 77, 'name' => 'alt.binaries.mp3.bootlegs', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Bootleg Music.', - ), + ], 77 => - array ( + [ 'id' => 78, 'name' => 'alt.binaries.mp3.full_albums', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 78 => - array ( + [ 'id' => 79, 'name' => 'alt.binaries.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 11, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 79 => - array ( + [ 'id' => 80, 'name' => 'alt.binaries.mpeg.video.music', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music Videos.', - ), + ], 80 => - array ( + [ 'id' => 81, 'name' => 'alt.binaries.multimedia.anime.highspeed', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Anime Television.', - ), + ], 81 => - array ( + [ 'id' => 82, 'name' => 'alt.binaries.multimedia.anime.repost', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Anime Television.', - ), + ], 82 => - array ( + [ 'id' => 83, 'name' => 'alt.binaries.multimedia.anime', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Anime TV and Movies.', - ), + ], 83 => - array ( + [ 'id' => 84, 'name' => 'alt.binaries.multimedia.cartoons', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Cartoon TV and Movies.', - ), + ], 84 => - array ( + [ 'id' => 85, 'name' => 'alt.binaries.multimedia.classic-films', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Classic TV and Movies.', - ), + ], 85 => - array ( + [ 'id' => 86, 'name' => 'alt.binaries.multimedia.comedy.british', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains British Comedy TV and Movies.', - ), + ], 86 => - array ( + [ 'id' => 87, 'name' => 'alt.binaries.multimedia.disney', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Disney TV and Movies.', - ), + ], 87 => - array ( + [ 'id' => 88, 'name' => 'alt.binaries.multimedia.documentaries', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Documentary Movies and TV.', - ), + ], 88 => - array ( + [ 'id' => 89, 'name' => 'alt.binaries.multimedia.erotica', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XXX.', - ), + ], 89 => - array ( + [ 'id' => 90, 'name' => 'alt.binaries.multimedia.erotica.amateur', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XXX.', - ), + ], 90 => - array ( + [ 'id' => 91, 'name' => 'alt.binaries.multimedia.scifi', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains science-fiction TV and movies.', - ), + ], 91 => - array ( + [ 'id' => 92, 'name' => 'alt.binaries.multimedia.scifi-and-fantasy', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains science-fiction and fantasy TV and movies.', - ), + ], 92 => - array ( + [ 'id' => 93, 'name' => 'alt.binaries.multimedia.sitcoms', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Sitcom TV.', - ), + ], 93 => - array ( + [ 'id' => 94, 'name' => 'alt.binaries.multimedia.sports', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Sports TV and Movies.', - ), + ], 94 => - array ( + [ 'id' => 95, 'name' => 'alt.binaries.multimedia', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains TV, Movies, and Music.', - ), + ], 95 => - array ( + [ 'id' => 96, 'name' => 'alt.binaries.multimedia.tv', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid and X264 TV.', - ), + ], 96 => - array ( + [ 'id' => 97, 'name' => 'alt.binaries.multimedia.vintage-film', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Vintage Movies pre 1960.', - ), + ], 97 => - array ( + [ 'id' => 98, 'name' => 'alt.binaries.multimedia.vintage-film.post-1960', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Vintage Movies post 1960.', - ), + ], 98 => - array ( + [ 'id' => 99, 'name' => 'alt.binaries.music.flac', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of lossless Music.', - ), + ], 99 => - array ( + [ 'id' => 100, 'name' => 'alt.binaries.music.opera', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Opera Music.', - ), + ], 100 => - array ( + [ 'id' => 101, 'name' => 'alt.binaries.nintendo.ds', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Nintendo DS Games.', - ), + ], 101 => - array ( + [ 'id' => 102, 'name' => 'alt.binaries.nospam.cheerleaders', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains various.', - ), + ], 102 => - array ( + [ 'id' => 103, 'name' => 'alt.binaries.pictures.comics.complete', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains comics.', - ), + ], 103 => - array ( + [ 'id' => 104, 'name' => 'alt.binaries.pictures.comics.dcp', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Comic Books.', - ), + ], 104 => - array ( + [ 'id' => 105, 'name' => 'alt.binaries.pictures.comics.reposts', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Comic Books.', - ), + ], 105 => - array ( + [ 'id' => 106, 'name' => 'alt.binaries.pictures.comics.repost', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Comic Books.', - ), + ], 106 => - array ( + [ 'id' => 107, 'name' => 'alt.binaries.pro-wrestling', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains WWE Sport TV.', - ), + ], 107 => - array ( + [ 'id' => 108, 'name' => 'alt.binaries.scary.exe.files', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid and X264 Movies.', - ), + ], 108 => - array ( + [ 'id' => 109, 'name' => 'alt.binaries.series.tv.divx.french', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains French DIVX TV shows.', - ), + ], 109 => - array ( + [ 'id' => 110, 'name' => 'alt.binaries.sony.psp', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PSP Games.', - ), + ], 110 => - array ( + [ 'id' => 111, 'name' => 'alt.binaries.sound.audiobooks', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Audiobooks.', - ), + ], 111 => - array ( + [ 'id' => 112, 'name' => 'alt.binaries.sound.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 112 => - array ( + [ 'id' => 113, 'name' => 'alt.binaries.sounds.1960s.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Music from the 1960\'s.', - ), + ], 113 => - array ( + [ 'id' => 114, 'name' => 'alt.binaries.sounds.1970s.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Music from the 1970\'s.', - ), + ], 114 => - array ( + [ 'id' => 115, 'name' => 'alt.binaries.sounds.audiobooks.repost', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Audiobooks.', - ), + ], 115 => - array ( + [ 'id' => 116, 'name' => 'alt.binaries.sounds.country.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => '', - ), + ], 116 => - array ( + [ 'id' => 117, 'name' => 'alt.binaries.sounds.flac', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains lossless music.', - ), + ], 117 => - array ( + [ 'id' => 118, 'name' => 'alt.binaries.sounds.flac.jazz', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains lossless Jazz Music.', - ), + ], 118 => - array ( + [ 'id' => 119, 'name' => 'alt.binaries.sounds.jpop', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly Jpop music.', - ), + ], 119 => - array ( + [ 'id' => 120, 'name' => 'alt.binaries.sounds.lossless.1960s', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains lossless 1960\'s Music.', - ), + ], 120 => - array ( + [ 'id' => 121, 'name' => 'alt.binaries.sounds.lossless.classical', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains lossless Classical Music.', - ), + ], 121 => - array ( + [ 'id' => 122, 'name' => 'alt.binaries.sounds.lossless.country', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains lossless Country Music.', - ), + ], 122 => - array ( + [ 'id' => 123, 'name' => 'alt.binaries.sounds.lossless', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Lossless Music.', - ), + ], 123 => - array ( + [ 'id' => 124, 'name' => 'alt.binaries.sounds.mp3.1950s', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Music from the 1950\'s.', - ), + ], 124 => - array ( + [ 'id' => 125, 'name' => 'alt.binaries.sounds.mp3.1970s', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Music from the 1970\'s.', - ), + ], 125 => - array ( + [ 'id' => 126, 'name' => 'alt.binaries.sounds.mp3.1980s', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Music from the 1980\'s.', - ), + ], 126 => - array ( + [ 'id' => 127, 'name' => 'alt.binaries.sounds.mp3.1990s', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Music from the 1990\'s.', - ), + ], 127 => - array ( + [ 'id' => 128, 'name' => 'alt.binaries.sounds.mp3.2000s', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Music from the 2000\'s.', - ), + ], 128 => - array ( + [ 'id' => 129, 'name' => 'alt.binaries.sounds.mp3.acoustic', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Accoustic Music.', - ), + ], 129 => - array ( + [ 'id' => 130, 'name' => 'alt.binaries.sounds.mp3.audiobooks', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Audiobooks.', - ), + ], 130 => - array ( + [ 'id' => 131, 'name' => 'alt.binaries.sounds.mp3.bluegrass', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Bluegrass Music.', - ), + ], 131 => - array ( + [ 'id' => 132, 'name' => 'alt.binaries.sounds.mp3.christian', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Christian Music.', - ), + ], 132 => - array ( + [ 'id' => 133, 'name' => 'alt.binaries.sounds.mp3.classical', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Classical Music.', - ), + ], 133 => - array ( + [ 'id' => 134, 'name' => 'alt.binaries.sounds.mp3.comedy', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Comedy Audio.', - ), + ], 134 => - array ( + [ 'id' => 135, 'name' => 'alt.binaries.sounds.mp3.complete_cd', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 135 => - array ( + [ 'id' => 136, 'name' => 'alt.binaries.sounds.mp3.country', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly country music.', - ), + ], 136 => - array ( + [ 'id' => 137, 'name' => 'alt.binaries.sounds.mp3.dance', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Dance Music.', - ), + ], 137 => - array ( + [ 'id' => 138, 'name' => 'alt.binaries.sounds.mp3.disco', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Disco Music.', - ), + ], 138 => - array ( + [ 'id' => 139, 'name' => 'alt.binaries.sounds.mp3.emo', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Emo Music.', - ), + ], 139 => - array ( + [ 'id' => 140, 'name' => 'alt.binaries.sounds.mp3.full_albums', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 140 => - array ( + [ 'id' => 141, 'name' => 'alt.binaries.sounds.mp3.heavy-metal', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Heavy Metal Music.', - ), + ], 141 => - array ( + [ 'id' => 142, 'name' => 'alt.binaries.sounds.mp3.jazz', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Jazz Music.', - ), + ], 142 => - array ( + [ 'id' => 143, 'name' => 'alt.binaries.sounds.mp3.jazz.vocals', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Jazz Vocal Music.', - ), + ], 143 => - array ( + [ 'id' => 144, 'name' => 'alt.binaries.sounds.mp3.musicals', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Musicals Music.', - ), + ], 144 => - array ( + [ 'id' => 145, 'name' => 'alt.binaries.sounds.mp3.nospam', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 145 => - array ( + [ 'id' => 146, 'name' => 'alt.binaries.sounds.mp3.opera', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Opera Music.', - ), + ], 146 => - array ( + [ 'id' => 147, 'name' => 'alt.binaries.sounds.mp3.progressive-country', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Country Music.', - ), + ], 147 => - array ( + [ 'id' => 148, 'name' => 'alt.binaries.sounds.mp3.rap-hiphop.full-albums', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Rap and Hip-Hop Music.', - ), + ], 148 => - array ( + [ 'id' => 149, 'name' => 'alt.binaries.sounds.mp3.rap-hiphop', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Rap and Hip-Hop Music.', - ), + ], 149 => - array ( + [ 'id' => 150, 'name' => 'alt.binaries.sounds.mp3.rock', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Rock Music.', - ), + ], 150 => - array ( + [ 'id' => 151, 'name' => 'alt.binaries.sounds.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 151 => - array ( + [ 'id' => 152, 'name' => 'alt.binaries.sounds.radio.bbc', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains BBC Radio Music', - ), + ], 152 => - array ( + [ 'id' => 153, 'name' => 'alt.binaries.sounds.radio.british', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains British Radio Music.', - ), + ], 153 => - array ( + [ 'id' => 154, 'name' => 'alt.binaries.sounds.whitburn.pop', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Pop Music.', - ), + ], 154 => - array ( + [ 'id' => 155, 'name' => 'alt.binaries.tatu', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly French TV.', - ), + ], 155 => - array ( + [ 'id' => 156, 'name' => 'alt.binaries.teevee', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains X264 and XVid TV.', - ), + ], 156 => - array ( + [ 'id' => 157, 'name' => 'alt.binaries.test', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of content.', - ), + ], 157 => - array ( + [ 'id' => 158, 'name' => 'alt.binaries.town', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid TV and Movies. Mostly Foreign.', - ), + ], 158 => - array ( + [ 'id' => 159, 'name' => 'alt.binaries.triballs', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 2, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains various.', - ), + ], 159 => - array ( + [ 'id' => 160, 'name' => 'alt.binaries.tun', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains various.', - ), + ], 160 => - array ( + [ 'id' => 161, 'name' => 'alt.binaries.tvseries', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains X264 and XVid TV.', - ), + ], 161 => - array ( + [ 'id' => 162, 'name' => 'alt.binaries.tv', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid TV.', - ), + ], 162 => - array ( + [ 'id' => 163, 'name' => 'alt.binaries.u-4all', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XVid TV and Movies. Mostly Foreign.', - ), + ], 163 => - array ( + [ 'id' => 164, 'name' => 'alt.binaries.u4e', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variery, mostly German movies.', - ), + ], 164 => - array ( + [ 'id' => 165, 'name' => 'alt.binaries.ucc', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV.', - ), + ], 165 => - array ( + [ 'id' => 166, 'name' => 'alt.binaries.ufg', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains mostly TV.', - ), + ], 166 => - array ( + [ 'id' => 167, 'name' => 'alt.binaries.uzenet', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains XXX. Some Foreign.', - ), + ], 167 => - array ( + [ 'id' => 168, 'name' => 'alt.binaries.warez.ibm-pc.0-day', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PC-0Day.', - ), + ], 168 => - array ( + [ 'id' => 169, 'name' => 'alt.binaries.warez.quebec-hackers', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PC-0day. Some Foreign.', - ), + ], 169 => - array ( + [ 'id' => 170, 'name' => 'alt.binaries.warez.smartphone', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Mobile Phone Apps.', - ), + ], 170 => - array ( + [ 'id' => 171, 'name' => 'alt.binaries.warez', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 5, 'minsizetoformrelease' => 1000000, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains PC 0DAY, PC ISO, and PC PHONE.', - ), + ], 171 => - array ( + [ 'id' => 172, 'name' => 'alt.binaries.warez.uk.mp3', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of Music.', - ), + ], 172 => - array ( + [ 'id' => 173, 'name' => 'alt.binaries.wii', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains Nintendo WII Games, WII-Ware, and VC.', - ), + ], 173 => - array ( + [ 'id' => 174, 'name' => 'alt.binaries.wmvhd', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, 'minsizetoformrelease' => 40000000, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains WMVHD Movies.', - ), + ], 174 => - array ( + [ 'id' => 175, 'name' => 'alt.binaries.worms', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 2, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'I have no idea what this group contains besides a lot of U4ALL which isn\'t really usable.', - ), + ], 175 => - array ( + [ 'id' => 176, 'name' => 'alt.binaries.x264', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains X264 Movies and TV.', - ), + ], 176 => - array ( + [ 'id' => 177, 'name' => 'alt.binaries.x', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains a variety of content. Some Foreign.', - ), + ], 177 => - array ( + [ 'id' => 178, 'name' => 'alt.binaries.multimedia.erotica.anime', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'erotica anime', - ), + ], 178 => - array ( + [ 'id' => 179, 'name' => 'alt.binaries.multimedia.erotica.asian', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'erotica Asian', - ), + ], 179 => - array ( + [ 'id' => 180, 'name' => 'alt.binaries.mp3.audiobooks.scifi-fantasy', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Audiobooks', - ), + ], 180 => - array ( + [ 'id' => 181, 'name' => 'alt.binaries.sounds.audiobooks.scifi-fantasy', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Audiobooks', - ), + ], 181 => - array ( + [ 'id' => 182, 'name' => 'alt.binaries.mp3.abooks', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Audiobooks', - ), + ], 182 => - array ( + [ 'id' => 183, 'name' => 'alt.binaries.town.xxx', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'XXX videos', - ), + ], 183 => - array ( + [ 'id' => 184, 'name' => 'alt.binaries.software', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Software', - ), + ], 184 => - array ( + [ 'id' => 185, 'name' => 'alt.binaries.nzbpirates', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Misc, mostly Erotica, and foreign movies ', - ), + ], 185 => - array ( + [ 'id' => 186, 'name' => 'alt.binaries.town.cine', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Movies', - ), + ], 186 => - array ( + [ 'id' => 187, 'name' => 'alt.binaries.usenet-space-cowboys', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Misc, mostly German', - ), + ], 187 => - array ( + [ 'id' => 188, 'name' => 'alt.binaries.warez.ibm-pc.games', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'misc, mostly games and applications', - ), + ], 188 => - array ( + [ 'id' => 189, 'name' => 'alt.binaries.warez.games', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'misc, mostly games and applications', - ), + ], 189 => - array ( + [ 'id' => 190, 'name' => 'alt.binaries.e-book.magazines', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'magazines, mostly english', - ), + ], 190 => - array ( + [ 'id' => 191, 'name' => 'alt.binaries.sounds.anime', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'music from Anime', - ), + ], 191 => - array ( + [ 'id' => 192, 'name' => 'alt.binaries.pictures.erotica.anime', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Anime Manga, Adult', - ), + ], 192 => - array ( + [ 'id' => 193, 'name' => 'alt.binaries.drama.british', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, 'minsizetoformrelease' => 0, 'active' => 0, 'backfill' => 0, 'description' => '', - ), + ], 193 => - array ( + [ 'id' => 194, 'name' => 'alt.binaries.emulators.misc', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 0, 'minsizetoformrelease' => 0, 'active' => 0, 'backfill' => 0, 'description' => '', - ), + ], 194 => - array ( + [ 'id' => 195, 'name' => 'alt.binaries.erotica.classics', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 10, 'minsizetoformrelease' => 0, 'active' => 0, 'backfill' => 0, 'description' => '', - ), + ], 195 => - array ( + [ 'id' => 196, 'name' => 'alt.binaries.old.games', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 0, 'minsizetoformrelease' => 0, 'active' => 0, 'backfill' => 0, 'description' => '', - ), + ], 196 => - array ( + [ 'id' => 197, 'name' => 'alt.binaries.dvd.anime', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 3, 'minsizetoformrelease' => 0, 'active' => 0, 'backfill' => 0, 'description' => '', - ), + ], 197 => - array ( + [ 'id' => 198, 'name' => 'alt.binaries.dvd.erotica.classics', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, 'minfilestoformrelease' => 15, - 'minsizetoformrelease' => NULL, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => '', - ), + ], 198 => - array ( + [ 'id' => 199, 'name' => 'alt.binaries.gamecube', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Added by import predb script', - ), + ], 199 => - array ( + [ 'id' => 200, 'name' => 'alt.binaries.games.nintendo3ds', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Added by import predb script', - ), + ], 200 => - array ( + [ 'id' => 201, 'name' => 'alt.binaries.games.wiiu', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Added by import predb script', - ), + ], 201 => - array ( + [ 'id' => 202, 'name' => 'alt.binaries.sony.psvita', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'Added by import predb script', - ), + ], 202 => - array ( + [ 'id' => 203, 'name' => 'alt.binaries.fz', 'backfill_target' => 1, 'first_record' => 0, - 'first_record_postdate' => NULL, + 'first_record_postdate' => null, 'last_record' => 0, - 'last_record_postdate' => NULL, - 'last_updated' => NULL, - 'minfilestoformrelease' => NULL, - 'minsizetoformrelease' => NULL, + 'last_record_postdate' => null, + 'last_updated' => null, + 'minfilestoformrelease' => null, + 'minsizetoformrelease' => null, 'active' => 0, 'backfill' => 0, 'description' => 'This group contains german Movies and TV.', - ), - )); - - + ], + ]); } -} \ No newline at end of file +} diff --git a/database/seeds/ReleaseNamingRegexesTableSeeder.php b/database/seeds/ReleaseNamingRegexesTableSeeder.php index 7d898ccc9..812eacda6 100644 --- a/database/seeds/ReleaseNamingRegexesTableSeeder.php +++ b/database/seeds/ReleaseNamingRegexesTableSeeder.php @@ -12,10430 +12,10426 @@ class ReleaseNamingRegexesTableSeeder extends Seeder */ public function run() { - - \DB::table('release_naming_regexes')->delete(); - \DB::table('release_naming_regexes')->insert(array ( + \DB::table('release_naming_regexes')->insert([ 0 => - array ( + [ 'id' => 1, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P.+\\.S\\d\\dE\\d\\d\\..+?) \\][- ]\\[\\d+\\/\\d+\\][ -]{0,3}"[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_()\\[\\]\\\'\\`{}-]{8,}?\\b.?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => 'rename these teevee releases as the requestid is for the full season ::: [169018]-[FULL]-[a.b.teevee]-[ House.of.Lies.S01E01.720p.WEB-DL.DD5.1.H.264-BS ]-[04/32] - "House.of.Lies.S01E01.The.Gods.of.Dangerous.Financial.Instruments.720p.WEB-DL.DD5.1.H.264-BS.part03.rar" yEnc', 'ordinal' => 5, - ), + ], 1 => - array ( + [ 'id' => 2, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[ .+\\.S\\d\\d\\..+? \\][- ]\\[\\d+\\/\\d+\\][ -]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_()[]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => 'Season only in 4th block so take filename ::: [169019]-[FULL]-[a.b.teevee]-[ House.of.Lies.S02.720p.WEB-DL.DD5.1.H.264-BS ]-[24/32] - "House.of.Lies.S02E02.When.Dinosaurs.Ruled.the.Planet.720p.WEB-DL.DD5.1.H.264-BS.vol000+01.par2" yEnc', 'ordinal' => 10, - ), + ], 2 => - array ( + [ 'id' => 3, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[#+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+?("|#34;) yEnc$/ ', 'status' => 1, 'description' => '[######]-[FULL]-[#a.b.teevee@EFNet]-[ Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD ] [1/5] - "Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD.nfo" yEnc', 'ordinal' => 15, - ), + ], 3 => - array ( + [ 'id' => 4, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[#+\\]-\\[.+?\\]-\\[.+?\\]-\\[(?P.+?)\\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?" yEnc$/', 'status' => 1, 'description' => '[34148]-[FULL]-[#a.b.teevee@EFNet]-[Batman.The.Animated.Series.S04E01.DVDRiP.XviD-PyRo]-[00/35] "Batman.The.Animated.Series.S04E01.DVDRiP.XviD-PyRo.nzb" yEnc', 'ordinal' => 20, - ), + ], 4 => - array ( + [ 'id' => 5, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[#+\\]-\\[.+?\\]-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?" yEnc$/', 'status' => 1, 'description' => '[38722]-[#a.b.foreign@EFNet]-[ Game.Of.Thrones.S01E01.Der.Winter.Naht.GERMAN.DL.WS.1080p.HDTV.x264-MiSFiTS ]-[01/37] - "misfits-gameofthrones1080-s01e01-sample-sample.par2" yEnc', 'ordinal' => 25, - ), + ], 5 => - array ( + [ 'id' => 6, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[#+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+?("|#34;) yEnc$/', 'status' => 1, 'description' => '[#a.b.teevee] Parks.and.Recreation.S01E01.720p.WEB-DL.DD5.1.H.264-CtrlHD - [01/24] - "Parks.and.Recreation.S01E01.720p.WEB-DL.DD5.1.H.264-CtrlHD.nfo" yEnc', 'ordinal' => 30, - ), + ], 6 => - array ( + [ 'id' => 7, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/\\[#+\\]-\\[.+?\\]-\\[.+?\\]-\\[ ?(?P.+?) ?\\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+?("|#34;) \\(\\d+\\/\\d+\\) \\(\\d+\\/\\d+$/', 'status' => 1, 'description' => '[17319]-[FULL]-[#a.b.teevee@EFNet]-[ CSI.New.York.S05E22.720p.HDTV.X264-DIMENSION ]-[01/34] "csi.new.york.522.720p-dimension.nfo" (1/1) (1/1', 'ordinal' => 35, - ), + ], 7 => - array ( + [ 'id' => 8, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^(?P[a-zA-Z0-9].+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//ArcSoft.TotalMedia.Theatre.v5.0.1.87-Lz0 - [08/35] - "ArcSoft.TotalMedia.Theatre.v5.0.1.87-Lz0.vol43+09.par2" yEnc', 'ordinal' => 5, - ), + ], 8 => - array ( + [ 'id' => 9, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^(?P[a-zA-Z0-9].+?) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//rld-tcavu1 [5/6] - "rld-tcavu1.rar" yEnc', 'ordinal' => 10, - ), + ], 9 => - array ( + [ 'id' => 10, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^\\((?P.+?)\\) \\[\\d+(\\/\\d+] - ").+?" yEnc$/', 'status' => 1, 'description' => '//(DVD Shrink.ss) [1/1] - "DVD Shrink.ss.rar" yEnc', 'ordinal' => 15, - ), + ], 10 => - array ( + [ 'id' => 11, 'group_regex' => '^alt\\.binaries\\.0day\\.stuffz$', 'regex' => '/^(?P[a-zA-Z0-9].+?)\\(\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//WinASO.Registry.Optimizer.4.8.0.0(1/4) - "WinASO_RO_v4.8.0.rar" yEnc', 'ordinal' => 20, - ), + ], 11 => - array ( + [ 'id' => 12, 'group_regex' => '^alt\\.binaries\\.3d$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(084/113) "The Little Mermaid - 3D HSBS (1989) 1080p BluRay - Multi - P3n6u1n.part082.rar" - 10.56 GB - yEnc', 'ordinal' => 5, - ), + ], 12 => - array ( + [ 'id' => 13, 'group_regex' => '^alt\\.binaries\\.3d$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"pandas.3d.back.to.the.wild.h-sbs.fs-3d.r22" - 1.55 GB - yEnc', 'ordinal' => 10, - ), + ], 13 => - array ( + [ 'id' => 14, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(???) [1/1] - "Asimov, Isaac - [Foundation 01] - De Foundation_v2.rar" yEnc', 'ordinal' => 5, - ), + ], 14 => - array ( + [ 'id' => 15, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\([\\w!.,&_ \\()\\[\\]\\\'\\`-]{8,}\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Ass Backwards (2013) WEBrip XviD AC3 (english subs)) [18/35] - "Ass Backwards (2013) WEBrip XviD AC3 (english subs).part17.rar" yEnc', 'ordinal' => 10, - ), + ], 15 => - array ( + [ 'id' => 16, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(Angels4Always\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Angels4Always) [1/1] - "Vermeulen, John - De tweelingparadox.rar" yEnc', 'ordinal' => 15, - ), + ], 16 => - array ( + [ 'id' => 17, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[\\w!.,&_ \\()\\[\\]\\\'\\`-]{8,}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Heaven_en_Fayth Presenteren Diana Gabaldon - Reiziger Cyclus 01 - De Reiziger[0/3] - "Diana Gabaldon - Reiziger Cyclus 01 - De Reiziger.nzb" yEnc', 'ordinal' => 20, - ), + ], 17 => - array ( + [ 'id' => 18, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^www\\.wolfsteamers\\.info[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//www.wolfsteamers.info [1/6] - "Wohnen Bauen Leben - Sommer 2014.par2" - 16,46 MB yEnc', 'ordinal' => 25, - ), + ], 18 => - array ( + [ 'id' => 19, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\w+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//096XZFUPQ0PxH4441H14fU8V - [34/99] - "096XZFUPQ0PxH4441H14fU8V.part033.rar" yEnc', 'ordinal' => 30, - ), + ], 19 => - array ( + [ 'id' => 20, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\w+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")\\d+(\\/\\d+)[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//05VANmA80DckBho "05VANmA80DckBho.part07.rar"08/94 yEnc', 'ordinal' => 35, - ), + ], 20 => - array ( + [ 'id' => 21, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(.+the-ultimate-force\\.org\\.ua\\/\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Slaapkop post voor http://the-ultimate-force.org.ua/) [0/7] - "Wham - I\'m Your Man (1985).nzb" yEnc', 'ordinal' => 40, - ), + ], 21 => - array ( + [ 'id' => 22, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(\\d+\\/\\d+\\) - P2H - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}\\w+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(001/101) - P2H - "L62WD8P4U539A7.par2" - 4,66 GB - Z9F6KN7SXRCY845 yEnc', 'ordinal' => 45, - ), + ], 22 => - array ( + [ 'id' => 23, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^\\(\\d+\\/\\d+\\)([-_ ]{0,4}(Description|FTTEAM\\.INFO))?[-_ ]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(001/101) "654258ItB1418pBRDNS264159.par2" - 9,74 GB - yEnc ::: //(001/105) - Description - "oH291TB0bPxf3lqm1P7QQ.par2" - 4,56 GB - yEnc ::: //(03/43) - FTTEAM.INFO - "JDSJ2J4ENASJCKR-FTTEAM.INFO.part02.rar" - 2,04 GB - yEnc', 'ordinal' => 50, - ), + ], 23 => - array ( + [ 'id' => 24, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[-_ .]{0,4}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- - [001/242] - "C65JuogI92CwfMo2TiX59.par2" yEnc', 'ordinal' => 55, - ), + ], 24 => - array ( + [ 'id' => 25, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[-_ .]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- "5nivJ7V6Q2jqAR34bZ8m.part46.rar" yEnc', 'ordinal' => 60, - ), + ], 25 => - array ( + [ 'id' => 26, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[-_ .]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- "7UAF6LE2PDM38NB.par2" - 8,53 GB - yEnc', 'ordinal' => 65, - ), + ], 26 => - array ( + [ 'id' => 27, 'group_regex' => '^alt\\.binaries\\.amazing$', 'regex' => '/^[-_ ]{0,4}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+" yEnc[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- [01/10] - "file.xyz" yEnc - [001/107] - "86u1Qr8mm56jGiW7nUPTM.par2" yEnc', 'ordinal' => 70, - ), + ], 27 => - array ( + [ 'id' => 28, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^\\((?P\\[.+?\\] .+?)\\) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//([AST] One Piece Episode 301-350 [720p]) [007/340] - "One Piece episode 301-350.part006.rar" yEnc', 'ordinal' => 20, - ), + ], 28 => - array ( + [ 'id' => 29, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^\\[.+?\\]\\[ (?P.+?) \\] \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[REPOST][ New Doraemon 2013.05.03 Episode 328 (TV Asahi) 1080i HDTV MPEG2 AAC-DoraClub.org ] [35/61] - "doraclub.org-doraemon-20130503-b8de1f8e.r32" yEnc', 'ordinal' => 25, - ), + ], 29 => - array ( + [ 'id' => 30, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^\\(\\d+\\/\\d+\\) - (?P.+?) - ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(01/27) - Maid.Sama.Jap.dubbed.german.english.subbed - "01 Misaki ist eine Maid!.divx" - 6,44 GB - yEnc', 'ordinal' => 30, - ), + ], 30 => - array ( + [ 'id' => 31, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^\\[ (?P.+?) \\] \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ New Doraemon 2013.06.14 Episode 334 (TV Asahi) 1080i HDTV MPEG2 AAC-DoraClub.org ] [01/60] - "doraclub.org-doraemon-20130614-fae28cec.nfo" yEnc', 'ordinal' => 35, - ), + ], 31 => - array ( + [ 'id' => 32, 'group_regex' => '^alt\\.binaries\\.anime$', 'regex' => '/^(?P.+? \\[Dual [aA]udio, EngSub\\] .+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Overman King Gainer [Dual audio, EngSub] Exiled Destiny - [002/149] - "Overman King Gainer.part001.rar" yEnc', 'ordinal' => 40, - ), + ], 32 => - array ( + [ 'id' => 33, 'group_regex' => '^alt\\.binaries\\.(multimedia\\.|)(anime|cartoons)\\.?(highspeed|repost)?$', 'regex' => '/^[[(]\\d+\\/\\d+[])] - " ?(?P.+?) ?[. ](7z|avi|md5|mkv|mp4|nzb|par|vol)t?\\d+.+yEnc$/', 'status' => 1, 'description' => '//[01/17] - "[neko-raws] Niji-iro Days 02 [BD][1080p][FLAC][768CC18E]v2.par2" - 590,59 MB yEnc', 'ordinal' => 5, - ), + ], 33 => - array ( + [ 'id' => 34, 'group_regex' => '^alt\\.binaries\\.(multimedia\\.|)(anime|cartoons)\\.?(highspeed|repost)?$', 'regex' => '/^.+\\" ?[ .-]?(?P.+?) ?[ .](7z|avi|md5|mkv|mp4|nzb|par|vol)t?\\d?+.+yEnc$/', 'status' => 1, 'description' => '//[SpaceFish] Galilei Donna - Batch [BD][720p][MP4][AAC] [1/7] - "[SpaceFish] Galilei Donna - 07 [BD][720p][AAC] mp4" yEnc', 'ordinal' => 10, - ), + ], 34 => - array ( + [ 'id' => 35, 'group_regex' => '^alt\\.binaries\\.(multimedia\\.|)(anime|cartoons)\\.?(highspeed|repost)?$', 'regex' => '/^.+\\" ?[ .-]?(?P.+?) ?[ .](7z|avi|md5|mkv|mp4|nfo|nzb|par|vol)t?\\d?+.+[[(]\\d+\\/\\d+[])]$/', 'status' => 1, 'description' => '//My Hero Academia Textless Opening Song \'THE DAY\' (BD AVC 1080p FLAC) [6D660059] - "My Hero Academia Textless Opening Song \'THE DAY\' (BD AVC 1080p FLAC) [6D660059] nfo" yEnc (01/35)', 'ordinal' => 15, - ), + ], 35 => - array ( + [ 'id' => 36, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^\\[\\d+\\/\\d+ (?P[a-zA-Z0-9]+ .+?)\\..+?" yEnc$/', 'status' => 1, 'description' => '//[3/3 Karel Gott - Die Biene Maja Original MP3 Karel Gott - Die Biene Maja Original MP3.mp3.vol0+1.PAR2" yEnc', 'ordinal' => 5, - ), + ], 36 => - array ( + [ 'id' => 37, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[a-f0-9]{32}) - \\(\\d+\\/\\d+\\) - "[a-f0-9]{32}\\..+" yEnc$/', 'status' => 1, 'description' => '//8b33bf5960714efbe6cfcf13dd0f618f - (01/55) - "8b33bf5960714efbe6cfcf13dd0f618f.par2" yEnc', 'ordinal' => 10, - ), + ], 37 => - array ( + [ 'id' => 38, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^.+Usejunkies.tk.+ \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//::: Usejunkies.tk ::: - [01/11] - "DJ Shog - DNA - HD 720p.par2" - 47,76 MB yEnc', 'ordinal' => 15, - ), + ], 38 => - array ( + [ 'id' => 39, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^Uploader\\.Presents-(?P.+)[\\(\\[]\\d+\\/\\d+[\\)\\]]".+" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Mutter.und.Sohn.German.2013.DVDRiP.x264-XFi[01/27]"xf-mutterusohn.nfo" yEnc', 'ordinal' => 20, - ), + ], 39 => - array ( + [ 'id' => 40, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^.+http:\\/\\/you-need-all\\.tk.+\\[\\d+\\/\\d+\\][\\s-_]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//<->http://you-need-all.tk<-> - [28/32] - "Dirty Minded W', 'ordinal' => 25, - ), + ], 40 => - array ( + [ 'id' => 41, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+? yEnc$/', 'status' => 1, 'description' => '//[02/21] - "Staendig Feucht.part01.rar" - 493.38 MB ....::::UR-powered by SecretUsenet.com::::.... yEnc', 'ordinal' => 30, - ), + ], 41 => - array ( + [ 'id' => 42, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^>+ .+?\\.info [<>+]+ .+?\\.com <+ "(?P.+?)\\s+- .*?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - .+? yEnc$/', 'status' => 1, 'description' => '//>>> usenet4ever.info <<<+>>> secretusenet.com <<< "Weltnaturerbe USA Grand Canyon Nationalpark 2012 3D Blu-ray untouched - DarKneSS.part039.rar" - DarKneSS yEnc', 'ordinal' => 35, - ), + ], 42 => - array ( + [ 'id' => 43, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[a-z]+) - \\[\\d+\\/\\d+\\] - "[a-z]+\\..+?" yEnc$/', 'status' => 1, 'description' => '//nmlsrgnb - [04/37] - "htwlngmrstdsntdnh.part03.rar" yEnc', 'ordinal' => 40, - ), + ], 43 => - array ( + [ 'id' => 44, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^>+Hell-of-Usenet(\\.org)?>+( -)? \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+[.,]\\d+ [kKmMgG][bB])? yEnc$/', 'status' => 1, 'description' => '//>>>>>Hell-of-Usenet>>>>> - [01/33] - "Cassadaga Hier lebt der Teufel 2011 German AC3 DVDRip XViD iNTERNAL-VhV.par2" yEnc', 'ordinal' => 45, - ), + ], 44 => - array ( + [ 'id' => 45, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[a-z0-9]{10,}) \\(\\d+\\/\\d+\\) "[a-z0-9]{10,}\\..+?" yEnc$/', 'status' => 1, 'description' => '//1dbo1u5ce6182436yb2eo (001/105) "1dbo1u5ce6182436yb2eo.par2" yEnc', 'ordinal' => 50, - ), + ], 45 => - array ( + [ 'id' => 46, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^<<<>>>kosova-shqip\\.eu<<< (?P.+?) >>>kosova-shqip.eu<<<<<< - \\(\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//<<<>>>kosova-shqip.eu<<< Deep SWG - 90s Club Megamix 2011 >>>kosova-shqip.eu<<<<<< - (2/4) - "Deep SWG - 90s Club Megamix 2011.rar" yEnc', 'ordinal' => 55, - ), + ], 46 => - array ( + [ 'id' => 47, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^ "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](?Pproof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") SpongeBoZZ yEnc$/', 'status' => 1, 'description' => '// "Invader.German.2012.PAL.DVDR-MORTAL.nfo" SpongeBoZZ yEnc', 'ordinal' => 60, - ), + ], 47 => - array ( + [ 'id' => 48, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^([a-zA-Z0-9].+?\\s{2,}|Old Dad uppt\\s+)(?P.+?) \\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt Taffe Mädels XivD LD HDTV Rip oben Kleine Einblendug German 01/43] - "Taffe Mädels.par2" yEnc', 'ordinal' => 65, - ), + ], 48 => - array ( + [ 'id' => 49, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^\\(\\?+\\) (?P.+) .+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})" yEnc$/i', 'status' => 1, 'description' => '//(????) Rom.S02E09.Deus.Impeditio.Esuritori.Nullus Rom.S02E09.Deus.Impeditio.Esuritori.Nullus.avi.vol007+08.PAR2" yEnc', 'ordinal' => 70, - ), + ], 49 => - array ( + [ 'id' => 50, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"27MZ4CXQ3AN86D95KVHB.part06.rar" - 21,61 GB - yEnc', 'ordinal' => 75, - ), + ], 50 => - array ( + [ 'id' => 51, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"2EACM94X65NHZ37.par2" yEnc', 'ordinal' => 80, - ), + ], 51 => - array ( + [ 'id' => 52, 'group_regex' => '^alt\\.binaries\\.ath$', 'regex' => '/^(?P[^.]{8,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[- ]{0,3}yEnc$/u', 'status' => 1, 'description' => '//A7Soft ExamXML v4.37.rar yEnc', 'ordinal' => 85, - ), + ], 52 => - array ( + [ 'id' => 53, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(Re: )?(?P[\\w\\s]+ - )\\[\\d+\\/\\d+\\] - "(?P.+)[\\.-]([Pp]art|vol|jpg|sfv|mp3|nzb|nfo|rar).*" yEnc$/', 'status' => 1, 'description' => '//WEB Griffin - [06/26] - "The Outlaws-Part06.mp3" yEnc ::: //Re: WEB Griffin - [18/26] - "The Outlaws.par2" yEnc', 'ordinal' => 5, - ), + ], 53 => - array ( + [ 'id' => 54, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(Re: )?(?P[\\w\\s]+ - )\\[\\d+\\/\\d+\\] - "(?P.+)[\\.-]([Pp]ar2).*" yEnc$/', 'status' => 1, 'description' => '//WEB Griffin - [06/26] - "The Outlaws-Part06.mp3" yEnc ::: //Re: WEB Griffin - [18/26] - "The Outlaws.par2" yEnc', 'ordinal' => 10, - ), + ], 54 => - array ( + [ 'id' => 55, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P.+)-Part\\d+\\..+" yEnc$/', 'status' => 1, 'description' => '//[05/13] - "Into the Fire-Part03.mp3" yEnc', 'ordinal' => 15, - ), + ], 55 => - array ( + [ 'id' => 56, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\[Repost.+\\]\\s+\\[\\d+\\/\\d+\\] - "(?P.+)\\.(part|vol|jpg|sfv|mp3|nzb|nfo|rar).*" yEnc$/', 'status' => 1, 'description' => '//[Repost - Original Damaged] [35/86] - "Mark Twain - Personal Recollections of Joan of Arc Vol 1 and Vol 2 - 33 - 32 - Tinsel Trappings of Nobility.mp3" yEnc', 'ordinal' => 20, - ), + ], 56 => - array ( + [ 'id' => 57, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\[Repost.+\\]\\s+\\[\\d+\\/\\d+\\] - "(?P.+)\\.(par2).*" yEnc$/', 'status' => 1, 'description' => '//[Repost - Original Damaged] [35/86] - "Mark Twain - Personal Recollections of Joan of Arc Vol 1 and Vol 2 - 33 - 32 - Tinsel Trappings of Nobility.mp3" yEnc', 'ordinal' => 25, - ), + ], 57 => - array ( + [ 'id' => 58, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P.+)\\.(part|vol|jpg|sfv|mp3|nzb|nfo|rar).*" yEnc$/', 'status' => 1, 'description' => '//(????) [12/19] - "Notorious Nineteen.part10.rar" yEnc', 'ordinal' => 30, - ), + ], 58 => - array ( + [ 'id' => 59, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P.+)\\.(par2).*" yEnc$/', 'status' => 1, 'description' => '//(????) [12/19] - "Notorious Nineteen.part10.rar" yEnc', 'ordinal' => 35, - ), + ], 59 => - array ( + [ 'id' => 60, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+)[\\.-](part|vol|jpg|sfv|mp3|nzb|nfo|rar).*" - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//(08/10) "The Vampire Diaries - Kampen.vol63+15.par2" - 313,91 MB yEnc', 'ordinal' => 40, - ), + ], 60 => - array ( + [ 'id' => 61, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(Re: )?\\(\\d+\\/\\d+\\) "(?P.+)[\\.-](par2).*" - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//(01/10) "The Vampire Diaries - Raseriet.par2" - 296,93 MB yEnc', 'ordinal' => 45, - ), + ], 61 => - array ( + [ 'id' => 62, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(?P.+) \\[Danish.+\\] \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//Margaret Weis - Dragonlance Kr?niker Bind 1-6 [Danish AudioBook] [02/18] - "DL-CRON.r00" yEnc', 'ordinal' => 50, - ), + ], 62 => - array ( + [ 'id' => 63, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(?P[\\w\\s\\d-]+) \\d+ kbps stereo \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//David Baldacci - The Forgotten 128 kbps stereo [03/24] - "The Forgotten 01.m4b" yEnc', 'ordinal' => 55, - ), + ], 63 => - array ( + [ 'id' => 64, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/(?P\\w{4}\\d{4}) [\\[\\(]\\d+\\/\\d+[\\]\\)][ -]+"\\w{4}\\..+" yEnc$/', 'status' => 1, 'description' => '//ASOS0010 [03/40] - "ASOS.r01" yEnc ::: //FFTT0010 (01/22) "FFTT.r10" yEnc', 'ordinal' => 60, - ), + ], 64 => - array ( + [ 'id' => 65, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(?P.+) \\[New Post\\] \\[\\d+\\/\\d+\\] ".+" yEnc$/', 'status' => 1, 'description' => '//Christopher Moore - Practrcal Demonkeeping (1992) [New Post] [04/15] "Christopher Moore - Practical Demonkeeping 01.mp3" yEnc', 'ordinal' => 65, - ), + ], 65 => - array ( + [ 'id' => 66, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(?P.+) NMR \\[\\d+\\/\\d+\\] ".+" yEnc$/', 'status' => 1, 'description' => '//Christopher Moore - Coyote Blue (1994) NMR [04/17] "Christopher Moore - Coyote Blue 01.mp3" yEnc', 'ordinal' => 70, - ), + ], 66 => - array ( + [ 'id' => 67, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(?P.+\\(\\d{4}\\)) \\[\\d+\\/\\d+\\] ".+" yEnc$/', 'status' => 1, 'description' => '//Christopher Moore - Island of the Sequined Love Nun (1997) [09/19] "Christopher Moore - Island of the Sequined Love Nun 06.mp3" yEnc', 'ordinal' => 75, - ), + ], 67 => - array ( + [ 'id' => 68, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^NR - (?P.+) - \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//NR - Jonathan Maberry - Extinction Machine - [26/98] - "Extinction Machine - 26-89.mp3" yEnc', 'ordinal' => 80, - ), + ], 68 => - array ( + [ 'id' => 69, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\[(?P.+)\\] - \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//[Seizing the Enigma - David Kahn (Unabridged)(NMR)] - [06/29] - "DKSTE.part03.rar" yEnc', 'ordinal' => 85, - ), + ], 69 => - array ( + [ 'id' => 70, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/\\[\\d+\\/\\d+\\] - "(?P.+) - \\d+ -.+-.+" yEnc$/', 'status' => 1, 'description' => '//[116/194] - "David Baldacci - SK 03 Simple Genius - 21 - SK 03 Simple Genius - 021.mp3" yEnc', 'ordinal' => 90, - ), + ], 70 => - array ( + [ 'id' => 71, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(?P[\\s\\w\\d-]+) \\[\\d+\\/\\d+\\][ -]+".+" yEnc$/', 'status' => 1, 'description' => '//Michael Moss - Salt Sugar Fat - How the Food Giants Hooked Us [03/20] "Salt Sugar Fat - How the Food Giants Hooked Us 01.mp3" yEnc', 'ordinal' => 95, - ), + ], 71 => - array ( + [ 'id' => 72, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^\\((?PTTC Audio - .+)\\) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//(TTC Audio - Impossible - Physics Beyond the Edge) [01/34] - "TTC Audio - Impossible - Physics Beyond the Edge.sfv" yEnc', 'ordinal' => 100, - ), + ], 72 => - array ( + [ 'id' => 73, 'group_regex' => '^alt\\.binaries\\.audiobooks$', 'regex' => '/^(?PTTC Audio - .+)\\)\\s\\(.+\\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//TTC Audio - Impossible - Physics Beyond the Edge) (proper pars) [0/8] - "(proper par2s) TTC Audio - Impossible - Physics Beyond the Edge.nzb" yEnc', 'ordinal' => 105, - ), + ], 73 => - array ( + [ 'id' => 74, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(Re: )?\\[.+?\\]-\\[\\d+\\]-\\[(?P.+?)\\]-\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[#nzbx.audio/EFnet]-[1681]-[MagicScore.Note.v7.084-UNION]-[02/12] - "u-msn7.r00" yEnc', 'ordinal' => 5, - ), + ], 74 => - array ( + [ 'id' => 75, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?P[\\w.-]+) ?\\[\\d+( of |\\/)\\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//MacProVideo.com.Pro.Tools8.101.Core.Pro.Tools8.TUTORiAL-DYNAMiCS [2 of 50] "dyn-mpvprtls101.sfv" yEnc ::: //Native.Instruments.Komplete.7.VSTi.RTAS.AU.DVDR.D02-DYNAMiCS[01/13] - "dyn.par2" yEnc ::: //Native.Instruments.Komplete.7.VSTi.RTAS.AU.DVDR.DYNAMiCS.NZB.ONLY [02/13] - "dyn.vol0000+001.PAR2" yEnc', 'ordinal' => 10, - ), + ], 75 => - array ( + [ 'id' => 76, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^REQ : .+? ~ (?P.+?) \\[\\d+ of \\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//REQ : VSL Stuff ~ Here\'s PreSonus Studio One 1.5.2 for OS X [16 of 22] "a-p152x.rar" yEnc', 'ordinal' => 15, - ), + ], 76 => - array ( + [ 'id' => 77, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?P[a-zA-Z0-9].+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Eminem - Recovery (2010) - [1/1] - "Eminem - Recovery (2010).rar" yEnc', 'ordinal' => 20, - ), + ], 77 => - array ( + [ 'id' => 78, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [1/1] - "Dust in the Wind - the Violin Solo.rar" yEnc', 'ordinal' => 25, - ), + ], 78 => - array ( + [ 'id' => 79, 'group_regex' => '^alt\\.binaries\\.audio\\.warez$', 'regex' => '/^(?P.+?) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Native Instruments Battery 3 incl Library ( VST DX RTA )( windows ) Libraries [1/1] - "Native Instruments Battery 2 + 3 SERIAL KEY KEYGEN.nfo" yEnc', 'ordinal' => 30, - ), + ], 79 => - array ( + [ 'id' => 80, 'group_regex' => '^alt\\.binaries\\.b4e$', 'regex' => '/^"(?PB4E-vip\\d+)\\..+?" yEnc$/', 'status' => 1, 'description' => '//"B4E-vip2851.r83" yEnc', 'ordinal' => 5, - ), + ], 80 => - array ( + [ 'id' => 81, 'group_regex' => '^alt\\.binaries\\.b4e$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P.+?) \\(.+?" yEnc$/', 'status' => 1, 'description' => '//[02/12] - "The.Call.GERMAN.2013.DL.AC3.Dubbed.720p.BluRay.x264 (Avi-RiP ).rar" yEnc', 'ordinal' => 10, - ), + ], 81 => - array ( + [ 'id' => 82, 'group_regex' => '^alt\\.binaries\\.b4e$', 'regex' => '/^- "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- "as-jew3.vol03+3.PAR2" - yEnc', 'ordinal' => 15, - ), + ], 82 => - array ( + [ 'id' => 83, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P[a-zA-Z0-9].+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//ACDSee.Video.Converter.Pro.v3.5.41.Incl.Keymaker-CORE - [1/7] - "ACDSee.Video.Converter.Pro.v3.5.41.Incl.Keymaker-CORE.par2" yEnc', 'ordinal' => 5, - ), + ], 83 => - array ( + [ 'id' => 84, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(?P[\\w.-]+)\\s+-\\s+".+?" yEnc$/', 'status' => 1, 'description' => '//Die.Nacht.Der.Creeps.THEATRICAL.GERMAN.1986.720p.BluRay.x264-GH - "gh-notcreepskf720.nfo" yEnc ::: //The.Fast.and.the.Furious.Tokyo.Dr', 'ordinal' => 10, - ), + ], 84 => - array ( + [ 'id' => 85, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^(\\[[A-Za-z]+\\]\\.|reup\\.)?(?P[a-zA-Z0-9].+?)([\\^<> ]+give-me-all\\.org[\\^<> ]+|[\\^<> ]+)DRM[\\^<> ]+.+? - \\(\\d+\\/\\d+\\) ".+?" - .+? yEnc$/', 'status' => 1, 'description' => '//CorelDRAW Technical Suite X6-16.3.0.1114 x32-x64<><>DRM<><> - (10/48) "CorelDRAW Technical Suite X6-16.3.0.1114 x32-x64.part09.rar" - 2,01 GB - yEnc ::: //AnyDVD_7.1.9.3_-_HD-BR - Beta<>give-me-all.org<>DRM<><> - (1/3) "AnyDVD_7.1.9.3_-_HD-BR - Beta.par2" - 14,53 MB - yEnc ::: //Android Softarchive.net Collection Pack 27^^give-me-all.org^^^^DRM^^^^ - (01/26) "Android Softarchive.net Collection Pack 27.par2" - 1,01 GB - yEnc ::: //WIN7_ULT_SP1_x86_x64_IE10_19_05_13_TRIBAL <> give-me-all.org <> DRM <> <> PW <> - (154/155) "WIN7_ULT_SP1_x86_x64_IE10_19_05_13_TRIBAL.vol57+11.par2" - 7,03 GB - yEnc ::: //[Android].Ultimate.iOS7.Apex.Nova.Theme.v1.45 <> DRM <> - (1/3) "[Android].Ultimate.iOS7.Apex.Nova.Theme.v1.45.par2" - 21,14 MB - yEnc', 'ordinal' => 15, - ), + ], 85 => - array ( + [ 'id' => 86, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^\\(\\d+\\/\\d+\\) - .+? - "(?P.+?)( \\(\\d+\\))?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(004/114) - Description - "Pluralsight.net XAML Patterns (10).rar" - 532,92 MB - yEnc', 'ordinal' => 20, - ), + ], 86 => - array ( + [ 'id' => 87, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^\\(\\d+\\/\\d+\\)( -)? ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - (?P.+?) yEnc$/', 'status' => 1, 'description' => '//(01/12) - "TransX - Living on a Video 1993.part01.rar" - 561,55 MB - TransX - Living on a Video 1993.[Lossless] Highh Quality yEnc ::: //(59/81) "1973 .Lee.Jun.Fan.DVD9.untouched.z46" - 7,29 GB - Lee.Jun.Fan.sein.Film.DVD9.untouched yEnc', 'ordinal' => 25, - ), + ], 87 => - array ( + [ 'id' => 88, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^>>> www\\.lords-of-usenet\\.org <<<.+? "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") .+? \\[\\d+\\/\\d+\\] - .+? yEnc$/', 'status' => 1, 'description' => '//>>> www.lords-of-usenet.org <<< "Der Schuh Des Manitu.par2" DVD5 [001/158] - 4,29 GB yEnc', 'ordinal' => 30, - ), + ], 88 => - array ( + [ 'id' => 89, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^.+? (-|\\(PW\\))\\s+\\[.+? -\\] \\[\\d+[,.]\\d+ [mMkKgG][bB]\\] \\[\\d+\\/\\d+\\] "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//NEUES 4y - [@ usenet-4all.info - powered by ssl.news -] [5,58 GB] [002/120] "DovakinPack.part002.rar" yEnc ::: //NEUES 4y (PW) [@ usenet-4all.info - powered by ssl.news -] [7,05 GB] [014/152] "EngelsGleich.part014.rar" yEnc', 'ordinal' => 35, - ), + ], 89 => - array ( + [ 'id' => 90, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^([a-zA-Z0-9].+?\\s{2,}|Old Dad uppt\\s+)(?P.+?) \\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt Die Schatzinsel Teil 1+Teil2 AC3 DVD Rip German XviD Wp 01/33] - "upp11.par2" yEnc ::: //Old Dad uppt Scary Movie5 WEB RiP Line XviD German 01/24] - "Scary Movie 5.par2" yEnc', 'ordinal' => 40, - ), + ], 90 => - array ( + [ 'id' => 91, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^.+?\\s{2,}\\d+[,.]\\d+ [mMkKgG][bB]\\s{2,}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")\\s{2,}(\\d+ B|\\d+[,.]\\d+ [mMkKgG][bB]) yEnc$/', 'status' => 1, 'description' => '//>>> 20,36 MB "Winamp.Pro.v5.70.3392.Incl.Keygen-FFF.par2" 552 B yEnc ::: //..:[DoAsYouLike]:.. 9,64 MB "Snooper 1.39.5.par2" 468 B yEnc', 'ordinal' => 45, - ), + ], 91 => - array ( + [ 'id' => 92, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^\\(.+?\\) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(MKV - DVD - Rip - German - English - Italiano) - "CALIGULA (1982) UNCUT.sfv" yEnc', 'ordinal' => 50, - ), + ], 92 => - array ( + [ 'id' => 93, 'group_regex' => '^alt\\.binaries\\.barbarella$', 'regex' => '/^"(?P[a-z0-9]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"sre56565ztrtzuzi8inzufft.par2" yEnc', 'ordinal' => 55, - ), + ], 93 => - array ( + [ 'id' => 94, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P[\\w.-]+) - ".+?" yEnc$/', 'status' => 1, 'description' => '//Girls.against.Boys.2012.German.720p.BluRay.x264-ENCOUNTERS - "encounters-giagbo_720p.nfo" yEnc', 'ordinal' => 5, - ), + ], 94 => - array ( + [ 'id' => 95, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P[a-z]{3,}) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//wtvrwschdhfthj - [001/246] - "dtstchhtmrrnvn.par2" yEnc ::: //oijhuiurfjvbklk - [01/18] - "tb5-3ioewr90f.par2" yEnc', 'ordinal' => 10, - ), + ], 95 => - array ( + [ 'id' => 96, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^\\(\\d+\\/\\d+\\) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(08/22) - "538D7B021B362A4300D1C0D84DD17E6D.r06" yEnc', 'ordinal' => 15, - ), + ], 96 => - array ( + [ 'id' => 97, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [02/71] - "Lasting Weep (1969-1971).part.par2" yEnc', 'ordinal' => 20, - ), + ], 97 => - array ( + [ 'id' => 98, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] -(re)? yEnc$/', 'status' => 1, 'description' => '//(01/59) "ThienSuChungQuy_II_E16.avi.001" - 1,49 GB - yEnc ::: //(058/183) "LS_HoangChui_2xdvd5.part057.rar" - 8,36 GB -re yEnc', 'ordinal' => 25, - ), + ], 98 => - array ( + [ 'id' => 99, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P\\[[a-zA-Z]+\\] .+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[AoU] Upload#00287 - [04/43] - "Upload-ZGT1-20130525.part03.rar" yEnc', 'ordinal' => 30, - ), + ], 99 => - array ( + [ 'id' => 100, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^\\([a-z]+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(nate) [01/27] - "nate_light_13.05.23.par2" yEnc', 'ordinal' => 35, - ), + ], 100 => - array ( + [ 'id' => 101, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^""(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")" yEnc$/', 'status' => 1, 'description' => '//""Absolute Database Component for BCBuilder 4-6 MultiUser Edit 4.85.rar"" yEnc', 'ordinal' => 40, - ), + ], 101 => - array ( + [ 'id' => 102, 'group_regex' => '^alt\\.binaries\\.big$', 'regex' => '/^(?P[a-f0-9]{32}) - \\(\\d+\\/\\d+\\) - "[a-f0-9]{32}.+?" yEnc$/', 'status' => 1, 'description' => '//781e1d8dccc641e8df6530edb7679a0e - (26/30) - "781e1d8dccc641e8df6530edb7679a0e.rar" yEnc', 'ordinal' => 45, - ), + ], 102 => - array ( + [ 'id' => 103, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^(?P[a-f0-9]{32}) - \\(\\d+\\/\\d+\\) - "[a-f0-9]{32}.+?" yEnc$/', 'status' => 1, 'description' => '//36c1d5d4eaf558126c67f00be46f77b6 - (01/22) - "36c1d5d4eaf558126c67f00be46f77b6.par2" yEnc', 'ordinal' => 5, - ), + ], 103 => - array ( + [ 'id' => 104, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] .+? usenet-space.+?yEnc$/', 'status' => 1, 'description' => '//[10/17] - "EGk13kQ1c8.part09.rar" - 372.48 MB <-> usenet-space-cowboys.info <-> powered by secretusenet.com <-> yEnc', 'ordinal' => 10, - ), + ], 104 => - array ( + [ 'id' => 105, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\((?P.+?)\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//(Neu bei Bitfighter vom 23-07-2013) - "01 - Sido - Bilder Im Kopf.mp3" yEnc', 'ordinal' => 15, - ), + ], 105 => - array ( + [ 'id' => 106, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(2/8) "Mike.und.Molly.S01E22.Maennergespraeche.GERMAN.DL.DUBBED.720p.BluRay.x264-TVP.part1.rar" - 1023,92 MB - yEnc', 'ordinal' => 20, - ), + ], 106 => - array ( + [ 'id' => 107, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^.+? (?P-|\\(PW\\))\\s+\\[.+? -\\] \\[\\d+[,.]\\d+ [mMkKgG][bB]\\] \\[\\d+\\/\\d+\\] "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//4y (PW) [@ usenet-4all.info - powered by ssl.news -] [27,35 GB] [001/118] "1f8867bb6f89491793d3.part001.rar" yEnc', 'ordinal' => 25, - ), + ], 107 => - array ( + [ 'id' => 108, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^(\\[[A-Za-z]+\\]\\.)?(?P[a-zA-Z0-9].+?)([\\^<> ]+give-me-all\\.org[\\^<> ]+|[\\^<> ]+)DRM[\\^<> ]+.+? - \\(\\d+\\/\\d+\\)\\s+".+?" - .+? yEnc$/', 'status' => 1, 'description' => '//Bennos Special Tools DVD - Die Letzte <> DRM <><> PW <> - (002/183) "Bennos Special Tools DVD - Die Letzte.nfo" - 8,28 GB - yEnc', 'ordinal' => 30, - ), + ], 108 => - array ( + [ 'id' => 109, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\(\\d+\\/\\d+\\) - (?P.+?) ?- ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(1/9) - CyberLink.PhotoDirector.4.Ultra.4.0.3306.Multilingual - "CyberLink.PhotoDirector.4.Ultra.4.0.3306.Multilingual.par2" - 154,07 MB - yEnc ::: //(1/5) - Mac.DVDRipper.Pro.4.0.8.Mac.OS.X- "Mac.DVDRipper.Pro.4.0.8.Mac.OS.X.rar" - 24,12 MB - yEnc', 'ordinal' => 35, - ), + ], 109 => - array ( + [ 'id' => 110, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^\\[\\d+\\/\\d+ (?P.+?)\\..+?" yEnc$/', 'status' => 1, 'description' => '//[3/3 Helene Fischer - Die Biene Maja 2013 MP3 Helene Fischer - Die Biene Maja 2013 MP3.mp3.vol0+1.PAR2" yEnc', 'ordinal' => 40, - ), + ], 110 => - array ( + [ 'id' => 111, 'group_regex' => '^alt\\.binaries\\.bloaf$', 'regex' => '/^Uploader\\.Presents-(?P.+)[\\(\\[]\\d+\\/\\d+[\\)\\]]".+" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Mutter.und.Sohn.German.2013.DVDRiP.x264-XFi[01/27]"xf-mutterusohn.nfo" yEnc', 'ordinal' => 45, - ), + ], 111 => - array ( + [ 'id' => 112, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^"(?P\\d+\\.MK\\.[A-Z])\\..+?" yEnc$/', 'status' => 1, 'description' => '//"786936833607.MK.A.part086.rar" yEnc', 'ordinal' => 5, - ), + ], 112 => - array ( + [ 'id' => 113, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+\\/\\d+\\] - "(?P[a-z0-9]+)\\..+?" yEnc$/', 'status' => 1, 'description' => '//(????) [001/107] - "260713thbldnstnsclw.par2" yEnc', 'ordinal' => 10, - ), + ], 113 => - array ( + [ 'id' => 114, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\[www\\..+?\\]-\\[(?P.+?)\\]-\\[\\d+\\/\\d+\\] ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//[www.allyourbasearebelongtous.pw]-[The Place Beyond the Pines 2012 1080p US Blu-ray AVC DTS-HD MA 5.1-HDWinG]-[03/97] "tt1817273-us-hdwing-bd.r00" - 46.51 GB - yEnc', 'ordinal' => 15, - ), + ], 114 => - array ( + [ 'id' => 115, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\(\\d+\\/\\d+\\)(\\s+ -)? "(?P[a-zA-Z0-9]+?)\\d*\\..+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(01/71) - "EwRQCtU4BnaeXmT48hbg7bCn.par2" - 54,15 GB - yEnc ::: //(63/63) "dfbgfdgtghtghthgGPGEIBPBrwg34t05.rev" - 10.67 GB - yEnc', 'ordinal' => 20, - ), + ], 115 => - array ( + [ 'id' => 116, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[a-zA-Z0-9]+)\\..+?" yEnc$/', 'status' => 1, 'description' => '//[01/67] - "O3tk4u681gd767Y.par2" yEnc', 'ordinal' => 25, - ), + ], 116 => - array ( + [ 'id' => 117, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^(?P[a-z0-9]+) \\[.+?\\] \\[.+?\\] \\[\\d+[,.]\\d+ [mMkKgG][bB]\\] \\[\\d+\\/\\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//209a212675ba31ca24a8 [usenet-4all.info] [powered by ssl-news] [21,59 GB] [002/223] "209a212675ba31ca24a8.part001.rar" yEnc', 'ordinal' => 30, - ), + ], 117 => - array ( + [ 'id' => 118, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^(?P[A-Z0-9]+) - "[a-z0-9]+\\..+?" yEnc$/', 'status' => 1, 'description' => '//TIS97CC - "tis97cc.par2" yEnc', 'ordinal' => 35, - ), + ], 118 => - array ( + [ 'id' => 119, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^AsianDVDClub\\.org - (?P.+) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//AsianDVDClub.org - Sengoku Basara: Season 2 (2010) AVC 1080p BD50+BD25 - Disc 1 of 2 [001/112] - "adc-71029a.nfo" yEnc', 'ordinal' => 40, - ), + ], 119 => - array ( + [ 'id' => 120, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^AsianDVDClub\\.org - (?P.+) ".+" yEnc$/', 'status' => 1, 'description' => '//AsianDVDClub.org - Laputa: Castle in the Sky (1986) AVC 1080p BD50 - File 001 of 113: "adc-laputa.nfo" yEnc', 'ordinal' => 45, - ), + ], 120 => - array ( + [ 'id' => 121, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^[\\w-\\. ]+[ _-]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//THE_PAC', 'ordinal' => 50, - ), + ], 121 => - array ( + [ 'id' => 122, 'group_regex' => '^alt\\.binaries\\.blu-ray$', 'regex' => '/^[\\w-\\. ]+[ _-]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//LOST SEASON1 DISC4 REENCODED BD25 DJMASTURBEAT (151/154) "LOST SEASON1 DISC4 BD25 DJMASTURBEAT.vol3312+131.par2" - 26.91 GB - yEnc', 'ordinal' => 55, - ), + ], 122 => - array ( + [ 'id' => 123, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[a-zA-Z0-9]+)\\[\\d+\\/\\d+\\] - "[a-zA-Z0-9]+\\..+?" yEnc$/', 'status' => 1, 'description' => '//4Etmo7uBeuTW[047/106] - "006dEbPcea29U6K.part046.rar" yEnc', 'ordinal' => 5, - ), + ], 123 => - array ( + [ 'id' => 124, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\(PC-ISO\\)[-_\\s]{0,3}\\( (?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?\\b) \\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(PC-ISO) ( Trials.Fusion.Riders.of.the.Rustlands-SKIDROW ) [10/40] - "sr-tfrotr.part01.rar" yEnc', 'ordinal' => 10, - ), + ], 124 => - array ( + [ 'id' => 125, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\( (?P[\\w. -]{8,}) \\)[-_\\s]{0,3}\\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( Overlord II RELOADED ) - [013/112] - "rld-olii.part001.rar" yEnc', 'ordinal' => 15, - ), + ], 125 => - array ( + [ 'id' => 126, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\(\\d+\\/\\d+\\)\\s+(- )?"(?P[a-zA-Z0-9]+)\\..+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(68/89) "dz1R2wT8hH1iQEA28gRvm.part67.rar" - 7,91 GB - yEnc ::: //(01/14) - "JrjCY4pUjQ9qUqQ7jx6k2VLF.par2" - 4,39 GB - yEnc', 'ordinal' => 20, - ), + ], 126 => - array ( + [ 'id' => 127, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\((?P\\d+)\\) \\[\\d+\\/\\d+\\] - "\\d+\\..+?" yEnc$/', 'status' => 1, 'description' => '//(110320152518519) [22/78] - "110320152518519.part21.rar" yEnc', 'ordinal' => 25, - ), + ], 127 => - array ( + [ 'id' => 128, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[a-zA-Z0-9]+) - \\[\\d+\\/\\d+\\] - "[a-zA-Z0-9]+\\..+?" yEnc$/', 'status' => 1, 'description' => '//1VSXrAZPD - [123/177] - "1VSXrAZPD.part122.rar" yEnc', 'ordinal' => 30, - ), + ], 128 => - array ( + [ 'id' => 129, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\( (?P.+?) \\)\\s+\\( .+?\\) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//( Peter Gabriel Albums 24x +17 Singles = 71x cd By Dready Niek ) ( ** By Dready Niek ** ) [113/178] - "Peter Gabriel Albums 24x +17 Singles = 71CDs By Dready Niek (1977-2010).part112.rar" yEnc', 'ordinal' => 35, - ), + ], 129 => - array ( + [ 'id' => 130, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[A-Za-z0-9].+? \\((19|20)\\d\\d\\)) "\\d{2}\\. .+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Tarja - Colours In The Dark (2013) "00. Tarja-Colours In The Dark.m3u" yEnc', 'ordinal' => 40, - ), + ], 130 => - array ( + [ 'id' => 131, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^"(?P[a-zA-Z0-9]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\(\\d+\\/\\d+\\) - yEnc$/', 'status' => 1, 'description' => '//"BB636.part14.rar" - (15/39) - yEnc', 'ordinal' => 45, - ), + ], 131 => - array ( + [ 'id' => 132, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[-a-zA-Z0-9 ]+) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Lutheria - FC Twente TV Special - Ze wilde op voetbal [16/49] - "Lutheria - FC Twente TV Special - Ze wilde op voetbal.part16.rar" yEnc', 'ordinal' => 50, - ), + ], 132 => - array ( + [ 'id' => 133, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[-a-zA-Z0-9 ]+) - ".+?" yEnc$/', 'status' => 1, 'description' => '//Pee Mak Prakanong - 2013 - Thailand - ENG Subs - "Pee Mak Prakanong.2013.part22.rar" yEnc', 'ordinal' => 55, - ), + ], 133 => - array ( + [ 'id' => 134, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\((\\?{4}|[a-zA-Z]+)\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [011/161] - "flynns-image-redux.part010.rar" yEnc ::: //(Dgpc) [000/110] - "Teen Wolf - Seizoen.3 - Dvd.2 (NLsub).nzb" yEnc', 'ordinal' => 60, - ), + ], 134 => - array ( + [ 'id' => 135, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\("(?P[a-z0-9A-Z]+).+?" - \\d+[,.]\\d+ [mMkKgG][bB] -\\) ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//("Massaladvd5Kilusadisc4S1.par2" - 4,55 GB -) "Massaladvd5Kilusadisc4S1.par2" - 4,55 GB - yEnc', 'ordinal' => 65, - ), + ], 135 => - array ( + [ 'id' => 136, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"par.4kW9beE.1.vol122+21.par2" yEnc', 'ordinal' => 70, - ), + ], 136 => - array ( + [ 'id' => 137, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^.+?\\.(info|org)>+ - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info/.net <<>> - [01/19] - "Age.of.Dinosaurs.German.AC3.HDRip.x264-FuN.par2" yEnc ::: //>>>>>Hell-of-Usenet.org>>>>> - [01/35] - "Female.Agents.German.2008.AC3.DVDRip.XviD.iNTERNAL-VideoStar.par2" yEnc', 'ordinal' => 75, - ), + ], 137 => - array ( + [ 'id' => 138, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[010/101] - "Bf56a8aR-20743f8D-Vf7a11fD-d7c6c0.part09.rar" yEnc ::: //[1/9] - "fdbvgdfbdfb.part.par2" yEnc', 'ordinal' => 80, - ), + ], 138 => - array ( + [ 'id' => 139, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\[[A-Z]+\\] - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[LB] - [063/112] - "RVL-GISSFBD.part063.rar" yEnc', 'ordinal' => 85, - ), + ], 139 => - array ( + [ 'id' => 140, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^!!www\\.usenet4all\\.eu!![ _-]{0,3}(?P.+)\\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//!!www.usenet4all.eu!! - Acceptance.2009.COMPLETE.NTSC.DVDR-D0PE[001/100] - #34;d0pe-a.nfo#34; yEnc', 'ordinal' => 90, - ), + ], 140 => - array ( + [ 'id' => 141, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(?P[A-Za-z0-9][a-zA-Z0-9.-]{6,})\\s+- ".+" yEnc$/', 'status' => 1, 'description' => '//NCIS.S11E03.HDTV.x264-LOL - "NCIS.S11E03.HDTV.x264-LOL.part.par2" yEnc', 'ordinal' => 95, - ), + ], 141 => - array ( + [ 'id' => 142, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^place2home\\.net - (?P.*?) - (\\[\\d+\\/\\d+\\] - )?".+?" yEnc$/i', 'status' => 1, 'description' => '//place2home.net - Call.of.Duty.Ghosts.XBOX360-iMARS - [095/101] - "imars-codghosts-360b.vol049+33.par2" yEnc ::: //Place2home.net - Diablo_III_USA_RF_XBOX360-PROTOCOL - "d3-ptc.r34" yEnc', 'ordinal' => 100, - ), + ], 142 => - array ( + [ 'id' => 143, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(REPOST: )?\\[scnzbefnet\\]\\[(\\d+)\\] (?P.+?) \\[\\d+\\/(\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[scnzbefnet][500934] Super.Fun.Night.S01E09.720p.HDTV.X264-DIMENSION [1/19] - "bieber.109.720p-dimension.sfv" yEnc ::: //REPOST: [scnzbefnet][500025] Major.Crimes.S02E13.720p.HDTV.x264-IMMERSE [16/33] - "major.crimes.s02e13.720p.hdtv.x264-immerse.r24" yEnc', 'ordinal' => 105, - ), + ], 143 => - array ( + [ 'id' => 144, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\[scnzbefnet\\] (?P.+?) \\[\\d+\\/(\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[scnzbefnet] Murdoch.Mysteries.S07E09.HDTV.x264-KILLERS [1/20] - "murdoch.mysteries.s07e09.hdtv.x264-killers.r13" yEnc', 'ordinal' => 110, - ), + ], 144 => - array ( + [ 'id' => 145, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^(\\((?P.+?)\\) \\[)\\d+(\\/\\d+] - ").+?" yEnc$/', 'status' => 1, 'description' => '//(Ancient.Aliens.S03E05.Aliens.and.Mysterious.Rituals.720p.HDTV.x264.AC3.2Ch.REPOST) [41/42] - "Ancient.Aliens.S03E05.Aliens.and.Mysterious.Rituals.720p.HDTV.x264.AC3.2Ch.REPOST.vol071+66.PAR2" yEnc', 'ordinal' => 115, - ), + ], 145 => - array ( + [ 'id' => 146, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\(\\d+\\/\\d+\\) - \\[Lords-of-Usenet\\] <> presents (?P.+) -".+" - .+ yEnc$/i', 'status' => 1, 'description' => '//(01/48) - [Lords-of-Usenet] <> presents Sons.of.Anarchy.S02E03.Unten.am.Fluss.GERMAN.DUBBED.720p.BLURAY.x264-ZZGtv -"zzgtv-soa-s02e03.par2" - 1,84 GB', 'ordinal' => 120, - ), + ], 146 => - array ( + [ 'id' => 147, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^Doobz (?P[a-zA-z-_]+) \\[\\d+\\/(\\d+\\]) - ".+([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Doobz Europa_Universalis_IV_Conquest_of_Paradise-FLT [10/54] - "flt-eucp.001" yEnc', 'ordinal' => 125, - ), + ], 147 => - array ( + [ 'id' => 148, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\(aangemeld bij usenet collector\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(aangemeld bij usenet collector) [001/125] - "Northern_Exposure_Season_1_dvd_1.par2" yEnc', 'ordinal' => 130, - ), + ], 148 => - array ( + [ 'id' => 149, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+usenet-space-cowboys\\.info.+ yEnc$/', 'status' => 1, 'description' => '//[15/16] - "Person.of.Interest.S03E09.480p.HDTV.x264-mSD.vol0+1.par2" - 177,28 MB <-> usenet-space-cowboys.info <-> powered by secretusenet.com <-> yEnc', 'ordinal' => 135, - ), + ], 149 => - array ( + [ 'id' => 150, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^brothers-of-usenet\\.info.+ - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info&net-empfehlen-ssl-news.info Black Mirror s01e01 - Der wille des volkes - [09/15] - "Black Mirror - S01E01 - Der Wille des Volkes.vol00+01.par2" yEnc', 'ordinal' => 140, - ), + ], 150 => - array ( + [ 'id' => 151, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+yEnc$/', 'status' => 1, 'description' => '//(024/264) "Enf.S04E02.G.D.H.X-M.vol51+46.PAR2" - 8,27 GB -Enf.S04.G.D.H.X yEnc', 'ordinal' => 145, - ), + ], 151 => - array ( + [ 'id' => 152, 'group_regex' => '^alt\\.binaries\\.boneless$', 'regex' => '/.*"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//- "Auction Hunters S04E04.HDTV.x264-StarryNights1.nzb" yEnc', 'ordinal' => 150, - ), + ], 152 => - array ( + [ 'id' => 153, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^(?P[a-zA-Z0-9].+? \\[XviD\\]) \\[\\d\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Coronation Street 03.05.2012 [XviD] [01/23] - "coronation.street.03.05.12.[ws.pdtv].par2" yEnc ::: //Coronation Street 04.05.2012 - Part 1 [XviD] [01/23] - "coronation.street.04.05.12.part.1.[ws.pdtv].par2" yEnc', 'ordinal' => 5, - ), + ], 153 => - array ( + [ 'id' => 154, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^(?P[a-zA-Z0-9]+ .+? (S\\d+)?E\\d+-\\d\\d) \\[\\d+\\/\\d+\\] - "\\d(\\d |\\.).+?" yEnc$/', 'status' => 1, 'description' => '//The Prisoner E06-09 [001/152] - "06 The General.mkv.001" yEnc ::: //Danger Man S2E05-08 [075/149] - "7.The colonel\'s daughter.avi.001" yEnc', 'ordinal' => 10, - ), + ], 154 => - array ( + [ 'id' => 155, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^.+?[-_\\s]{0,3}\\d+[xX]\\d+[-_\\s]{0,3}.+?\\[\\d+\\/\\d+\\][-_\\s]{0,3}.+?"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Wizards Vs Aliens - 1x06 - Rebel Magic, Part Two [XviD][00/27] - "wizards.vs.aliens.106.rebel.magic.part.two.[ws.pdtv].nzb" yEnc', 'ordinal' => 15, - ), + ], 155 => - array ( + [ 'id' => 156, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^[a-zA-Z0-9-\\.]+ - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Vera.3x03.Young.Gods.720p.HDTV.x264-FoV - "vera.3x03.young_gods.720p_hdtv_x264-fov.r00" yEnc', 'ordinal' => 20, - ), + ], 156 => - array ( + [ 'id' => 157, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^(?P.+ \\d+x\\d+.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/', 'status' => 1, 'description' => '//Heartbeat 9x23 Wise Guys.avi.015 yEnc', 'ordinal' => 25, - ), + ], 157 => - array ( + [ 'id' => 158, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^(?P.+ S\\d+E\\d+)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Minder S10E10 [00/52] - "S10E10.nzb" yEnc', 'ordinal' => 30, - ), + ], 158 => - array ( + [ 'id' => 159, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^.+File \\d+ of \\d+ - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Rosemary & Thyme.106..The Tree of Death....Read txt file for more info about this posting - File 03 of 51 - "Rosemary & Thyme.106.The Tree of Death.part01.rar" yEnc', 'ordinal' => 35, - ), + ], 159 => - array ( + [ 'id' => 160, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^.+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//The.Tudors.S01E04.2007.720p[33/57] - "The.Tudors.S01E04.2007.720p.part31.rar" yEnc', 'ordinal' => 40, - ), + ], 160 => - array ( + [ 'id' => 161, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^(?P[\\w. &\\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/', 'status' => 1, 'description' => '//Happy_Halloween_The Ice House (1978).par2 yEnc', 'ordinal' => 45, - ), + ], 161 => - array ( + [ 'id' => 162, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Rosemary & Thyme - 2x02 Orpheus In The Undergrowth.par2" yEnc', 'ordinal' => 50, - ), + ], 162 => - array ( + [ 'id' => 163, 'group_regex' => '^alt\\.binaries\\.british\\.drama$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[01/45] - "Minder S01E08.sfv" yEnc', 'ordinal' => 55, - ), + ], 163 => - array ( + [ 'id' => 164, 'group_regex' => '^alt\\.binaries\\.bungabunga$', 'regex' => '/^[\\[(?P]\\d+\\/\\d+[\\])] - "([A-Z0-9].{2,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//[01/29] - "Bellflower.2011.German.AC3.BDRip.XviD-EPHEMERiD.par2" - 1,01 GB yEnc ::: //(3/9) - "Microsoft Frontpage 2003 - 4 Town-Up from Kraenk.rar.par2" - 181,98 MB - yEnc', 'ordinal' => 5, - ), + ], 164 => - array ( + [ 'id' => 165, 'group_regex' => '^alt\\.binaries\\.cavebox$', 'regex' => '/^\\(www\\.Thunder-News\\.org\\) ?\\)(?P.+)\\( \\(Sponsored.+\\)[ _-]{0,3}\\(\\d+\\/\\d+\\)[ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//(www.Thunder-News.org) )Panamericana.E02.Von.Alaska.nach.Feuerland.GERMAN.DOKU.WS.dTV.XViD-SiTiN( (Sponsored by AstiNews) - (05/34) - #34;sitin-panamericanae02-xvid.r00#34; yEnc', 'ordinal' => 5, - ), + ], 165 => - array ( + [ 'id' => 166, 'group_regex' => '^alt\\.binaries\\.cats$', 'regex' => '/^(?P[a-zA-Z0-9]{5,}) ?\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Pb7cvL3YiiOu06dsYPzEfpSvvTul[02/37] - "Fkq33mlTVyHHJLm0gJNU.par2" yEnc ::: //DLJorQ37rMDvc [01/16] - "DLJorQ37rMDvc.part1.rar" yEnc', 'ordinal' => 5, - ), + ], 166 => - array ( + [ 'id' => 167, 'group_regex' => '^alt\\.binaries\\.cbt$', 'regex' => '/^\\((?P[a-zA-Z0-9-\\.\\&_ ]+)\\) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(WinEdt.v8.0.Build.20130513.Cracked-EAT) [01/10] - "eatwedt8.nfo" yEnc', 'ordinal' => 5, - ), + ], 167 => - array ( + [ 'id' => 168, 'group_regex' => '^alt\\.binaries\\.cbt$', 'regex' => '/^\\[ (?P[a-zA-Z0-9-\\.\\&\\\\(\\)\\,_ ]+) \\] [a-zA-Z0-9]{3,4}\\.[a-zA-Z0-9]{3,4} \\(\\d+\\/(\\d+\\)) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ ABCAsiaPac', 'ordinal' => 10, - ), + ], 168 => - array ( + [ 'id' => 169, 'group_regex' => '^alt\\.binaries\\.cbt$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") {1,2}yEnc$/', 'status' => 1, 'description' => '//"MythBusters S10E02 720p HDTV x264-DHD.rar" yEnc', 'ordinal' => 15, - ), + ], 169 => - array ( + [ 'id' => 170, 'group_regex' => '^alt\\.binaries\\.cbt$', 'regex' => '/^(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) {1,2}yEnc$/', 'status' => 1, 'description' => '//2nd Annual American CountryMusicAwards 2011 HDTV XviD 2HD.rar yEnc', 'ordinal' => 20, - ), + ], 170 => - array ( + [ 'id' => 171, 'group_regex' => '^alt\\.binaries\\.cbt$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") Sayco yEnc$/', 'status' => 1, 'description' => '//(????) [005/358] - "WLAN - professionell absichern.rar" Sayco yEnc', 'ordinal' => 25, - ), + ], 171 => - array ( + [ 'id' => 172, 'group_regex' => '^alt\\.binaries\\.cbts$', 'regex' => '/"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"softWoRx.Suite.2.0.0.25.x32-TFT.rar" yEnc', 'ordinal' => 5, - ), + ], 172 => - array ( + [ 'id' => 173, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^\\[www\\..+?\\]-\\[(?P.+?)\\]-\\[\\d+\\/\\d+\\] ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//[www.drlecter.tk]-[The_Night_of_the_Rabbit-FLT]-[01/67] "Dr.Lecter.nfo" - 5.61 GB - yEnc', 'ordinal' => 5, - ), + ], 173 => - array ( + [ 'id' => 174, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P[a-zA-Z0-9.-]{10,}) -( PC GAME -| [A-Z0-9\\[\\]]+ -)? \\[\\d+\\/\\d+\\] - ".+?" - (.+? - (\\d+[,.]\\d+ [mMkKgG][bB] - )?)?yEnc$/', 'status' => 1, 'description' => '//Slender.The.Arrival-WaLMaRT.PC - [01/26] - "wmt-stal.nfo" - yEnc ::: //The.Night.of.the.Rabbit-FLT - [03/66] - "flt-notr.r00" - FAiRLIGHT - 5,10 GB - yEnc ::: //Resident.Evil.Revelations-FLT - PC GAME - [03/97] - "Resident.Evil.Revelations-FLT.r00" - FAiRLIGHT - yEnc ::: //Afterfall.Insanity.Dirty.Arena.Edition-WaLMaRT - [MULTI6][PCDVD] - [02/45] - "wmt-adae.r00" - PC GAME - yEnc', 'ordinal' => 10, - ), + ], 174 => - array ( + [ 'id' => 175, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(PC Game - )?\\[\\d+\\/\\d+\\] - (?P.+?) - ".+?" -( .+? -)? yEnc$/', 'status' => 1, 'description' => '//[01/46] - Crashtime 5 Undercover RELOADED - "rld-ct5u.nfo" - PC - yEnc ::: //[01/76] - Of.Orcs.And.Men-SKIDROW - "sr-oforcsandmen.nfo" - yEnc ::: //PC Game - [01/71] - MotoGP 13-RELOADED Including NoDVD Fix - "MotoGP 13-RELOADED Including NoDVD Fix nfo" - yEnc', 'ordinal' => 15, - ), + ], 175 => - array ( + [ 'id' => 176, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(?P[A-Za-z0-9][a-zA-Z0-9: ]{8,}(-[a-zA-Z]+)?)( \\(.+?\\)| - [\\[A-Z0-9\\]]+)? - \\[\\d+\\/\\d+\\] - ".+?" - .+? - yEnc$/', 'status' => 1, 'description' => '//Magrunner Dark Pulse FLT (FAiRLIGHT) - [02/70] - "flt-madp par2" - PC - yEnc ::: //MotoGP 13 RELOADED - [01/71] - "rld-motogp13 nfo" - PC - yEnc ::: //Dracula 4: Shadow of the Dragon FAiRLIGHT - [01/36] - "flt-drc4 nfo" - PC - yEnc', 'ordinal' => 20, - ), + ], 176 => - array ( + [ 'id' => 177, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^(\\[[A-Z ]+\\] - )?(?P[a-zA-Z0-9.-]{10,}) - ".+?" - \\[\\d+\\/\\d+\\] - yEnc$/', 'status' => 1, 'description' => '//[NEW PC GAME] - Lumber.island-WaLMaRT - "wmt-lisd.nfo" - [01/18] - yEnc ::: //Trine.2.Complete.Story-SKIDROW - "sr-trine2completestory.nfo" - [01/78] - yEnc', 'ordinal' => 25, - ), + ], 177 => - array ( + [ 'id' => 178, 'group_regex' => '^alt\\.binaries\\.cd\\.image$', 'regex' => '/^Uploader\\.Presents-(?P.+)[\\(\\[]\\d+\\/\\d+\\]".+" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Metal.Gear.Rising.Revengeance-RELOADED(51/65]"rld-megerire.r48" yEnc', 'ordinal' => 30, - ), + ], 178 => - array ( + [ 'id' => 179, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^Flac Flood( -)? (?P.+?) - ".+?" \\(\\d+\\/\\d+\\) .+? yEnc$/', 'status' => 1, 'description' => '//Flac Flood - Modern Talking - China In Her Eyes (CDM) - "1 - Modern Talking - China In Her Eyes (feat. Eric Singleton) (Video Version).flac" (01/14) (23,64 MB) 136,66 MB yEnc ::: ////Flac Flood Modern Talking - America - "1 - Modern Talking - Win The Race.flac" (01/18) (29,12 MB) 549,35 MB yEnc', 'ordinal' => 5, - ), + ], 179 => - array ( + [ 'id' => 180, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P[a-zA-Z0-9].+?) \\[\\d+\\/\\d+\\]( -)? "\\d{2,} - .+?" yEnc$/', 'status' => 1, 'description' => '//Cannonball Adderley - Nippon Soul [01/17] "00 - Cannonball Adderley - Nippon Soul.nfo" yEnc ::: //Black Tie White Noise [01/24] - "00 - David Bowie - Black Tie White Noise.nfo" yEnc', 'ordinal' => 10, - ), + ], 180 => - array ( + [ 'id' => 181, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P(\\[\\d{4}\\] )?[a-zA-Z0-9].+?) - File \\d+ of \\d+: .+? yEnc$/', 'status' => 1, 'description' => '//The Allman Brothers Band - Statesboro Blues [Swingin\' Pig - Bootleg] [1970 April 4] - File 09 of 19: Statesboro Blues.cue yEnc ::: //[1977] Joan Armatrading - Show Some Emotion - File 15 of 20: 06 Joan Armatrading - Opportunity.flac yEnc', 'ordinal' => 15, - ), + ], 181 => - array ( + [ 'id' => 182, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - [A-Z0-9].+? \\[\\d{4}\\]) - \\d{2,} .+? yEnc$/', 'status' => 1, 'description' => '//The Allman Brothers Band - The Fillmore Concerts [1971] - 06 The Allman Brothers Band - Done Somebody Wrong.flac yEnc', 'ordinal' => 20, - ), + ], 182 => - array ( + [ 'id' => 183, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - [A-Z0-9].+? Disc \\d+ of \\d+) - [A-Z0-9].+?\\..+? yEnc$/', 'status' => 1, 'description' => '//The Velvet Underground - Peel Slow And See (Box Set) Disc 5 of 5 - 13 The Velvet Underground - Oh Gin.flac yEnc', 'ordinal' => 25, - ), + ], 183 => - array ( + [ 'id' => 184, 'group_regex' => '^alt\\.binaries\\.cd\\.lossless$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(28/55) "Ivan Neville -', 'ordinal' => 30, - ), + ], 184 => - array ( + [ 'id' => 185, 'group_regex' => '^alt\\.binaries\\.chello$', 'regex' => '/^(?P[A-Za-z0-9]{5,}) ?\\[\\d+\\/\\d+\\] - "[A-Za-z0-9]{3,}.+?" yEnc$/', 'status' => 1, 'description' => '//0F623Uv71RHKt0jzA7inbGZLk00[2/5] - "l2iOkRvy80bgLrZm1xxw.par2" yEnc ::: //GMC2G8KixJKy [01/15] - "GMC2G8KixJKy.part1.rar" yEnc', 'ordinal' => 5, - ), + ], 185 => - array ( + [ 'id' => 186, 'group_regex' => '^alt\\.binaries\\.chello$', 'regex' => '/^(?P[a-zA-Z0-9][a-zA-Z0-9.-]+) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Imactools.Cefipx.v3.20.MacOSX.Incl.Keyfilemaker-NOY [03/10] - "parfile.vol000+01.par2" yEnc', 'ordinal' => 10, - ), + ], 186 => - array ( + [ 'id' => 187, 'group_regex' => '^alt\\.binaries\\.chello$', 'regex' => '/^(?P[A-Za-z0-9-]+ .+?)[. ]\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Siberian Mouses LS, BD models and special... [150/152] - "Xlola - Luba, Sasha & Vika.avi.jpg" yEnc', 'ordinal' => 15, - ), + ], 187 => - array ( + [ 'id' => 188, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^Re: REQ: (?P.+? - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Re: REQ: All In The Family - "Archie Bunkers Place 1x01 Archies New Partner part 1.nzb" yEnc', 'ordinal' => 5, - ), + ], 188 => - array ( + [ 'id' => 189, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^Per REQ - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") .+? \\[\\d+\\/\\d+\\] yEnc$/', 'status' => 1, 'description' => '//Per REQ - "The.Wild.Wild.West.S03E11.The.Night.of.the.Cut-Throats.DVDRip.XVID-tz.par2" 512x384 [01/40] yEnc', 'ordinal' => 10, - ), + ], 189 => - array ( + [ 'id' => 190, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^By req: "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//By req: "Dennis The Menace - 4x25 - Dennis and the Homing Pigeons.part05.rar" yEnc', 'ordinal' => 15, - ), + ], 190 => - array ( + [ 'id' => 191, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^[a-zA-Z ]+HQ DVDRips "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\[\\d+\\/\\d+\\] yEnc$/', 'status' => 1, 'description' => '//I Spy HQ DVDRips "I Spy - 3x26 Pinwheel.part10.rar" [13/22] yEnc', 'ordinal' => 20, - ), + ], 191 => - array ( + [ 'id' => 192, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z0-9].+? (S\\d+D\\d+|- Season \\d+))( -)? \\[\\d+\\/\\d+\\] - ".+?"? yEnc$/', 'status' => 1, 'description' => '//Sledge Hammer! S2D2 [016/138] - "SH! S2 D2.ISO.016" yEnc ::: //Sledge Hammer! S2D2 [113/138] - "SH! S2 D2.ISO.1132 yEnc ::: //Lost In Space - Season 1 - [13/40] - "S1E02 - The Derelict.avi" yEnc', 'ordinal' => 25, - ), + ], 192 => - array ( + [ 'id' => 193, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z0-9].+? \\d{4}-\\d\\d-\\d\\d)( \\[.+?\\])? \\(\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//Night Flight TV Show rec 1991-01-12 (02/54) - "night flight rec 1991-01-12.nfo" yEnc ::: //Night Flight TV Show rec 1991-05-05 [NEW PAR SET] (1/9) - "night flight rec 1991-05-05.par2" yEnc', 'ordinal' => 30, - ), + ], 193 => - array ( + [ 'id' => 194, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^[a-zA-Z0-9][a-zA-Z0-9.-]+S\\d+E\\d+([a-zA-Z0-9.]+)? \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//The.Love.Boat.S05E08 [01/31] - "The.Love.Boat.S05E08.Chefs.Special.Kleinschmidt.New.Beginnings.par2" yEnc ::: //Barney.Miller.S08E05.Stress.Analyzer [01/18] - "Barney.Miller.S08E05.Stress.Analyzer.VHSTVRip.DivX.par2" yEnc', 'ordinal' => 35, - ), + ], 194 => - array ( + [ 'id' => 195, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(Re: )?"(?P.+?)(\\.avi|\\.mkv)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")( HQ DVDRip\\[\\d+\\/\\d+\\])? yEnc$/', 'status' => 1, 'description' => '//"Batman - S1E13-The Thirteenth Hat.par2" yEnc ::: //"The Munsters - 1x01 Munster Masquerade.part.par" HQ DVDRip[02/16] yEnc', 'ordinal' => 40, - ), + ], 195 => - array ( + [ 'id' => 196, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(Re: )?[a-zA-Z0-9]+.+? (series|Season) \\d+ (- )?\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Re: Outside Edge series 1 - [01/20] - "Outside Edge S01.nfo" yEnc ::: //Green Acres Season 1 [01/87] - "Green Acres Season 1.par2" yEnc ::: //MASH Season 1 - [01/54] - "MASH - Season 01.par2" yEnc', 'ordinal' => 45, - ), + ], 196 => - array ( + [ 'id' => 197, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(REQ - )?[A-Z0-9a-z][A-Z0-9a-z.]+ - \\d+x\\d+ (- [A-Z0-9a-z.]+ )?- \\[\\d+\\/\\d+\\] - "(?P.+?)(\\.avi|\\.mkv)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Rich.Little.Show - 1x12 - Season.and.Series.Finale - [02/33] - "Rich Little Show - 1x12 - Bill Bixby.avi.002" yEnc ::: //Rich.Little.Show - 1x11 - [01/33] - "Rich Little Show - 1x11 - Jessica Walter.avi.001" yEnc ::: //REQ - Banacek - 2x07 - [02/61] - "Banacek - 2x07 - Fly Me -', 'ordinal' => 50, - ), + ], 197 => - array ( + [ 'id' => 198, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^Handyman Shows-(?P.+) - File \\d+ of \\d+ - yEnc$/', 'status' => 1, 'description' => '//Handyman Shows-TOH-S32E10 - File 01 of 32 - yEnc', 'ordinal' => 55, - ), + ], 198 => - array ( + [ 'id' => 199, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.:]+) - \\d+( of \\d+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") (\\(\\d+\\/\\d+\\) )?(yEnc)?$/', 'status' => 1, 'description' => '//\'Mission: Impossible\' - 1x09 - NTSC - DivX - 28 of 48 - "MI-S01E09.r23" yEnc ::: //\'Mission: Impossible\' - 1x09 - NTSC - DivX - 01 of 48 - "MI-S01E09.nfo" (1/1)', 'ordinal' => 60, - ), + ], 199 => - array ( + [ 'id' => 200, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")(yEnc)?( )?$/', 'status' => 1, 'description' => '//"Batman - S2E58-Ice Spy.par2"yEnc ::: //"Black Sheep Squadron 1x03 Best Three Out of Five.par2"', 'ordinal' => 65, - ), + ], 200 => - array ( + [ 'id' => 201, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\(Not My Rip\\).+ \\d+ (- \\d+) .+ yEnc$/', 'status' => 1, 'description' => '//"Guns of Will Sonnett - 1x04.mp4" (Not My Rip)Guns Of Will Sonnett Season 1 1 - 26 Mp4 With Pars yEnc', 'ordinal' => 70, - ), + ], 201 => - array ( + [ 'id' => 202, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(01/10) "Watch_With_Mother-Bill_And_Ben-1953_02_12-Scarecrow-VHSRip-XviD.avi" - 162.20 MB - yEnc', 'ordinal' => 75, - ), + ], 202 => - array ( + [ 'id' => 203, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^\\(.+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\[\\d+\\/(\\d+\\]) (Last One I Have! )?yEnc$/', 'status' => 1, 'description' => '//(Our Gang - Little Rascals DVDRips) "Our Gang - The Lucky Corner (1936).part0.sfv" [01/19] yEnc ::: //(Our Gang - Little Rascals DVDRips) "Our Gang - Wild Poses (1933).part.par" [02/20] Last One I Have! yEnc', 'ordinal' => 80, - ), + ], 203 => - array ( + [ 'id' => 204, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^.+ Usenet Past .+\\[\\d+\\/(\\d+\\]) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[EnJoY] =>A Blast from Usenet Past (1/3)<= [00/14] - "Mcdonalds Training Film - 1972 (Vhs-Mpg).part.nzb" yEnc', 'ordinal' => 85, - ), + ], 204 => - array ( + [ 'id' => 205, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^ \\[\\d+\\/(\\d+\\]) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// [01/12] - "Yancy Derringer - 03 - Geheime Fracht.par2" yEnc', 'ordinal' => 90, - ), + ], 205 => - array ( + [ 'id' => 206, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^.+ [\\[\\(]\\d+( of |\\/)(\\d+[\\]\\)])[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//77 Sunset Strip 409 [1 of 23] "77 Sunset Strip 409 The Missing Daddy Caper.avi.vol63+34.par2" yEnc ::: //Barney.Miller.NZBs [001/170] - "Barney.Miller.S01E01.Ramon.nzb" yEnc', 'ordinal' => 95, - ), + ], 206 => - array ( + [ 'id' => 207, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^.+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") [\\[\\(]\\d+\\/(\\d+[\\]\\)]) yEnc$/', 'status' => 1, 'description' => '//All in the Family - missing eps - DVDRips "All in the Family - 6x23 Gloria & Mike\'s House Guests.part5.rar" [08/16] yEnc ::: //Amos \'n\' Andy - more shows---read info.txt "Amos \'n\' Andy S01E00 Introduction of the Cast.mkv.001" (002/773) yEnc', 'ordinal' => 100, - ), + ], 207 => - array ( + [ 'id' => 208, 'group_regex' => '^alt\\.binaries\\.classic\\.tv\\.shows$', 'regex' => '/^(?P.+\\d+x\\d+.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})( yEnc)?( (Series|Season) Finale)?$/', 'status' => 1, 'description' => '//Andy Gr', 'ordinal' => 105, - ), + ], 208 => - array ( + [ 'id' => 209, 'group_regex' => '^alt\\.binaries\\.comics$', 'regex' => '/^\\((?P.+)\\)[ -]+\\[\\d+\\/\\d+\\][ -]+".+"[ -]+yEnc$/', 'status' => 1, 'description' => '//(The Walking Dead Comics Volume 1) [10/18] - "walking dead 002.cbr" yEnc', 'ordinal' => 5, - ), + ], 209 => - array ( + [ 'id' => 210, 'group_regex' => '^alt\\.binaries\\.comics$', 'regex' => '/^(?P.+)[ -]+\\[COMIC\\][ -]+\\[\\d+\\/\\d+\\][ -]+".+"[ -]+yEnc$/i', 'status' => 1, 'description' => '//The Strain -1-9 [Comic] [1/2] - "TSC.nfo" yEnc', 'ordinal' => 10, - ), + ], 210 => - array ( + [ 'id' => 211, 'group_regex' => '^alt\\.binaries\\.comics$', 'regex' => '/.*"(?P.{7,}?)(\\.part\\d*|\\.rar)?(\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '// Return anything between the quotes.', 'ordinal' => 15, - ), + ], 211 => - array ( + [ 'id' => 212, 'group_regex' => '^alt\\.binaries\\.comics\\.dcp$', 'regex' => '/\\d{4}\\.(\\d{2}\\.){2} - "(?P.+?)\\.cb[rz]" yEnc$/i', 'status' => 1, 'description' => '//New Releases 2014.3.20 - "The Silver Surfer 012 (1970-01) (digital) (milton19-Empire).cbr" yEnc', 'ordinal' => 5, - ), + ], 212 => - array ( + [ 'id' => 213, 'group_regex' => '^alt\\.binaries\\.comics\\.dcp$', 'regex' => '/(Req?: )+(?P.+?) - File \\d+ of \\d+ - yEnc$/i', 'status' => 1, 'description' => '//Re: Req: Dark Tower - The Battle of Jericho Hill 05 (of 05) TIA - File 1 of 1 - yEnc', 'ordinal' => 10, - ), + ], 213 => - array ( + [ 'id' => 214, 'group_regex' => '^alt\\.binaries\\.comics\\.dcp$', 'regex' => '/\\|\\| \\d{4} \\|\\| - "(?P.+?)\\.cb[rz]" \\[\\d+\\/\\d+\\] yEnc$/i', 'status' => 1, 'description' => '//Amazing Spider-man 306 || FB-DCP scan || 1988 || - "Amazing Spider-man 306 (1988)(FB-DCP)(C2C).CBR" [3/7] yEnc', 'ordinal' => 15, - ), + ], 214 => - array ( + [ 'id' => 215, 'group_regex' => '^alt\\.binaries\\.comics\\.dcp$', 'regex' => '/\\s+\\[\\d+\\/\\d+\\]\\s+(-\\s+)?(?P[A-Z0-9].+?)(\\[.*?(starv|RexTyler).*?\\])?\\.cb[rz](\\.par2)?\\s+yEnc$/i', 'status' => 1, 'description' => '//All-Star Squadron Preview 00 (1981) [HQ rescan] [1/5] - All-Star Squadron Preview 00 (Aug 1981) [HQ rescan] [RexTyler].cbr yEnc ::: //Mad Color Classics (1st time as true CBR) - [1/1] Mad Color Classics 04 {FIXED} (c2c) [True CBR by RexTyler].cbr yEnc ::: //Comico Christmas Special (1988) - [1/5] Comico Christmas Special (1988) [starv].cbr.par2 yEnc', 'ordinal' => 20, - ), + ], 215 => - array ( + [ 'id' => 216, 'group_regex' => '^alt\\.binaries\\.comics\\.dcp$', 'regex' => '/\\s+-\\s+File \\d+ of \\d+\\s+-\\s+(?P[A-Z0-9].+?)\\.(cb[rz]|rar)\\s+yEnc$/i', 'status' => 1, 'description' => '//0-Day 2013.8.28 - "Ultimate Comics Spider-Man 026 (2013) complete/unbroken - File 1 of 1 - Ultimate Comics Spider-Man 026 (2013) (Digital) (Zone-Empire).cbr yEnc ::: //Ultimate Comics Spider-Man 026 - File 1 of 1 - Ultimate Comics Spider-Man 026 (2013) (Digital) (Zone-Empire).rar yEnc', 'ordinal' => 25, - ), + ], 216 => - array ( + [ 'id' => 217, 'group_regex' => '^alt\\.binaries\\.comics\\.dcp$', 'regex' => '/^(?P[a-z0-9].+?)\\s+-\\s+File \\d+ of \\d+\\s+-\\s+yEnc$/i', 'status' => 1, 'description' => '//Grimm Fairy Tales Myths & Legends 12 - File 1 of 1 - yEnc', 'ordinal' => 30, - ), + ], 217 => - array ( + [ 'id' => 218, 'group_regex' => '^alt\\.binaries\\.comics\\.dcp$', 'regex' => '/.*"(?P.{7,}?)(\\.part\\d*|\\.rar)?(\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '// Return anything between the quotes.', 'ordinal' => 35, - ), + ], 218 => - array ( + [ 'id' => 219, 'group_regex' => '^alt\\.binaries\\.comp$', 'regex' => '/^\\(\\d+\\/\\d+\\) .+? post (?P.+?) ".+?" yEnc$/', 'status' => 1, 'description' => '//(45/74) NikJosuf post Magento tutorials "43 - Theming Magento 19 - Adding a Responsive Slideshow.mp4" yEnc', 'ordinal' => 5, - ), + ], 219 => - array ( + [ 'id' => 220, 'group_regex' => '^alt\\.binaries\\.comp$', 'regex' => '/^(?P.{5,}?) \\(\\d+\\/\\d+\\) ".+?" - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//Photo Mechanic 5.0 build 13915 (1/6) "Photo Mechanic 5.0 build 13915 (1).par2" - 32,97 MB - yEnc', 'ordinal' => 10, - ), + ], 220 => - array ( + [ 'id' => 221, 'group_regex' => '^alt\\.binaries\\.comp$', 'regex' => '/^\\((?P[a-zA-Z0-9. ]{10,}?)\\) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//(Advanced SystemCare Pro 6.3.0.269 Final ML Incl Serial) [01/10] - "Advanced SystemCare Pro 6.3.0.269 Final ML Incl Serial.nfo" yEnc', 'ordinal' => 15, - ), + ], 221 => - array ( + [ 'id' => 222, 'group_regex' => '^alt\\.binaries\\.comp$', 'regex' => '/^\\[\\d+\\/\\d+ (?P.+?)(\\.(part\\d*|rar|avi|iso|mp4|mkv|mpg))?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[01/21 Geroellheimer - S01E03 - Swimming Pool Geroellheimer - S01E03 - Swimming Pool.mp4.001" yEnc', 'ordinal' => 20, - ), + ], 222 => - array ( + [ 'id' => 223, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^(?P[\\w.]+?-?PS3-[a-zA-Z0-9]+) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Railfan_JPN_JB_PS3-Caravan [02/88] - "cvn-railfjb.par2" yEnc ::: //Madagascar.Kartz.German.JB.PS3-ATAX [01/40] - "atax-mkgjp.nfo" ::: //Saints_Row_The_Third_The_Full_Package_EUR-PS3-SPLiT [61/87] - "split-sr3fullpps3.r58" yEnc', 'ordinal' => 5, - ), + ], 223 => - array ( + [ 'id' => 224, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^\\(\\d+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w.]{10,}?PS3-[A-Za-z0-9]+?)\\..+?" yEnc$/', 'status' => 1, 'description' => '//(4168) [00/24] - "Legend.Of.The.Guardians.Owls.GaHoole.USA.JB.PS3-PSFR33.nzb" yEnc', 'ordinal' => 10, - ), + ], 224 => - array ( + [ 'id' => 225, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^\\[\\d+\\]-\\[.+?\\]-\\[ (?P.+?) \\] \\(\\d+\\/\\d+\\) ".+?" yEnc$/', 'status' => 1, 'description' => '//[4230]-[ABGX.net]-[ Air_Conflicts_Pac', 'ordinal' => 15, - ), + ], 225 => - array ( + [ 'id' => 226, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/\\.: (?P.+):. - .:www\\.thunder-news\\.org:. - .:sponsored by secretusenet\\.com:\\. - ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '//.: Birds_of_Steel_PS3-ABSTRAKT :. - .:www.thunder-news.org:. - .:sponsored by secretusenet.com:. - "as-bos.r39" yEnc', 'ordinal' => 20, - ), + ], 226 => - array ( + [ 'id' => 227, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" \\(\\d+\\/(\\d+\\)) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//"Armored_Core_V_PS3-ANTiDOTE__www.realmom.info__.r00" (03/78) 3,32 GB yEnc', 'ordinal' => 25, - ), + ], 227 => - array ( + [ 'id' => 228, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" (\\d+[.,]\\d+ [kKmMgG][bB]) yEnc$/', 'status' => 1, 'description' => '//"Ace.Combat.Assault.Horizon.PS3-DUPLEX__www.realmom.info__.nfo" 7,14 GB yEnc', 'ordinal' => 30, - ), + ], 228 => - array ( + [ 'id' => 229, 'group_regex' => '^alt\\.binaries\\.console\\.ps3$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Angry Birds USA PSN PSP-NRP.exe" yEnc', 'ordinal' => 35, - ), + ], 229 => - array ( + [ 'id' => 230, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^Film - (\\[\\d+\\/\\d+\\] - )?"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Film - [13/59] - "Jerry Maguire (1996) 1080p DTS multisub HUN HighCode-PHD.part13.rar" yEnc ::: //Film - "Phone.booth.2003.RERIP.Bluray.1080p.DTS-HD.x264-Grym.part001.rar" yEnc', 'ordinal' => 5, - ), + ], 230 => - array ( + [ 'id' => 231, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\[Art-Of-Use\\.Net\\] :: \\[.+?\\] :: - \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Art-Of-Use.Net] :: [AUTO] :: - [34/36] - "ImmoralLive.13.11.10.Immoral.Orgies.Rikki.Six.Carmen.Callaway.And.Amanda.Tate.XXX.1080p.MP4-KTR.vol15+16.par2" yEnc', 'ordinal' => 10, - ), + ], 231 => - array ( + [ 'id' => 232, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^brothers-of-usenet\\.info\\.net.+SSL-News\\.info-----(?P.+) - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info.net Partner von---- SSL-News.info----- brothers-of-usenet.info.net Partner von---- SSL-News.info-----AVG.Internet.Security.2014.Build.4335.x86.x64 - "AVG.Internet.Security.2014.Build.4335.vol00+01.PAR2" - 315,68 MB - yEnc', 'ordinal' => 15, - ), + ], 232 => - array ( + [ 'id' => 233, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^>+GOU<+ (?P.+?) >+www\\..+?<+ - \\(\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//>GOU<< ZDF.History.Das.Geiseldrama.von.Gladbeck.GERMAN.DOKU.720p.HDTV.x264-TVP >>www.SSL-News.info< - (02/35) - "tvp-gladbeck-720p.nfo" yEnc', 'ordinal' => 20, - ), + ], 233 => - array ( + [ 'id' => 234, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^<<>> \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//<<>> USC <<>> [22/26] - "Zombie.Tycoon.2.Brainhovs.Revenge-SKIDROW.vol00+1.par2" - 1,85 GB yEnc', 'ordinal' => 25, - ), + ], 234 => - array ( + [ 'id' => 235, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^.+Usejunkies.tk.+ \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//::: Usejunkies.tk ::: - [01/11] - "DJ Shog - DNA - HD 720p.par2" - 47,76 MB yEnc', 'ordinal' => 30, - ), + ], 235 => - array ( + [ 'id' => 236, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\(\\d+\\/\\d+\\).+Usejunkies.tk.+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(5/9) :...Usejunkies.tk...:----"Leawo.Blu-ray.Ripper.v4.4.0.rar.vol003+04.par2" - 30.94 MB - yEnc', 'ordinal' => 35, - ), + ], 236 => - array ( + [ 'id' => 237, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\(.+s\\d+e\\d+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(Grimms03e10) [6/9] - "Grimm_S03E10_Eyes_of_the_Beholder.avi.vol007+08.PAR2"Grimm S03E10 yEnc', 'ordinal' => 40, - ), + ], 237 => - array ( + [ 'id' => 238, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^[a-zA-Z0-9]+ post voor u op www\\..+? - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Jipejans post voor u op www.Dreamplace.biz - [010/568] - "Alien-Antology-DC-Special-Edition-1979-1997-1080p-GER-HUN-HighCode.part009.rar" yEnc ::: //Egbert47 post voor u op www.nzbworld.me - [01/21] - "100 Hits - Lady Sings The Blues 2006 (5cd\'s).par2" yEnc', 'ordinal' => 45, - ), + ], 238 => - array ( + [ 'id' => 239, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^>+ .+?\\.info [<>+]+ .+?\\.com <+ "(?P.+?)\\s+- .*?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - .+? yEnc$/', 'status' => 1, 'description' => '//>>> usenet4ever.info <<<+>>> secretusenet.com <<< "Weltnaturerbe USA Grand Canyon Nationalpark 2012 3D Blu-ray untouched - DarKneSS.part039.rar" - DarKneSS yEnc', 'ordinal' => 50, - ), + ], 239 => - array ( + [ 'id' => 240, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^Old\\s+Dad\\s+uppt?\\s*?(?P.+?)( mp4| )?\\[?\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt Der gro?e Gatsby BD Rip AC3 Line XvidD German 01/57] - "Der gro?e Gatsby.par2" yEnc', 'ordinal' => 55, - ), + ], 240 => - array ( + [ 'id' => 241, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^[A-Za-z]+ - \\[\\d+\\/\\d+\\] - "\\d+-(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//panter - [46/60] - "68645-Busty Beauties Car Wash XXX 3D BD26.part45.rar" yEnc ::: //Wildrose - [01/57] - "49567-Kleine Rode Tractor Buitenpret.par2" yEnc', 'ordinal' => 60, - ), + ], 241 => - array ( + [ 'id' => 242, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^[ _-]{0,3}\\w+(-\\w+)?[ _-]{0,3}\\d+[ _-]{0,3}(?P.+) - \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+?("|#34;) yEnc$/i', 'status' => 1, 'description' => '// - FLAC - 1330543524 - Keziah_Jones-Femiliarise-PROMO_CDS-FLAC-2003-oNePiEcE - [01/11] - "00-keziah_jones-femiliarise-promo_cds-flac-2003-1.jpg" yEnc', 'ordinal' => 65, - ), + ], 242 => - array ( + [ 'id' => 243, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^Doobz (?P[a-zA-z-_]+) \\[\\d+\\/(\\d+\\]) - ".+([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Doobz Europa_Universalis_IV_Conquest_of_Paradise-FLT [10/54] - "flt-eucp.001" yEnc', 'ordinal' => 70, - ), + ], 243 => - array ( + [ 'id' => 244, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\(aangemeld bij usenet collector\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(aangemeld bij usenet collector) [001/125] - "Northern_Exposure_Season_1_dvd_1.par2" yEnc', 'ordinal' => 75, - ), + ], 244 => - array ( + [ 'id' => 245, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+usenet-space-cowboys\\.info.+ yEnc$/', 'status' => 1, 'description' => '//[15/16] - "Person.of.Interest.S03E09.480p.HDTV.x264-mSD.vol0+1.par2" - 177,28 MB <-> usenet-space-cowboys.info <-> powered by secretusenet.com <-> yEnc', 'ordinal' => 80, - ), + ], 245 => - array ( + [ 'id' => 246, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^brothers-of-usenet\\.info.+ - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info&net-empfehlen-ssl-news.info Black Mirror s01e01 - Der wille des volkes - [09/15] - "Black Mirror - S01E01 - Der Wille des Volkes.vol00+01.par2" yEnc', 'ordinal' => 85, - ), + ], 246 => - array ( + [ 'id' => 247, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+yEnc$/', 'status' => 1, 'description' => '//(024/264) "Enf.S04E02.G.D.H.X-M.vol51+46.PAR2" - 8,27 GB -Enf.S04.G.D.H.X yEnc', 'ordinal' => 90, - ), + ], 247 => - array ( + [ 'id' => 248, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/i', 'status' => 1, 'description' => '//[01/10] - "Wondershare.Video.Converter.Ultimate.v6.7.1.0.Multilanguage.par2" - 45,44 MB yEnc', 'ordinal' => 95, - ), + ], 248 => - array ( + [ 'id' => 249, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//"8 Wenn ich einmal gross bin .mp3" Koelschefetz postet.Die Filue -Immer Wigger yEnc', 'ordinal' => 100, - ), + ], 249 => - array ( + [ 'id' => 250, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) {0,3}yEnc$/', 'status' => 1, 'description' => '//Adobe Photoshop Lightroom v5.2 - FiNaL - Multilingual [WIN].vol037+32.PAR2 yEnc', 'ordinal' => 105, - ), + ], 250 => - array ( + [ 'id' => 251, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^brothers-of-usenet.+? \\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] yEnc$/', 'status' => 1, 'description' => '//brothers-of-usenet.info&net-empfehlen-ssl-news.info (02/51) "Paul.Panzer.-.Hart.Backbord.2012.German.PAL.DVDR-icq4711.part01.rar" - 4,33 GB yEnc', 'ordinal' => 5, - ), + ], 251 => - array ( + [ 'id' => 252, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^"(?P[\\w.]{10,}-[a-zA-Z0-9]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"The.Crow.1994.German.DL.PAL.HD2DVD.DVDR-Braunbaer.par2" yEnc', 'ordinal' => 10, - ), + ], 252 => - array ( + [ 'id' => 253, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^[A-Z0-9].+? postet\\s+.+?\\s+\\[\\d+\\/\\d+\\] - "(?P[\\w.-]{10,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Eragon postet The Secret of Crickley Hall S01E02 german Sub hardcodet [02/28] - "the_secret_of_crickley_hall.1x02.hdtv_x264-fov_arc.par2" yEnc', 'ordinal' => 15, - ), + ], 253 => - array ( + [ 'id' => 254, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^[A-Z0-9].+? postet\\s+(?P.+?)\\.?\\s+\\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Eragon postet Hart of Dixie S02E13 german Sub hardcodet. [02/21] - "hart of dixie S02E13.par2" yEnc', 'ordinal' => 20, - ), + ], 254 => - array ( + [ 'id' => 255, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^>GOU<< - "(?P.+?)\\.rar" yEnc$/', 'status' => 1, 'description' => '//>GOU<< - "Internet Download Manager 6.15 Build 1.rar" yEnc', 'ordinal' => 25, - ), + ], 255 => - array ( + [ 'id' => 256, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^(?P[\\w.]{8,}-[a-zA-Z0-9]+) - ".+?" yEnc$/', 'status' => 1, 'description' => '//Die.wahren.Faelle.des.NCIS.S01E06.Mord.ohne.Skrupel.GERMAN.DOKU.WS.BDRip.XviD-MiSFiTS - "misfits-therealnciss01e06-xvid.par2" yEnc', 'ordinal' => 30, - ), + ], 256 => - array ( + [ 'id' => 257, 'group_regex' => '^alt\\.binaries\\.dc$', 'regex' => '/^(?P[\\w.]{10,})".+?" yEnc$/', 'status' => 1, 'description' => '//Double.Team.1997.German.FSK18.AC3.DVDRiP.XViD"team-xvid.oppo.par2" yEnc', 'ordinal' => 35, - ), + ], 257 => - array ( + [ 'id' => 258, 'group_regex' => '^alt\\.binaries\\.divx\\.french$', 'regex' => '/^\\.oO "(?P.+)__www.realmom.info__.+" Oo. \\[\\d+\\/\\d+\\] \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//.oO "20.Years.After.German.2008.AC3.BDRip.XviD.INTERNAL-ARC__www.realmom.info__.nfo" Oo. [02/39] 1,43 GB yEnc', 'ordinal' => 5, - ), + ], 258 => - array ( + [ 'id' => 259, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^#sterntuary - (?P.+? - ".+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//#sterntuary - Alex Jones Radio Show - "05-03-2009_INFO_BAK_ALJ.nfo" yEnc', 'ordinal' => 5, - ), + ], 259 => - array ( + [ 'id' => 260, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) "((BBC|ITV) )?(?P.+?)(\\.part\\d+)?(\\.(par2|(vol.+?))"|\\.[a-z0-9]{3}"|") - \\d.+? - (\\d.+? -)? yEnc$/', 'status' => 1, 'description' => '//(08/25) "Wild Russia 5 of 6 The Secret Forest 2009.part06.rar" - 47.68 MB - 771.18 MB - yEnc ::: //(01/24) "ITV Wild Britain With Ray Mears 1 of 6 Deciduous Forest 2011.nfo" - 4.34 kB - 770.97 MB - yEnc ::: //(24/24) "BBC Great British Garden Revival 03 of 10 Cottage Gardens And House Plants 2013.vol27+22.PAR2" - 48.39 MB - 808.88 MB - yEnc', 'ordinal' => 10, - ), + ], 260 => - array ( + [ 'id' => 261, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\(\\d+\\/\\d+\\).+yEnc$/', 'status' => 1, 'description' => '//"Fat Head 2009 Tom Naughton (why we get fat documentary) XVID.par2" (01/66) Paleo Low Carb Gluten-Free Diet yEnc', 'ordinal' => 15, - ), + ], 261 => - array ( + [ 'id' => 262, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\[(?P.+?MVGroup)\\]-\\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[David.Attenboroughs.Natural.Curiosities.2013.5of5.Seeing.the.Pattern.720p.HDTV.x264.AAC-MVGroup]-[03/21] - "danc-e05.r00" yEnc', 'ordinal' => 20, - ), + ], 262 => - array ( + [ 'id' => 263, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^Battlefield S\\d S\\d+E\\d+ "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Battlefield S1 S01E04 "Battlefield.104.The.Battle.of.Stalingrad.nfo" yEnc', 'ordinal' => 25, - ), + ], 263 => - array ( + [ 'id' => 264, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^(?P.+?) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//BBC The Space Race 1to4of4 (2005) - "BBC.SR01.par2" yEnc', 'ordinal' => 30, - ), + ], 264 => - array ( + [ 'id' => 265, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\[ (?P.+?) \\] \\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ BBC.Time.Machine.Part.1.of.3.2004.DVDRip.x264.AAC.Cht-Eng-Sub.D5799E84-GFC ] [01/17] - "gfc-tm1.sfv" yEnc ::: //[ Discovery.Channel.Discovery.Atlantis.1996.DVDRip.X264.AC3-xslidian ] [01/12] - "d-da.sfv" yEnc ::: //[ Mount.Fuji.2008.blu-ray.x264.720p.AC3-CHD ] [01/48] - "chd-mfj.sfv" yEnc', 'ordinal' => 35, - ), + ], 265 => - array ( + [ 'id' => 266, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/.*[\\(\\[]\\d+-(\\d+[\\)\\]])[-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}("|#34;)).+?yEnc$/', 'status' => 1, 'description' => '//Rough Cut - Woodworking with Tommy Mac - Pilgrim Blanket Chest (1600s) DVDrip DivX - (02-17) "Rough.Cut-Woodworking.with.Tommy.Mac-Pilgrim.Blanket.Chest.1600s-DVDrip.DivX.2010.par2" - yEnc yEnc', 'ordinal' => 40, - ), + ], 266 => - array ( + [ 'id' => 267, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/(?PAsia.+) - [\\(\\[]\\d+(\\|\\d+[\\)\\]])[-_\\s]{0,3}("|#34;).+?(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}("|#34;)).+?yEnc$/', 'status' => 1, 'description' => '//Asia This Week (NHK World, 19 & 20 July 2013) - \'Malala\'s movement for girls\' education + Japan seeks imports from Southeast Asia - soccer players\' - (02|14) - "ATW-2013-07-20.par2" yEnc ::: //Asia Biz Forecast (NHK World, 6 & 7 July 2013) - \'China: limits of growth + Japan: remote access\' - (05|14) - "ABF-2013-07-07.part3.rar" yEnc', 'ordinal' => 45, - ), + ], 267 => - array ( + [ 'id' => 268, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/(?PAsia.+) - File \\d+ of (\\d+)[-_\\s]{0,3}.+?(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}).+?yEnc$/', 'status' => 1, 'description' => '//Asia Biz Forecast (NHK World, 16-17 June 2012) - "Japan seeks energy options" - File 01 of 14 - ABF-2012-06-16.nfo (yEnc', 'ordinal' => 50, - ), + ], 268 => - array ( + [ 'id' => 269, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^.+? S\\d+E\\d+ - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") (\\d+[,.]\\d+ [kKmMgG][bB]ytes) yEnc$/', 'status' => 1, 'description' => '//Dark MatterDark Energy S02E06 - "Dark Matter_Dark Energy S02E06 - The Universe - History Channel.part1.rar" 51.0 MBytes yEnc', 'ordinal' => 55, - ), + ], 269 => - array ( + [ 'id' => 270, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^.+Doc2011.+ \\d+\\/\\d+ - (?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/', 'status' => 1, 'description' => '//-\'- Doc2011 -\'- 01/16 - Glorious.Accidents.2011.par2 yEnc', 'ordinal' => 60, - ), + ], 270 => - array ( + [ 'id' => 271, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") {1,2}yEnc$/', 'status' => 1, 'description' => '//"BBC.The.Treasures.of.Ancient.Rome.1of3.Warts.n.All.720p.HDTV.x264.AAC.MVGroup.org.mkv.025" yEnc', 'ordinal' => 65, - ), + ], 271 => - array ( + [ 'id' => 272, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\[\\d+ of \\d+ - \\d+([,.]\\d+)? [kKmMgG][bB]\\] yEnc$/', 'status' => 1, 'description' => '//"Time Team - 2012 - 05 - Beadnell, Northumbria.par2" - [01 of 84 - 64 kb] yEnc', 'ordinal' => 70, - ), + ], 272 => - array ( + [ 'id' => 273, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Lang Lang - Mendelssohn.m4v" [2/9] yEnc', 'ordinal' => 75, - ), + ], 273 => - array ( + [ 'id' => 274, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+yEnc$/', 'status' => 1, 'description' => '//(06/24) "BBC Upgrade Me 2009.part04.rar" - 47.68 MB - 807.79 MB - yEnc', 'ordinal' => 80, - ), + ], 274 => - array ( + [ 'id' => 275, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/\\(\\d+\\/(\\d+\\) - .+) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(35/45) - Keating Pt4 - "Keating Pt4.part34.rar" - 1.77 GB - yEnc', 'ordinal' => 85, - ), + ], 275 => - array ( + [ 'id' => 276, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\(.+?\\)\\[\\d+\\/(\\d+\\][-_\\s]{0,3}.+?)[-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(World Air Routes - WESTJET - B737-700) [028/109] - "World Air Routes - WESTJET - B737-700.part027.rar" yEnc', 'ordinal' => 90, - ), + ], 276 => - array ( + [ 'id' => 277, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/(?P.+?) - [\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}("|#34;).+?(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/', 'status' => 1, 'description' => '//Beyond Vanilla (2010) Documentary DVDrip XviD-Uncut - (02/22) "Beyond.Vanilla.2010.Documentary.DVDrip.XviD-Uncut.par2" - yenc yEnc', 'ordinal' => 95, - ), + ], 277 => - array ( + [ 'id' => 278, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) - \\[\\d+\\/\\d+\\] yEnc$/', 'status' => 1, 'description' => '//Michael Woods, The Story Of India - Beginnings 1of6.avi.013 - [14/62] yEnc', 'ordinal' => 100, - ), + ], 278 => - array ( + [ 'id' => 279, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^PBS.+\\(\\d+\\/\\d+\\) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//PBS Nature The Private L', 'ordinal' => 105, - ), + ], 279 => - array ( + [ 'id' => 280, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^PBS.+\\[\\d+ of \\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//PBS - Inside Nature\'s Giants - Big Cats [100 of 101] "PBS - Inside Nature\'s Giants - Big Cats.m4v.vol970+143.par2" yEnc', 'ordinal' => 110, - ), + ], 280 => - array ( + [ 'id' => 281, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\d+\\/\\d+ "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//59/63 "Gates Of Heaven.vol023+19.PAR2" yEnc', 'ordinal' => 115, - ), + ], 281 => - array ( + [ 'id' => 282, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^(?P.+?) \\(\\d+\\|\\d+\\) - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Asia Biz Forecast (NHK World, 9 & 10 November 2013) - \'Mizuho: Shadow banking\' (01|14) - "ABF-2013-11-09.nfo" yEnc', 'ordinal' => 120, - ), + ], 282 => - array ( + [ 'id' => 283, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^[\\w ]+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")(.+[\\(\\[]\\d+\\/\\d+[\\)\\]])?[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//TG1 "Top.gear.the.perfect.road.trip.2013.vol0000+128.PAR2" :: [01/10] yEnc', 'ordinal' => 125, - ), + ], 283 => - array ( + [ 'id' => 284, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\[(?P[\\w- ]+)\\]-\\[\\d+\\/\\d+\\] - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Walmart - The High Cost of Low Prices]-[28/59] - "wthcolp.part26.rar" yEnc', 'ordinal' => 130, - ), + ], 284 => - array ( + [ 'id' => 285, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\[[\\w- ]+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[SR09-0013] - "America Revealed E02 Nation On The Move (2012) x264 720p AC3 5.1.nfo" yEnc', 'ordinal' => 135, - ), + ], 285 => - array ( + [ 'id' => 286, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^(?P[\\w- ]+.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Panzer III - Medium Tank The German War Files - Panzer III - Germany\'s WWII Medium Tank.part05.rar" yEnc', 'ordinal' => 140, - ), + ], 286 => - array ( + [ 'id' => 287, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\(World Air Routes.+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(World Air Routes - Turkish Airlines B777-300ER) [001/114] - "World Air Routes - Turkish Airlines B777-300ER.par2" yEnc', 'ordinal' => 145, - ), + ], 287 => - array ( + [ 'id' => 288, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P.+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [001/137] - "BBC.Attenborough.Zoo.Quest.Assorted.WebRips.par2" yEnc', 'ordinal' => 150, - ), + ], 288 => - array ( + [ 'id' => 289, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^dokus4alle presents \\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//dokus4alle presents (01/52) "BBC.Tweed.1of3.Trouble.Looms.H264.AAC.nfo" - 603.24 MB - yEnc', 'ordinal' => 155, - ), + ], 289 => - array ( + [ 'id' => 290, 'group_regex' => '^alt\\.binaries\\.documentaries$', 'regex' => '/^\\[U4A\\]-\\[(?P.+)\\]-\\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[U4A]-[After Porn Ends DOCU WEBRip X264 AAC]-[01/65] - "after.porn.ends.par2" yEnc', 'ordinal' => 160, - ), + ], 290 => - array ( + [ 'id' => 291, 'group_regex' => '^alt\\.binaries\\.dvd$', 'regex' => '/^thnx to original poster \\[\\d+(?P\\/\\d+\\] - ".+?)(\\.part\\d*|\\.rar)?(\\.vol.+?|\\.[A-Za-z0-9]{2,4})("| `).+? yEnc$/', 'status' => 1, 'description' => '//thnx to original poster [00/98] - "2669DFKKFD2008.nzb ` 2669DFKKFD2008 " yEnc', 'ordinal' => 5, - ), + ], 291 => - array ( + [ 'id' => 292, 'group_regex' => '^alt\\.binaries\\.dvd\\.movies$', 'regex' => '/^Skata - (?P.+) \\(\\d+ \\/ \\d+\\) - ".+" yEnc$/', 'status' => 1, 'description' => '//Skata - Clouzot - Messa Da Requiem (49 / 79) - "Skata - Clouzot - MDR.part47.rar" yEnc', 'ordinal' => 5, - ), + ], 292 => - array ( + [ 'id' => 293, 'group_regex' => '^alt\\.binaries\\.dvd\\.movies$', 'regex' => '/\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(????) [02361/43619] - "18j Amy-superlange Beine.exe" yEnc', 'ordinal' => 10, - ), + ], 293 => - array ( + [ 'id' => 294, 'group_regex' => '^alt\\.binaries\\.dvd\\.movies$', 'regex' => '/.*"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//Mutant.Chronicles.German.2008.AC3.DVDRip.XviD.(01/40) "Mutant.Chronicles.German.2008.AC3.DVDRip.XviD.nfo" yEnc', 'ordinal' => 15, - ), + ], 294 => - array ( + [ 'id' => 295, 'group_regex' => '^alt\\.binaries\\.dvdr$', 'regex' => '/^(?P[a-zA-Z].+) \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//Golem.The.Petr', 'ordinal' => 5, - ), + ], 295 => - array ( + [ 'id' => 296, 'group_regex' => '^alt\\.binaries\\.dvd-german$', 'regex' => '/^\\.oO "(?P.+)__www.realmom.info__.+" Oo. \\[\\d+\\/\\d+\\] \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//.oO "20.Years.After.German.2008.AC3.BDRip.XviD.INTERNAL-ARC__www.realmom.info__.nfo" Oo. [02/39] 1,43 GB yEnc', 'ordinal' => 5, - ), + ], 296 => - array ( + [ 'id' => 297, 'group_regex' => '^alt\\.binaries\\.dvd-r$', 'regex' => '/^katanxya "(?Pkatanxya\\d+)/', 'status' => 1, 'description' => '//katanxya "katanxya7221.par2" yEnc', 'ordinal' => 5, - ), + ], 297 => - array ( + [ 'id' => 298, 'group_regex' => '^alt\\.binaries\\.dvd-r$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[A-Z0-9](19|20)\\d\\d[01]\\d[123]\\d_\\d+\\.).+?" - \\d+[,.]\\d+ [mMkKgG][bB] yEnc$/', 'status' => 1, 'description' => '//[01/52] - "H1F3E_20130715_005.par2" - 4.59 GB yEnc', 'ordinal' => 10, - ), + ], 298 => - array ( + [ 'id' => 299, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^New eBooks.+[ _-]{0,3}("|#34;)(?P[\\w., &\\\'\\()-]{8,}?\\b)\\.(par|vol|rar|nfo).*?("|#34;)/i', 'status' => 1, 'description' => '//New eBooks 8 June 2013 - "Melody Carlson - [Carter House Girls 08] - Last Dance (mobi).rar"', 'ordinal' => 5, - ), + ], 299 => - array ( + [ 'id' => 300, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/www.nzbworld.me - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc/', 'status' => 1, 'description' => '//Rowwendees post voor u op www.nzbworld.me - [0/6] - "Animaniacs - Lights, Camera, Action!.nzb" yEnc (1/1)', 'ordinal' => 10, - ), + ], 300 => - array ( + [ 'id' => 301, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^Re:(Req:)? [\\w:\\()\\?\\\' -]+ - (?P[\\w ,.\\()\\[\\]-]{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//Re: Tune In: The Beatles: All These Years (Mark Lewisohn) - Lewisohn, Mark - Tune In- the Beatles- All These Years, Volume 01 - [epub].rar yEnc ::: //Re: REQ: Robert Edsel The Monuments Men - Edsel, Robert M - The Monuments Men- Allied Heroes, Nazi Thieves, and the Greatest Treasure Hunt in History (Retail) [epub].rar yEnc', 'ordinal' => 15, - ), + ], 301 => - array ( + [ 'id' => 302, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/\\((.+works)\\) \\[\\d+\\/(\\d+\\]) - (?P[\\w., &\\\'\\()-]{8,}?\\b)\\.(mobi|pdf|epub|html|azw)" yEnc$/', 'status' => 1, 'description' => '//(Zelazny works) [36/39] - "Roger Zelazny - The Furies.mobi" yEnc', 'ordinal' => 20, - ), + ], 302 => - array ( + [ 'id' => 303, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\([a-zA-Z ]+ sampler\\) \\[\\d+(\\/\\d+\\]) - "(?P[\\w., &\\\'\\()-]{8,}?\\b)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//(Joan D Vinge sampler) [17/17] - "Joan D Vinge - World\'s End.txt" yEnc', 'ordinal' => 25, - ), + ], 303 => - array ( + [ 'id' => 304, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^New - Retail -( Juvenile Fiction -)? "(?P[\\w., &\\\'\\()-]{8,}?\\b)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//New - Retail - Juvenile Fiction - "Magic Tree House #47_ Abe Lincoln at Last! - Mary Pope Osborne & Sal Murdocca.epub" yEnc ::: //New - Retail - "Linda Howard - Cover of Night.epub" yEnc ::: //New - Retail - "Kylie Logan_Button Box Mystery 01 - Button Holed.epub" yEnc', 'ordinal' => 30, - ), + ], 304 => - array ( + [ 'id' => 305, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\(No\\. 1 Ladies Detective Agency\\) \\[\\d+(\\/\\d+\\]) - "(?P[\\w., &\\\'\\()-]{8,}?\\b)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//(No. 1 Ladies Detective Agency) [04/13] - "Alexander McCall Smith - No 1-12 - The Saturday Big Tent Wedding Party.mobi" yEnc', 'ordinal' => 35, - ), + ], 305 => - array ( + [ 'id' => 306, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\[\\d+\\/(\\d+\\]) (?P[\\w., &\\\'\\()-]{8,}?\\b)\\.(txt|pdf|mobi|epub|azw)/', 'status' => 1, 'description' => '//[25/33] Philip Jose Farmer - Toward the Beloved City [ss].mobi ::: //[2/4] Graham Masterton - Descendant.mobi', 'ordinal' => 40, - ), + ], 306 => - array ( + [ 'id' => 307, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/(.+)[-_\\s]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")([-_\\s]{0,3}yEnc){1,2}$/i', 'status' => 1, 'description' => '//(NordicAlbino) [01/10] - "SWHQ_NA_675qe0033102suSmzSE.sfv" yEnc ::: //365 Sex Positions A New Way Every Day for a Steamy Erotic Year [eBook] - (1/5) "365.Sex.Positions.A.New.Way.Every.Day.for.a.Steamy.Erotic.Year.eBook.nfo" - yenc yEnc', 'ordinal' => 45, - ), + ], 307 => - array ( + [ 'id' => 308, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\[\\d+\\/\\d+\\] .+? - "(?P[\\w., &\\\'\\()-]{8,}?\\b)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//[001/125] (NL Epub Wierook Set 49) - "Abulhawa, Susan - Litteken van David_Ochtend in Jenin.epub" yEnc', 'ordinal' => 50, - ), + ], 308 => - array ( + [ 'id' => 309, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w., &\\\'\\()-]{8,}?\\b)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/1) "Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW.pdf" - 162,82 MB - (Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW) yEnc', 'ordinal' => 55, - ), + ], 309 => - array ( + [ 'id' => 310, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\(\\d+\\/\\d+\\) ".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")([-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])?[-_\\s]{0,3}"(?P[\\w., &\\\'\\()-]{8,}?\\b)" yEnc$/', 'status' => 1, 'description' => '//(1/7) "0865779767.epub" - 88,93 MB - "Anatomic Basis of Neurologic Diagnosis - epub" yEnc', 'ordinal' => 60, - ), + ], 310 => - array ( + [ 'id' => 311, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^(Attn:|Re: REQ:|New Scan).+?[-_\\s]{0,3}"(?P[\\w., &\\\'\\()-]{8,}?\\b)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//Re: REQ: Jay Lake\'s Mainspring series/trilogy (see titles inside) - "Lake, Jay - Clockwork Earth 03 - Pinion [epub].rar" 405.6 kBytes yEnc ::: //Attn: Brownian - "del Rey, Maria - Paradise Bay (FBS).rar" yEnc ::: //New Scan "Herbert, James - Sepulchre (html).rar" yEnc', 'ordinal' => 65, - ), + ], 311 => - array ( + [ 'id' => 312, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/.*"(?P[\\w., &\\\'\\()-]{8,}?\\b)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"Gabaldon, Diana - Outlander [5] The Fiery Cross.epub" yEnc ::: //Kiny Friedman "Friedman, Kinky - Prisoner of Vandam Street_ A Novel, The.epub" yEnc', 'ordinal' => 70, - ), + ], 312 => - array ( + [ 'id' => 313, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/(.+?)[-_ ]{0,4}\\d+\\/\\d+[-_\\s]{0,3}(?P[\\w. &\\\'\\()\\[\\]-]{8,}?\\b.?)\\.(txt|pdf|mobi|epub|azw)"( \\(\\d+\\/\\d+\\))?( )?$/', 'status' => 1, 'description' => '//Patterson flood - Mobi - 15/45 "James Patterson - AC 13 - Double Cross.mobi"', 'ordinal' => 75, - ), + ], 313 => - array ( + [ 'id' => 314, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^--- (?P[\\w., &\\\'\\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//--- Michael Dobbs - House of Cards.mobi yEnc', 'ordinal' => 80, - ), + ], 314 => - array ( + [ 'id' => 315, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\\'(?P[\\w. &\\\'\\()\\[\\]-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})\\\'[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//\'Steel\'s Edge - Ilona Andrews.epub\' yEnc', 'ordinal' => 85, - ), + ], 315 => - array ( + [ 'id' => 316, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^\\[\\d+ of \\d+\\][-_\\s]{0,3}(?P[\\w. &\\\'\\()\\[\\]-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[1 of 1] - Howard Gordon - Gideon\'s War & Hard Target.epub yEnc', 'ordinal' => 90, - ), + ], 316 => - array ( + [ 'id' => 317, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^(?P[\\w. &\\\'\\[\\]-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//1 Playboy-Ausgabe vom Jnner 1953 [RARITT].rar yEnc', 'ordinal' => 95, - ), + ], 317 => - array ( + [ 'id' => 318, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^.+ - (?P[^.]{8,})\\.[A-Za-z0-9]{2,4}[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Re: Req: Please, does anyone have Scott Berg\'s Wilson biography? MTIA... - A. Scott Berg - Wilson.epub yEnc', 'ordinal' => 100, - ), + ], 318 => - array ( + [ 'id' => 319, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/.*"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)\\.[A-Za-z0-9]{2,4}"[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//REQ: "Keep it Pithy" by Bill O\'Reilly "Keep It Pithy - Bill O\'Reilly.epub"yEnc', 'ordinal' => 105, - ), + ], 319 => - array ( + [ 'id' => 320, 'group_regex' => '^alt\\.binaries\\.ebook$', 'regex' => '/^(?P[^.]{8,})\\.[A-Za-z0-9]{2,4}.+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//For Your Eyes Only - Ian Fleming.epub - answering my own request yEnc', 'ordinal' => 110, - ), + ], 320 => - array ( + [ 'id' => 321, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^New eBooks.+[ _-]{0,3}("|#34;)(?P.+?.+)\\.(par|vol|rar|nfo).*?("|#34;)/i', 'status' => 1, 'description' => '//New eBooks 8 June 2013 - "Melody Carlson - [Carter House Girls 08] - Last Dance (mobi).rar"', 'ordinal' => 5, - ), + ], 321 => - array ( + [ 'id' => 322, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^Doctor Who - Target Books \\[\\d+\\/(\\d+\\]) - "DW[0-9]{0,3}[-_\\s]{0,3}(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//Doctor Who - Target Books [128/175] - "DW125_ Terror of the Vervoids - Pip Baker.mobi" yEnc', 'ordinal' => 10, - ), + ], 322 => - array ( + [ 'id' => 323, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\((?P[a-zA-Z0-9 -]+)\\) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(American Curves - Summer 2012) [01/10] - "AMECURSUM12.par2" yEnc', 'ordinal' => 15, - ), + ], 323 => - array ( + [ 'id' => 324, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/(.+)[-_\\s]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(NordicAlbino) [01/10] - "SWHQ_NA_675qe0033102suSmzSE.sfv" yEnc ::: //365 Sex Positions A New Way Every Day for a Steamy Erotic Year [eBook] - (1/5) "365.Sex.Positions.A.New.Way.Every.Day.for.a.Steamy.Erotic.Year.eBook.nfo" - yenc yEnc', 'ordinal' => 20, - ), + ], 324 => - array ( + [ 'id' => 325, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}")([-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])?[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[1/8] - "Robin Lane Fox - Travelling heroes.epub" yEnc ::: //(1/1) "Unintended Consequences - John Ross.nzb" - 8.67 kB - yEnc', 'ordinal' => 25, - ), + ], 325 => - array ( + [ 'id' => 326, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^[\\(\\[] .+? [\\)\\][-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[ Mega Dating and Sex Advice Ebooks - Tips and Tricks for Men PDF ] - "Vatsyayana - The Kama Sutra.pdf.rar" - (54/58) yEnc', 'ordinal' => 30, - ), + ], 326 => - array ( + [ 'id' => 327, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^(WWII in Photos)[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//WWII in Photos - "WWII in Photos_05_Conflict Spreads Around the Globe - The Atlantic.epub" yEnc', 'ordinal' => 35, - ), + ], 327 => - array ( + [ 'id' => 328, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^.+?"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}\\[\\d+ of (\\d+\\])[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Various ebooks on History pdf format "Chelsea House Publishing Discovering U.S. History Vol. 8, World War I and the Roaring Twenties - 1914-1928 (2010).pdf" [1 of 1] yEnc', 'ordinal' => 40, - ), + ], 328 => - array ( + [ 'id' => 329, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/.+[\\(\\[]\\d+ of \\d+[\\)\\]] "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//A few things - [4 of 13] "Man From U.N.C.L.E. 08 - The Monster Wheel Affair - David McDaniel.epub" yEnc', 'ordinal' => 45, - ), + ], 329 => - array ( + [ 'id' => 330, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/.+[\\(\\[]\\d+\\/\\d+[\\)\\]] - "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") toby\\d+$/', 'status' => 1, 'description' => '//DDR Kochbuch 1968-wir kochen gut [1/1] - "DDR Kochbuch 1968-wir kochen gut.pdf" toby042002', 'ordinal' => 50, - ), + ], 330 => - array ( + [ 'id' => 331, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^.+?[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") [\\(\\[]\\d+\\/\\d+[\\)\\]] ([-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])?[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Pottermore UK retail - "Harry Potter and the Goblet of Fire - J.K. Rowling.epub" (05/14) - 907.57 kB - yEnc', 'ordinal' => 55, - ), + ], 331 => - array ( + [ 'id' => 332, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d+\\/\\d+\\] .+? - "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//[001/125] (NL Epub Wierook Set 49) - "Abulhawa, Susan - Litteken van David_Ochtend in Jenin.epub" yEnc', 'ordinal' => 60, - ), + ], 332 => - array ( + [ 'id' => 333, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/1) "Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW.pdf" - 162,82 MB - (Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW) yEnc', 'ordinal' => 65, - ), + ], 333 => - array ( + [ 'id' => 334, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\(\\d+\\/\\d+\\) ".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")([-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])?[-_\\s]{0,3}"(?P.+?)" yEnc$/', 'status' => 1, 'description' => '//(1/7) "0865779767.epub" - 88,93 MB - "Anatomic Basis of Neurologic Diagnosis - epub" yEnc', 'ordinal' => 70, - ), + ], 334 => - array ( + [ 'id' => 335, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^(Attn:|Re: REQ:|New Scan).+?[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//Re: REQ: Jay Lake\'s Mainspring series/trilogy (see titles inside) - "Lake, Jay - Clockwork Earth 03 - Pinion [epub].rar" 405.6 kBytes yEnc ::: //Attn: Brownian - "del Rey, Maria - Paradise Bay (FBS).rar" yEnc ::: //New Scan "Herbert, James - Sepulchre (html).rar" yEnc', 'ordinal' => 75, - ), + ], 335 => - array ( + [ 'id' => 336, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"Gabaldon, Diana - Outlander [5] The Fiery Cross.epub" yEnc ::: //Kiny Friedman "Friedman, Kinky - Prisoner of Vandam Street_ A Novel, The.epub" yEnc', 'ordinal' => 80, - ), + ], 336 => - array ( + [ 'id' => 337, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/(.+?)[-_\\s]{0,3}\\d+\\/(?P\\d+[-_\\s]{0,3}".+?)\\.(txt|pdf|mobi|epub|azw)"( \\(\\d+\\/\\d+\\))?( )?$/', 'status' => 1, 'description' => '//Patterson flood - Mobi - 15/45 "James Patterson - AC 13 - Double Cross.mobi"', 'ordinal' => 85, - ), + ], 337 => - array ( + [ 'id' => 338, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/\\d+\\/\\d+[-_\\s]{0,3}(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//04/63 Brave New World Revisited - Aldous Huxley.mobi yEnc', 'ordinal' => 90, - ), + ], 338 => - array ( + [ 'id' => 339, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^- (?P.+?)\\.(par|vol|rar|nfo)[-_\\s]{0,3}(.+)/', 'status' => 1, 'description' => '//- Campbell, F.E. - Susan - HIT 125.rar BDSM Themed Adult Erotica - M/F F/F - Rtf & Pdf', 'ordinal' => 95, - ), + ], 339 => - array ( + [ 'id' => 340, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^"(?P.+?)\\.(txt|pdf|mobi|epub|azw)" \\(\\d+\\/(\\d+\\))/', 'status' => 1, 'description' => '//"D. F. Jones - 03 - Colossus and The Crab.epub" (1/3)', 'ordinal' => 100, - ), + ], 340 => - array ( + [ 'id' => 341, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^"(?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par)" $/', 'status' => 1, 'description' => '//"D. F. Jones - 01 - Colossus.epub" (note the space on the end)', 'ordinal' => 105, - ), + ], 341 => - array ( + [ 'id' => 342, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d*+\\/(\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4} "|") yEnc$/', 'status' => 1, 'description' => '//[01/19] - "13_X_Panzer_Tracts_EBook.nfo " yEnc', 'ordinal' => 110, - ), + ], 342 => - array ( + [ 'id' => 343, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d+\\/(\\d+\\]) (?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par).+?(yEnc)?$/', 'status' => 1, 'description' => '//[09/14] Sven Hassel - Legion of the Damned 09, Reign of Hell.mobi sven hassel as requested (1/7) yEnc ::: //[1/1] Alex Berenson - John Wells 05, The Secret Soldier.mobi (space at end)', 'ordinal' => 115, - ), + ], 343 => - array ( + [ 'id' => 344, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\[\\d+\\/(\\d+\\]) - "(?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par)"( \\d+K)?( )?$/', 'status' => 1, 'description' => '//[1/1] - "Die Kunst der Fotografie Lehrbuch und Bildband f r ambitionierte Fotografen.rar" ::: //[1/1] - "Demonic_ How the Liberal Mob Is Endanger - Coulter, Ann.mobi" (note space at end) ::: //[1/1] - "Paris in Love_ A Memoir - Eloisa James.mobi" 1861K', 'ordinal' => 120, - ), + ], 344 => - array ( + [ 'id' => 345, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^\\d+\\/(\\d+)[-_\\s]{0,3}(?P.+?)\\.(txt|pdf|mobi|epub|azw|lit|rar|nfo|par)$/', 'status' => 1, 'description' => '//002/240 Swordships.of.Scorpio.(Dray.Prescot).-.Alan.Burt.Akers.epub', 'ordinal' => 125, - ), + ], 345 => - array ( + [ 'id' => 346, 'group_regex' => '^alt\\.binaries\\.e-book$', 'regex' => '/^(?P[a-zA-Z0-9. ].+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|) yEnc$/', 'status' => 1, 'description' => '//Akers Alan Burt - Dray Prescot Saga 14 - Krozair von Kregen.rar yEnc', 'ordinal' => 130, - ), + ], 346 => - array ( + [ 'id' => 347, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^New eBooks.+[ _-]{0,3}("|#34;)(?P.+?.+)\\.(par|vol|rar|nfo).*?("|#34;)/i', 'status' => 1, 'description' => '//New eBooks 8 June 2013 - "Melody Carlson - [Carter House Girls 08] - Last Dance (mobi).rar"', 'ordinal' => 5, - ), + ], 347 => - array ( + [ 'id' => 348, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^[A-Za-z ]+[-_\\s]{0,3}"(?P.+?)\\.(txt|pdf|mobi|epub|azw)"[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//World War II History - "Spies of the Balkans - Alan Furst.mobi" yEnc ::: //True Crime "T. J. English - Havana Nocturne (v5.0).mobi" yEnc ::: //E C Tubb Flood - "E C Tubb - Dumarest 31 The Temple of Truth.epub" - yEnc', 'ordinal' => 10, - ), + ], 348 => - array ( + [ 'id' => 349, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^SFF Dump - "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" \\(\\d+\\/\\d+\\) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/', 'status' => 1, 'description' => '//SFF Dump - "Thomas M. Disch - Camp Concentration.epub" (1033/1217) - 226.47 kB - yEnc', 'ordinal' => 15, - ), + ], 349 => - array ( + [ 'id' => 350, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\((?P[a-zA-Z0-9 -]+)\\) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(American Curves - Summer 2012) [01/10] - "AMECURSUM12.par2" yEnc', 'ordinal' => 20, - ), + ], 350 => - array ( + [ 'id' => 351, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/(.+?)[-_\\s]{0,3}\\d+\\/(?P\\d+[-_\\s]{0,3}".+?)\\.(txt|pdf|mobi|epub|azw)"( \\(\\d+\\/\\d+\\))?( )?$/', 'status' => 1, 'description' => '//Patterson flood - Mobi - 15/45 "James Patterson - AC 13 - Double Cross.mobi"', 'ordinal' => 25, - ), + ], 351 => - array ( + [ 'id' => 352, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^(Attn:|Re: REQ:|New Scan).+?[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//Re: REQ: Jay Lake\'s Mainspring series/trilogy (see titles inside) - "Lake, Jay - Clockwork Earth 03 - Pinion [epub].rar" 405.6 kBytes yEnc ::: //Attn: Brownian - "del Rey, Maria - Paradise Bay (FBS).rar" yEnc ::: //New Scan "Herbert, James - Sepulchre (html).rar" yEnc', 'ordinal' => 30, - ), + ], 352 => - array ( + [ 'id' => 353, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"Gabaldon, Diana - Outlander [5] The Fiery Cross.epub" yEnc ::: //Kiny Friedman "Friedman, Kinky - Prisoner of Vandam Street_ A Novel, The.epub" yEnc', 'ordinal' => 35, - ), + ], 353 => - array ( + [ 'id' => 354, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\[\\d+\\/\\d+\\] .+? - "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") yEnc$/', 'status' => 1, 'description' => '//[001/125] (NL Epub Wierook Set 49) - "Abulhawa, Susan - Litteken van David_Ochtend in Jenin.epub" yEnc', 'ordinal' => 40, - ), + ], 354 => - array ( + [ 'id' => 355, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(1/1) "Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW.pdf" - 162,82 MB - (Radiological Imaging of the Kidney - E. Quaia (Springer, 2011) WW) yEnc', 'ordinal' => 45, - ), + ], 355 => - array ( + [ 'id' => 356, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\(\\d+\\/\\d+\\) ".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")([-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])?[-_\\s]{0,3}"(?P.+?)" yEnc$/', 'status' => 1, 'description' => '//(1/7) "0865779767.epub" - 88,93 MB - "Anatomic Basis of Neurologic Diagnosis - epub" yEnc', 'ordinal' => 50, - ), + ], 356 => - array ( + [ 'id' => 357, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^(Attn:|Re: REQ:|New Scan).+?[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}(\\d+[.,]\\d+ [kKmMgG][bB](ytes)?)? yEnc$/i', 'status' => 1, 'description' => '//Re: REQ: Jay Lake\'s Mainspring series/trilogy (see titles inside) - "Lake, Jay - Clockwork Earth 03 - Pinion [epub].rar" 405.6 kBytes yEnc ::: //Attn: Brownian - "del Rey, Maria - Paradise Bay (FBS).rar" yEnc ::: //New Scan "Herbert, James - Sepulchre (html).rar" yEnc', 'ordinal' => 55, - ), + ], 357 => - array ( + [ 'id' => 358, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\*(FULL )?REPOST\\* New eBooks.+[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}")$/', 'status' => 1, 'description' => '//*FULL REPOST* New eBooks 26 Nov 2012 & 20% PAR2 Set - "Elisabeth Kyle - The Captain\'s House (siPDF).rar" ::: //*REPOST* New eBooks 23 Nov 2012 - "Charles Culver - [The 11th Floor 02] - Awakening (mobi).rar"', 'ordinal' => 60, - ), + ], 358 => - array ( + [ 'id' => 359, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^.+?Search (for|4) (number|Numeric String) at end of (title|Subject)[-_\\s]{0,3}(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4})[-\\=_ ]{0,3}\\d+[-_\\s]{0,3}.+?yEnc$/i', 'status' => 1, 'description' => '//1 - 5 July 2013 - Search for number at end of title - Bevin Alexander - How Hitler Could Have Won World War II- The Fatal Errors That Lead to Nazi Defeat (epub).rar - 14418-25255-6053.rar.txt yEnc ::: //10 July 2013 - Search 4 Numeric String at End of Subject - Andew Hodges - Alan Turing- The Enigma (Centenary Edition) (kf8 mobi).rar = 21317-25234-21710.rar.txt yEnc', 'ordinal' => 65, - ), + ], 359 => - array ( + [ 'id' => 360, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}\\d+[kKmMgG]$/', 'status' => 1, 'description' => '//"Back to Pakistan_ A F', 'ordinal' => 70, - ), + ], 360 => - array ( + [ 'id' => 361, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}(?P.+)\\.(txt|pdf|mobi|epub|azw)[-_\\s]{0,3}.+flood( )?$/', 'status' => 1, 'description' => '//[002/182] A. E. Van Vogt - The Anarchistic Colossus.mobi mobi flood ::: //[002/115] Alan Dean Foster - Alien.mobi sf single author flood', 'ordinal' => 75, - ), + ], 361 => - array ( + [ 'id' => 362, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\[\\d+\\/(\\d+\\]) (?P.+?)\\.(txt|pdf|mobi|epub|azw)/', 'status' => 1, 'description' => '//[2/4] Graham Masterton - Descendant.mobi', 'ordinal' => 80, - ), + ], 362 => - array ( + [ 'id' => 363, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\d+\\. {0,1}(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})As Req.+yEnc$/i', 'status' => 1, 'description' => '//14. Alexander Kent - [Bolitho 12] - Signal Close Action (v2.0) (epub).epubAs Req Alexander Kent yEnc ::: //22.The Darkening Sea - Alexander Kent.epubAs Req Alexander Kent yEnc', 'ordinal' => 85, - ), + ], 363 => - array ( + [ 'id' => 364, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^reposting \\d+-\\d+-\\d+ new ebooks.+ pars[-_\\s]{0,3}(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/i', 'status' => 1, 'description' => '//reposting 2012-10-31 new ebooks with 35.74 pars - AD&D - [Tomes] - The Rod of Seven Parts - Douglas Niles (mobi).rar yEnc', 'ordinal' => 90, - ), + ], 364 => - array ( + [ 'id' => 365, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\d+ - (?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/i', 'status' => 1, 'description' => '//15 - Men at Arms.pdf yEnc', 'ordinal' => 95, - ), + ], 365 => - array ( + [ 'id' => 366, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^Filling Req(uest)?( for \\w+)?[-_\\s]{0,3}(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) \\[\\d+\\/\\d+\\] - yEnc$/i', 'status' => 1, 'description' => '//Filling Req for Delderfield- To Serve Them All My Days - R F Delderfield.mobi [6/6] - yEnc ::: //Filling Request - Armistead Maupin - 1 - Tales of the City.mobi [1/8] - yEnc', 'ordinal' => 100, - ), + ], 366 => - array ( + [ 'id' => 367, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^ATTN:Fozz E Bear (?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/i', 'status' => 1, 'description' => '//ATTN:Fozz E Bear Rogue - Danielle Steel.epub yEnc', 'ordinal' => 105, - ), + ], 367 => - array ( + [ 'id' => 368, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^As Requested - (?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) \\[\\d+\\/\\d+\\] - yEnc$/i', 'status' => 1, 'description' => '//As Requested - Silent Spring - Rachel Carson.epub [1/2] - yEnc', 'ordinal' => 110, - ), + ], 368 => - array ( + [ 'id' => 369, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^Attn: fastpiety - your requests[-_\\s]{0,3}(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) \\[\\d+\\/\\d+\\] - yEnc$/i', 'status' => 1, 'description' => '//Attn: fastpiety - your requests - Countess of Carnarvon - Lady Almina and the Real Downton Abbey- The Lost Legacy of Highclere Castle (epub).epub [1/1] - yEnc', 'ordinal' => 115, - ), + ], 369 => - array ( + [ 'id' => 370, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/i', 'status' => 1, 'description' => '//Amanda Ashley - [Night 02] - Night\'s Touch (v5.0) (epub).epub yEnc', 'ordinal' => 120, - ), + ], 370 => - array ( + [ 'id' => 371, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^(?P[^.]{8,})\\.[A-Za-z0-9]{2,4}_as found[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//A Game of Thrones 01- George R. R. Martin.mobi_as found yEnc', 'ordinal' => 125, - ), + ], 371 => - array ( + [ 'id' => 372, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^(?P[^.]{8,})\\.[A-Za-z0-9]{2,4}[-_\\s]{0,3}File \\d+ of \\d+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Ben Carson - America the Beaut', 'ordinal' => 130, - ), + ], 372 => - array ( + [ 'id' => 373, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^Re: Attn Reg143- (?P[^.]{8,})\\.[A-Za-z0-9]{2,4}[-_\\s]{0,3}\\[\\d+\\/\\d+\\][- ]{0,4}yEnc$/', 'status' => 1, 'description' => '//Re: Attn Reg143- (Morse 7) The Secret of Annexe 3 - Colin Dexter.mobi [11/14] - yEnc', 'ordinal' => 135, - ), + ], 373 => - array ( + [ 'id' => 374, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}File \\d+ of \\d+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//New eBooks 20 Aug 2012 - File 001 of 409 - yEnc', 'ordinal' => 140, - ), + ], 374 => - array ( + [ 'id' => 375, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^Re: Request[- ]{0,4}\\d+[-_\\s]{0,3}(?P[^.]{8,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}\\[\\d+\\/\\d+\\][- ]{0,4}yEnc$/', 'status' => 1, 'description' => '//Re: Request - 05 L. E. Modesitt - Princeps.mobi [5/7] - yEnc', 'ordinal' => 145, - ), + ], 375 => - array ( + [ 'id' => 376, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Bighathi) [4/4] - "Letters to Penthouse XXiLetters to Penthouse XXI - The Editors of Penthouse Magazine.epub" yEnc', 'ordinal' => 150, - ), + ], 376 => - array ( + [ 'id' => 377, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+REPOST.+[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(HUMAN BIO & MED 207) [02/39] - "Organic Chemistry 6th ed - L. Wade {SOLUTIONS MANUAL - J. Simek] (Pearson, 2006) WW.pdf" *REPOST* yEnc', 'ordinal' => 155, - ), + ], 377 => - array ( + [ 'id' => 378, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\d+[-_\\s]{0,3}(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//01 - The Colour of Magic.pdf yEnc', 'ordinal' => 160, - ), + ], 378 => - array ( + [ 'id' => 379, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Esperanto novel) - H.A. Luyken - Pro ICtar.epub yEnc', 'ordinal' => 165, - ), + ], 379 => - array ( + [ 'id' => 380, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^All I have - not checked[-_\\s]{0,3}(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//All I have - not checked John D MacDonald - April Evil.epub yEnc', 'ordinal' => 170, - ), + ], 380 => - array ( + [ 'id' => 381, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^As req[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc.+$/ui', 'status' => 1, 'description' => '//As req "Aftermath - Peter Robinson.mobi" yEnc Peter Robinson - Inspector Banks 12', 'ordinal' => 175, - ), + ], 381 => - array ( + [ 'id' => 382, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^Attn.+\\[\\d+-\\d+\\][-_\\s]{0,3}(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//As req "Aftermath - Peter Robinson.mobi" yEnc Peter Robinson - Inspector Banks 12', 'ordinal' => 180, - ), + ], 382 => - array ( + [ 'id' => 383, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^Attn:[-_\\s]{0,3}(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//ATTN: Robert A. Ely - Wilde, Lori - Zero Control [html].rar yEnc', 'ordinal' => 185, - ), + ], 383 => - array ( + [ 'id' => 384, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^Attn:.+\\.com[-_\\s]{0,3}(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//ATTN: Drake@Darkest air.com - Kurtz, Katherine - Heirs of Saint Camber 03 - The Bastard Prince [txt].zip yEnc', 'ordinal' => 190, - ), + ], 384 => - array ( + [ 'id' => 385, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^reposting.+pars[-_\\s]{0,3}(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//reposting 2012-10-27 new ebooks with 35.74 pars - M William Phelps - Sleep In Heavenly Peace (mobi).rar yEnc', 'ordinal' => 195, - ), + ], 385 => - array ( + [ 'id' => 386, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/^(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//A Tradition of Victory - Alexander Kent.epub yEnc', 'ordinal' => 200, - ), + ], 386 => - array ( + [ 'id' => 387, 'group_regex' => '^alt\\.binaries\\.e-book\\.flood$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"Gabaldon, Diana - Outlander [5] The Fiery Cross.epub" yEnc ::: //Kiny Friedman "Friedman, Kinky - Prisoner of Vandam Street_ A Novel, The.epub" yEnc', 'ordinal' => 205, - ), + ], 387 => - array ( + [ 'id' => 388, 'group_regex' => '^alt\\.binaries\\.e-book\\.german$', 'regex' => '/^.+\\(eBook\\).+?\\[\\d+\\/\\d+\\] - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//.::::(eBook)::::. [01/10] - "Althaus modernisieren Magazin 08 09 2013.par2" - 65,71 MB yEnc', 'ordinal' => 5, - ), + ], 388 => - array ( + [ 'id' => 389, 'group_regex' => '^alt\\.binaries\\.e-book\\.german$', 'regex' => '/^.+?\\[\\d+\\/(\\d+\\]) - "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//ATTN: fals', 'ordinal' => 10, - ), + ], 389 => - array ( + [ 'id' => 390, 'group_regex' => '^alt\\.binaries\\.e-book\\.german$', 'regex' => '/^"(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//"Abe, Shana - Der träumende Diamant 2 - Erdmagie.epub" yEnc', 'ordinal' => 15, - ), + ], 390 => - array ( + [ 'id' => 391, 'group_regex' => '^alt\\.binaries\\.e-book\\.german$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+?)\\.(txt|pdf|mobi|epub|azw)"[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(1/1) "B rse Online - No 30 2013.pdf" - 4,03 MB - yEnc', 'ordinal' => 20, - ), + ], 391 => - array ( + [ 'id' => 392, 'group_regex' => '^alt\\.binaries\\.e-book\\.rpg$', 'regex' => '/^.+?\\[\\d+\\/(\\d+\\]) - "(?P.+?)\\.(txt|pdf|mobi|epub|azw)" yEnc$/', 'status' => 1, 'description' => '//ATTN: fals', 'ordinal' => 5, - ), + ], 392 => - array ( + [ 'id' => 393, 'group_regex' => '^alt\\.binaries\\.e-book\\.magazines$', 'regex' => '/^\\[(?P.+?)\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '// [Top.Gear.South.Africa-February.2014] - "Top.Gear.South.Africa-February.2014.pdf.vol00+1.par2" yEnc - 809.32 KB', 'ordinal' => 5, - ), + ], 393 => - array ( + [ 'id' => 394, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/ASST (NEW|OLD) MTLS.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//ASST NEW MTLS 13 MAR 2012 A - [106/116] - "The Elements of Style, Illus. - W. Strunk Jr., E. White, M. Kalman (Penguin, 2005) WW.pdf" yEnc', 'ordinal' => 5, - ), + ], 394 => - array ( + [ 'id' => 395, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"ASTG TRANSMISSON REBUILD MANUALS FOR BMW.rar.par2" [07/73] yEnc', 'ordinal' => 10, - ), + ], 395 => - array ( + [ 'id' => 396, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(???) [1/1] - "Asimov, Isaac - [Foundation 01] - De Foundation_v2.rar" yEnc', 'ordinal' => 15, - ), + ], 396 => - array ( + [ 'id' => 397, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(07/14) "NS120107 07Jan12.pdf" - 238.80 MB - yEnc', 'ordinal' => 20, - ), + ], 397 => - array ( + [ 'id' => 398, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(103 eBooks On Music Production) [071/111] - "Pro Enginner School Vol. 1 + 2 By Record-Producer.com PDF.rar" yEnc', 'ordinal' => 25, - ), + ], 398 => - array ( + [ 'id' => 399, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+REPOST.+[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//((BIO & MED 008) [29/64] - "Acupuncture Therapy for Neurological Diseases - Y. Xia, et al., (Springer, 2010) WW.pdf" *REPOST* yEnc', 'ordinal' => 30, - ), + ], 399 => - array ( + [ 'id' => 400, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Bighathi) [4/4] - "Letters to Penthouse XXiLetters to Penthouse XXI - The Editors of Penthouse Magazine.epub" yEnc', 'ordinal' => 35, - ), + ], 400 => - array ( + [ 'id' => 401, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}[\\w]+[-_\\s]{0,3}\\(.+\\)[-_\\s]{0,3}\\[\\d+ of \\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Repost) Computing (Recent) [32 of 44] "Professional XMPP Programming (Wrox, 2010).pdf" yEnc', 'ordinal' => 40, - ), + ], 401 => - array ( + [ 'id' => 402, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^\\d+.+E-books[-_\\s]{0,3}.+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//48 Unsorted E-books (03-12-2010) [49/52] - "Zend Framework 1.8 Web Application Development.pdf" yEnc', 'ordinal' => 45, - ), + ], 402 => - array ( + [ 'id' => 403, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^A large collection of programming ebooks [-_\\s]{0,3}\\[\\d+ of \\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//A large collection of programming ebooks [128 of 527] "Eckel - Thinking in C++ - Volume II - 2e (Prentice, 2000).pdf" yEnc', 'ordinal' => 50, - ), + ], 403 => - array ( + [ 'id' => 404, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Make Magazine - Volume 03.pdf" yEnc', 'ordinal' => 55, - ), + ], 404 => - array ( + [ 'id' => 405, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//ADVANCES in CHEMICAL ENGINEERING 22aug11 [8 of 30] "Advances in Chemical Engineering Vol 20 Kwauk (AP 1994).pdf" yEnc', 'ordinal' => 60, - ), + ], 405 => - array ( + [ 'id' => 406, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Arduino Books by Request [9/9] - "iOS Sensor Apps with Arduino - A. Allan (O\'Reilly, 2011) WW.pdf" (1/114) yEnc', 'ordinal' => 65, - ), + ], 406 => - array ( + [ 'id' => 407, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\[#+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[######]-[FULL]-[#a.b.teevee@EFNet]-[ Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD ] [1/5] - "Misfits.S01.SUBPACK.DVDRip.XviD-P0W4DVD.nfo" yEnc', 'ordinal' => 5, - ), + ], 407 => - array ( + [ 'id' => 408, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^NihilCumsteR \\[\\d+\\/\\d+\\] - "(?P.+?)NihilCumsteR\\./', 'status' => 1, 'description' => '//NihilCumsteR [1/8] - "Conysgirls.cumpilation.xxx.NihilCumsteR.par2" yEnc', 'ordinal' => 10, - ), + ], 408 => - array ( + [ 'id' => 409, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\[\\s?\\d+\\/\\d+\\s?\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[01/13] - "Mahina.Zaltana.14.01.17.720p.x264-DFury.7z.001" yEnc', 'ordinal' => 15, - ), + ], 409 => - array ( + [ 'id' => 410, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[><]+Hell-of-Usenet\\.org[<>]+ - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//>>>>>Hell-of-Usenet.org>>>>> - [01/23] - "Cum Hunters 3 XXX.par2" yEnc', 'ordinal' => 20, - ), + ], 410 => - array ( + [ 'id' => 411, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[A-Z0-9][a-zA-Z0-9 -]{8,}? - \\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - yenc yEnc$/', 'status' => 1, 'description' => '//Lesbian Crush Diaries 5 XXX DVDRip x264-Pr0nStarS - (01/26) "Lesbian.Crush.Diaries.5.XXX.DVDRip.x264-Pr0nStarS.nfo" - yenc', 'ordinal' => 25, - ), + ], 411 => - array ( + [ 'id' => 412, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^(?P[A-Z0-9][a-zA-Z0-9 ]{8,}?) - File \\d+ of \\d+ - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Megan Coxxx Takes Out Her Favourite Strap On Dildos And Plays With Her Girlfriend Re - File 01 of 67 - "Toy_Stories.r00.par2" yEnc', 'ordinal' => 30, - ), + ], 412 => - array ( + [ 'id' => 413, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+? yEnc$/', 'status' => 1, 'description' => '//[02/21] - "Staendig Feucht.part01.rar" - 493.38 MB ....::::UR-powered by SecretUsenet.com::::.... yEnc', 'ordinal' => 35, - ), + ], 413 => - array ( + [ 'id' => 414, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[A-Z0-9].{8,}? - \\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - yenc yEnc$/', 'status' => 1, 'description' => '//Big Tits in Sport 12 (2013) XXX DVDRip x264-CHiKANi - (03/39) "Big.Tits.in.Sport.12.XXX.DVDRip.x264-CHiKANi.part01.rar" - yenc yEnc', 'ordinal' => 40, - ), + ], 414 => - array ( + [ 'id' => 415, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜߤƒ„¶!.,&;_\\()\\[\\]\\\'\\`-]{8,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")_SpotBots yEnc$/', 'status' => 1, 'description' => '//"Babysitters_a_Slut_4_Scene_4.part01.rar"_SpotBots yEnc', 'ordinal' => 45, - ), + ], 415 => - array ( + [ 'id' => 416, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^.+?usenet-space.+?Powered by.+? "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+? \\d+\\/(\\d+.+?)$/', 'status' => 1, 'description' => '//<<<>>CowboyUp2012 XXX><<>>usenet-space-cowboys.info<<< "Is.Not.Force.It.My.Younger.SOE-806.Jav.Censored.DVDRip.XviD-MotTto.part01.rar" >< 01/15 (1,39', 'ordinal' => 50, - ), + ], 416 => - array ( + [ 'id' => 417, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^(?PFake Taxi E\\d+.+?)\\[\\d+\\/\\d+\\] - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Fake Taxi E58 - Taylor[01/23] - "faket.e58.taylor.part01.rar" yEnc', 'ordinal' => 55, - ), + ], 417 => - array ( + [ 'id' => 418, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^Flapdrol mp4 - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Flapdrol mp4 - "HotKinkyJo - 2013-12-28 - Pink Leopard toys sex movie.part5.rar" yEnc', 'ordinal' => 60, - ), + ], 418 => - array ( + [ 'id' => 419, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\[U4A\\]\\[.+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[U4A][-always take the post from the first and original poster!-] - "VIDEOOT-10VSN01.vol27+23.PAR2" yEnc', 'ordinal' => 65, - ), + ], 419 => - array ( + [ 'id' => 420, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^VolSpuitenMetBud - - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//VolSpuitenMetBud - - [14/26] - "SexuallyBroken - 2013-12-30 - Stunning Cherie DeVille turned into blowjob device, hardcore deepthroating, relentless pounding! Cherie DeVille & Matt Williams.part13.rar" yEnc', 'ordinal' => 70, - ), + ], 420 => - array ( + [ 'id' => 421, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^.+[Kk]leverig\\.eu.+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//..::kleverig.eu::.. [01/18] - "CQVNAj4WLDW_7Bm8Ax6J.par2" - 686,38 MB yEnc', 'ordinal' => 75, - ), + ], 421 => - array ( + [ 'id' => 422, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^(?P[\\w\\säöüÄÖÜߤƒ„¶!.,&;_\\()\\[\\]\\\'\\`-]{8,})[-_\\s]{0,3}[\\(\\[]\\d+ of (\\d+[\\)\\]])[-_\\s]{0,3}"([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Brazilian.Transsexuals.SR.UD.12.28.13.HD.720p.HDL [19 of 24] "JhoanyWilkerXmasLD_1_hdmp4.mp4.vol00+1.par2" yEnc', 'ordinal' => 80, - ), + ], 422 => - array ( + [ 'id' => 423, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [01/18] - "Blonde Cutie Seduces Her Step Dad Black Market.rar" yEnc', 'ordinal' => 85, - ), + ], 423 => - array ( + [ 'id' => 424, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[-_\\s]{0,4}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- - [001/202] - "epAgY717nUChOeWswZR4.par2" yEnc', 'ordinal' => 90, - ), + ], 424 => - array ( + [ 'id' => 425, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- "ADJG3HG2H1U9YHDGHD5GA8H.par2" yEnc', 'ordinal' => 95, - ), + ], 425 => - array ( + [ 'id' => 426, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/u', 'status' => 1, 'description' => '//- "dvd_10-96CEA81F.part1.rar" - [3/9] - 1,21 GB - yEnc', 'ordinal' => 100, - ), + ], 426 => - array ( + [ 'id' => 427, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[-_\\s]{0,3}\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- (01/74) - "50.Shades.Of.Dylan.Ryan.DVDRip.AVC.par2" yEnc', 'ordinal' => 105, - ), + ], 427 => - array ( + [ 'id' => 428, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")_SpotBots[-_\\s]{0,3}yEnc$/u', 'status' => 1, 'description' => '//"HD_1110.part01.rar"_SpotBots yEnc', 'ordinal' => 110, - ), + ], 428 => - array ( + [ 'id' => 429, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\(\\s*.+\\s*\\)\\s*.+By Dready Niek.+\\s*\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"Dreadys(?P[^.]{8,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( DreadysCEMPenetrationshumides(1977) ) ** By Dready Niek** ) [11/25] - "DreadysCEMPenetrationshumides(1977).part10.rar" yEnc', 'ordinal' => 115, - ), + ], 429 => - array ( + [ 'id' => 430, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\(\\s*\\[\\s*[Mm]agma classic[-_\\s]{0,3}(?P[\\w\\säöüÄÖÜߤƒ„¶!.,&;_\\()\\[\\]\\\'\\`-]{8,})\\s*\\]\\s*\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( [ Magma classic - Tyra Misoux-Schwere Jungs Und Leichte Madchen ] ) [01/16] - ".par2" yEnc', 'ordinal' => 120, - ), + ], 430 => - array ( + [ 'id' => 431, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}New\\.Nippi.+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/21) - New.Nippi.Video.The.Artist - "Next.Door.Nikki.Sims.2013-05-03_the_artist.jpeg" - 574.84 MB - yEnc', 'ordinal' => 125, - ), + ], 431 => - array ( + [ 'id' => 432, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^VolSpuitenMetBud[-_\\s]{0,5}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//VolSpuitenMetBud - - [42/59] - "SexuallyBroken - 2012-11-19 - Apartment 345; A Feature Presentation of Real l', 'ordinal' => 130, - ), + ], 432 => - array ( + [ 'id' => 433, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^[\\w]+\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//PNG170514XW042SOE9[01/35] - "PNG170514XW042SOE9.jpg" yEnc', 'ordinal' => 135, - ), + ], 433 => - array ( + [ 'id' => 434, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}.+yEnc$/i', 'status' => 1, 'description' => '//(31/31) "Sex And Submission 2009 - 08.vol134+128.PAR2" - 2,05 GB -==UR-powered by SecretUsenet.com==- yEnc', 'ordinal' => 140, - ), + ], 434 => - array ( + [ 'id' => 435, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^\\[http:\\/\\/www\\.hillysex\\.nl\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[http://www.hillysex.nl] - "H9DR3647K8V2Z5CG.par2" yEnc', 'ordinal' => 145, - ), + ], 435 => - array ( + [ 'id' => 436, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\w+\\(\\?+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//klokhuis(????) [01/28] - "Klokhuis-Hello-Titty-06.par2" yEnc', 'ordinal' => 150, - ), + ], 436 => - array ( + [ 'id' => 437, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\(\\d+\\/\\d+\\)[-_\\s]{0,3}v(2v)?[-_\\s]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(011/107) - v2v - "0203114movie-eng-a.part10.rar" - 1,26 GB - yEnc', 'ordinal' => 155, - ), + ], 437 => - array ( + [ 'id' => 438, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\(\\?+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [01/15] - "MRGVGoVNJ3_hc.par2" yEnc', 'ordinal' => 160, - ), + ], 438 => - array ( + [ 'id' => 439, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\((?P[\\w\\s-]{8,})\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Czech Amateurs 01) [30/43] - "CZEAMA01.part29.rar" yEnc', 'ordinal' => 165, - ), + ], 439 => - array ( + [ 'id' => 440, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/\\(\\?+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc $/iu', 'status' => 1, 'description' => '//(????) [01/15] - "PMRJDNN.par2" yEnc ::: // *Note space after yEnc', 'ordinal' => 170, - ), + ], 440 => - array ( + [ 'id' => 441, 'group_regex' => '^alt\\.binaries\\.erotica$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Cuties 6.part.vol551+106.par2" yEnc', 'ordinal' => 175, - ), + ], 441 => - array ( + [ 'id' => 442, 'group_regex' => '^alt\\.binaries\\.erotica\\.divx$', 'regex' => '/^\\w+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// BBC190215XPLPU31SW[02/28] - "BBC190215XPLPU31SW.par2" yEnc', 'ordinal' => 5, - ), + ], 442 => - array ( + [ 'id' => 443, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^\\[scnzbefnet\\] (?P.+?) \\[\\d+\\/(\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[scnzbefnet] Were.the.Millers.2013.EXTENDED.720p.BluRay.x264-SPARKS [01/61] - "were.the.millers.2013.extended.720p.bluray.x264-sparks.nfo" yEnc', 'ordinal' => 5, - ), + ], 443 => - array ( + [ 'id' => 444, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^.+\\[DoAsYouLike\\].+\\d+[.,]\\d+ [kKmMgG][bB].+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") (\\d+[.,])?\\d+ ([kKmMgG])?[bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//..:[DoAsYouLike]:.. 116,12 MB "Graphite v8.9.17 SP4R4.nfo" 3,00 kB yEnc', 'ordinal' => 10, - ), + ], 444 => - array ( + [ 'id' => 445, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(047/550) "Enf.S02E02.G.D.D.W.7.H.x2-e.vol105+99.PAR2" - 36,13 GB -Enf.S02.G.D.D.W.7.H.x2-e yEnc ::: //[3/3] - "Mayle Peter - Der Coup von Marseille.epub.vol0+1.par2" - 956,83 kB {UR} yEnc', 'ordinal' => 15, - ), + ], 445 => - array ( + [ 'id' => 446, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^.+Old but Sold.+>< "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\).+ yEnc$/', 'status' => 1, 'description' => '//<<>> <<< >< >< "German Top 50 ODC - 12.08.2013.nfo" >< 02/33 (541,61 MB) >< 10,93 kB > yEnc', 'ordinal' => 20, - ), + ], 446 => - array ( + [ 'id' => 447, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^.+Usenet-Space-Cowboys.+> - (?P[A-Z0-9][a-zA-Z0-9\\. ]{6,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}).+ yEnc$/', 'status' => 1, 'description' => '//<<>> - 1Password V1.0.9.236 Setup Key.PAR2 yEnc', 'ordinal' => 25, - ), + ], 447 => - array ( + [ 'id' => 448, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^\\d+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//704900999555666777123978 - [398/415] - "Jormungand Complete [720p] mHD.part31.rar" yEnc', 'ordinal' => 30, - ), + ], 448 => - array ( + [ 'id' => 449, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^[\\w. -]+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w.\\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Man.Of.Steel.2013.BRRip.x264.AC3-UNiQUE - [02/38] - "Man.Of.Steel.2013.BRRip.x264.AC3-UNiQUE.part01.rar" yEnc', 'ordinal' => 35, - ), + ], 449 => - array ( + [ 'id' => 450, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^.+old but sold.+(?P[\\w. \\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")>\\[\\d+\\/\\d+\\][-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//<<<< old but sold >>>> < USC> <"K11 - Kommissare im Einsatz (DE) NDS.part3.rar">[04/11] 74,54 MB yEnc', 'ordinal' => 40, - ), + ], 450 => - array ( + [ 'id' => 451, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^Uploader\\.Presents-(?P[\\w. \\()-]{8,}?\\b)[\\(\\[]\\d+\\/\\d+\\]".+?" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-ACDC.Let.There.Be.Rock.1980.720p.BluRay.DD5.1.x264-DON(00/47]"rock.ac3.720p.nzb" yEnc', 'ordinal' => 45, - ), + ], 451 => - array ( + [ 'id' => 452, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^(?P[\\w.\\()-]{8,})[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Bitsum.Technologies.Process.Lasso.Pro.v6.5.00.Cracked-EAT - [3/4] - "eat.vol0+1.par2" yEnc', 'ordinal' => 50, - ), + ], 452 => - array ( + [ 'id' => 453, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^.+?usenet-space.+?Powered by.+? "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+? \\d+\\/(\\d+.+?)$/', 'status' => 1, 'description' => '//<<>> USC <<< "Medieval Wii Pal.vol108+29.par2" >< 60/60 (4,82 GB) >< 95,77 MB > yEnc', 'ordinal' => 55, - ), + ], 453 => - array ( + [ 'id' => 454, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^Uploader\\.Presents-(?P[\\w. \\()-]{8,}?\\b)[\\(\\[]\\d+\\/\\d+\\]".+?" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-ACDC.Let.There.Be.Rock.1980.720p.BluRay.DD5.1.x264-DON(00/47]"rock.ac3.720p.nzb" yEnc', 'ordinal' => 60, - ), + ], 454 => - array ( + [ 'id' => 455, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^(?P[\\w.\\()-]{8,})[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Bitsum.Technologies.Process.Lasso.Pro.v6.5.00.Cracked-EAT - [3/4] - "eat.vol0+1.par2" yEnc', 'ordinal' => 65, - ), + ], 455 => - array ( + [ 'id' => 456, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^.+?usenet-space.+?Powered by.+? (?P[\\w. \\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+? \\d+\\/(\\d+.+?)$/', 'status' => 1, 'description' => '//<<>> USC <<< "Medieval Wii Pal.vol108+29.par2" >< 60/60 (4,82 GB) >< 95,77 MB > yEnc', 'ordinal' => 70, - ), + ], 456 => - array ( + [ 'id' => 457, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^[\\w. -]+[-_\\s]{0,3}"(?P[\\w.\\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//W33d5.S01.720p.BluRay.x264 - "W33d5.S01.720p.BluRay.x264.part63.rar" yEnc', 'ordinal' => 75, - ), + ], 457 => - array ( + [ 'id' => 458, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^[\\w. -]+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w.\\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Man.Of.Steel.2013.BRRip.x264.AC3-UNiQUE - [02/38] - "Man.Of.Steel.2013.BRRip.x264.AC3-UNiQUE.part01.rar" yEnc', 'ordinal' => 80, - ), + ], 458 => - array ( + [ 'id' => 459, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^>GOU<< (?P[\\w.\\[\\]\\() -]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rarr|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}).+www\\.SSL-News\\.info<[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//>GOU<< XUS Clock Plus v1.5.0 with Key [TorDigger].PAR2 >>www.SSL-News.info< yEnc', 'ordinal' => 85, - ), + ], 459 => - array ( + [ 'id' => 460, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^[\\w. -]+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w.\\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Man.Of.Steel.2013.BRRip.x264.AC3-UNiQUE - [02/38] - "Man.Of.Steel.2013.BRRip.x264.AC3-UNiQUE.part01.rar" yEnc', 'ordinal' => 90, - ), + ], 460 => - array ( + [ 'id' => 461, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^>GOU<< (?P[\\w.\\[\\]\\() -]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rarr|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}).+www\\.SSL-News\\.info<[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//>GOU<< XUS Clock Plus v1.5.0 with Key [TorDigger].PAR2 >>www.SSL-News.info< yEnc', 'ordinal' => 95, - ), + ], 461 => - array ( + [ 'id' => 462, 'group_regex' => '^alt\\.binaries\\.etc$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Drains_READNFO-VACE.nfo" yEnc', 'ordinal' => 100, - ), + ], 462 => - array ( + [ 'id' => 463, 'group_regex' => '^alt\\.binaries\\.frogs$', 'regex' => '/\\[\\.in\\][-_\\s]{0,3}.*[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[.in] X-Art.13.03.08.Angelica.Spilled.Milk.XXX.540p-WMV [02/23] - "X-Art.13.03.08.Angelica.Spilled.Milk.XXX.540p-WMV.r00" yEnc', 'ordinal' => 5, - ), + ], 463 => - array ( + [ 'id' => 464, 'group_regex' => '^alt\\.binaries\\.frogs$', 'regex' => '/\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Beachbody.ShaunT.Focus.T25 [01/39] - "Beachbody.ShaunT.Focus.T25.DVD3.Ab.Intervals.par2" yEnc', 'ordinal' => 10, - ), + ], 464 => - array ( + [ 'id' => 465, 'group_regex' => '^alt\\.binaries\\.ftn$', 'regex' => '/^(Usenet collector)?\\(aangemeld.+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(aangemeld bij usenet collector) [181/190] - "Ally_McBeal_Season_3_Dvd_4.vol0176+176.par2" yEnc ::: //Usenet collector(aangemeld bij usenet collector) [001/124] - "Northern_Exposure_Season_4_dvd_2.par2" yEnc', 'ordinal' => 5, - ), + ], 465 => - array ( + [ 'id' => 466, 'group_regex' => '^alt\\.binaries\\.ftn$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Family Games-OUTLAWS.nfo" yEnc', 'ordinal' => 10, - ), + ], 466 => - array ( + [ 'id' => 467, 'group_regex' => '^alt\\.binaries\\.ftn$', 'regex' => '/^(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) {0,3}yEnc$/', 'status' => 1, 'description' => '//Adobe Photoshop Lightroom v5.2 - FiNaL - Multilingual [WIN].vol037+32.PAR2 yEnc', 'ordinal' => 15, - ), + ], 467 => - array ( + [ 'id' => 468, 'group_regex' => '^alt\\.binaries\\.ftn$', 'regex' => '/^\\((?P[\\w+ .\\()-]{8,})\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Wondershare AllMyTube 3.8.0.4 + Patch) [01/12] - "Wondershare AllMyTube 3.8.0.4 + Patch.nfo" yEnc', 'ordinal' => 20, - ), + ], 468 => - array ( + [ 'id' => 469, 'group_regex' => '^alt\\.binaries\\.ftn$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - ".+?(?P[-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [10/26] - "The.Young.Riders.S01E02.480pWEB-DL.AAC2.0.H.264-AJP69.part09.rar" yEnc', 'ordinal' => 25, - ), + ], 469 => - array ( + [ 'id' => 470, 'group_regex' => '^alt\\.binaries\\.fz$', 'regex' => '/^>ghost-of-usenet\\.org>(?P.+?)<.+?> ".+?" yEnc$/', 'status' => 1, 'description' => '//>ghost-of-usenet.org>Monte.Cristo.GERMAN.2002.AC3.DVDRiP.XviD.iNTERNAL-HACO "haco-montecristo-xvid-a.par2" yEnc', 'ordinal' => 5, - ), + ], 470 => - array ( + [ 'id' => 471, 'group_regex' => '^alt\\.binaries\\.game$', 'regex' => '/(\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\]-)\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - "(.+?)" yEnc$/', 'status' => 1, 'description' => '//[192474]-[MP3]-[a.b.inner-sanctumEFNET]-[ Newbie_Nerdz_-_I_Cant_Forget_that_Girl_EP-(IM005)-WEB-2012-YOU ] [17/17] - "newbie_nerdz_-_i_cant_forget_that_girl_ep-(im005)-web-2012-you.nfo" yEnc', 'ordinal' => 5, - ), + ], 471 => - array ( + [ 'id' => 472, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^>ghost-of-usenet\\.org>(?P.+?)<.+?> ".+?" yEnc$/', 'status' => 1, 'description' => '//>ghost-of-usenet.org>Monte.Cristo.GERMAN.2002.AC3.DVDRiP.XviD.iNTERNAL-HACO "haco-montecristo-xvid-a.par2" yEnc', 'ordinal' => 5, - ), + ], 472 => - array ( + [ 'id' => 473, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?P.+?) \\[\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 10, - ), + ], 473 => - array ( + [ 'id' => 474, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\[ (?P[-.a-zA-Z0-9]+) \\] - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ Dawn.of.Fantasy.Kingdom.Wars-PROPHET ] - [12/52] - "ppt-dfkw.part04.rar" yEnc', 'ordinal' => 15, - ), + ], 474 => - array ( + [ 'id' => 475, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/\\.net <<>> - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info/.net <<>> - [11/17] - "Reload.Outdoor.Action.Target.Down.GERMAN-0x0007.vol003+004.PAR2" yEnc', 'ordinal' => 20, - ), + ], 475 => - array ( + [ 'id' => 476, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P.+?) \\][- ]\\[\\d+\\/(\\d+\\])[-_\\s]{0,3}("|#34;).+?/', 'status' => 1, 'description' => '//[162198]-[FULL]-[a.b.teevee]-[ MasterChef.Junior.S01E07.720p.HDTV.X264-DIMENSION ]-[09/54] - "masterchef.junior.107.720p-dimension.nfo" yEnc', 'ordinal' => 25, - ), + ], 476 => - array ( + [ 'id' => 477, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" \\(\\d+\\/\\d+\\) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//"A.Stroke.of.Fate.Operation.Valkyrie-SKIDROW__www.realmom.info__.nfo" (02/38) 1,34 GB yEnc', 'ordinal' => 30, - ), + ], 477 => - array ( + [ 'id' => 478, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Mad.Men.S06E11.HDTV.x264-2HD.par2" yEnc', 'ordinal' => 35, - ), + ], 478 => - array ( + [ 'id' => 479, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\[\\d+\\/(\\d+\\])[ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Marvels.Agents.of.S.H.I.E.L.D.S01E07.HDTV.XviD-FUM.avi.nfo" [09/16] yEnc', 'ordinal' => 40, - ), + ], 479 => - array ( + [ 'id' => 480, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [03/20] - "Weblinger - The.Haunted.House.Mysteries.v1.0-ZEKE.part01.rar" yEnc', 'ordinal' => 45, - ), + ], 480 => - array ( + [ 'id' => 481, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\d+\\/\\d+\\)( - Description)?[-_ ]{0,5}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+([.,]\\d+ [kKmMgG])?[bB])? - \\d+([.,]\\d+ [kKmMgG])?[bB][-_\\s]{0,3}(\\[REPOST\\] )?yEnc$/', 'status' => 1, 'description' => '//(001/132) "Harry.Potter.And.The.Goblet.Of.Fire.2005.810p.BluRay.x264.DTS.PRoDJi.nfo" - 8,71 GB - yEnc ::: //(01/11) - Description - "ba588f108dbd068dc93e4b0182de652d.par2" - 696,63 MB - yEnc ::: //(01/11) "Microsoft Games for Windows 8 v1.2.par2" - 189,87 MB - [REPOST] yEnc ::: //(01/24) "ExBrULlNjyRPMdxqSlJKEtAYSncStZs3.nfo" - 3.96 kB - 404.55 MB - yEnc ::: //(01/44) - - "Wii_2688_R_Knorloading.par2" - 1,81 GB - yEnc', 'ordinal' => 50, - ), + ], 481 => - array ( + [ 'id' => 482, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\d+\\/\\d+\\) - \\[Lords-of-Usenet\\] presents (?P.+?)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - yEnc$/', 'status' => 1, 'description' => '//(01/59) - [Lords-of-Usenet] presents Sins.of.a.Solar.Empire.Rebellion.Forbidden.Worlds-RELOADED - "rld-soaserfw.nfo" - yEnc', 'ordinal' => 55, - ), + ], 482 => - array ( + [ 'id' => 483, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\(\\d+\\/(\\d+\\))[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+([.,]\\d+ [kKmMgG])?[bB] -(?P[a-zA-Z0-9-_\\.]+) yEnc$/', 'status' => 1, 'description' => '//(19/28) "sr-joedanger.rar" - 816,05 MB -Joe.Danger-SKIDROW yEnc ::: //(39/40) "flt-ts31554.vol061+57.PAR2" - 1,43 GB -The_Sims_3_v1.55.4-FLTDOX yEnc', 'ordinal' => 60, - ), + ], 483 => - array ( + [ 'id' => 484, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[02/17] - "Castle.Of.Illusion.Starring.Mickey.Mouse.PSN.PS3-DUPLEX.nfo" yEnc', 'ordinal' => 65, - ), + ], 484 => - array ( + [ 'id' => 485, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\[PROPER\\] (?P[a-zA-Z0-9-_\\.]+) [\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[PROPER] F', 'ordinal' => 70, - ), + ], 485 => - array ( + [ 'id' => 486, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^<<<< (?P[a-zA-Z0-9-_ ]+) >>>> < USC> <".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")>\\[\\d+\\/(\\d+\\]) \\d+([.,]\\d+ [kKmMgG])?[bB] yEnc$/', 'status' => 1, 'description' => '//<<<< Alien Zombie Death v2 EUR PSN PSP-PLAYASiA >>>> < USC> <"Alien Zombie Death v2 EUR PSN PSP-PLAYASiA.part4.rar">[06/16] 153,78 MB yEnc', 'ordinal' => 75, - ), + ], 486 => - array ( + [ 'id' => 487, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^<<<.+\\.info>>> fuzzy <<<(?P[a-zA-Z0-9-_ ]+)>< ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/(\\d+) \\(\\d+([.,]\\d+ [kKmMgG])?[bB]\\) >< \\d+([.,]\\d+ [kKmMgG])?[bB] > yEnc$/', 'status' => 1, 'description' => '//<<>> fuzzy <<< "Adventures To Go EUR PSP-ZER0.nfo" >< 2/6 (195,70 MB) >< 10,70 kB > yEnc', 'ordinal' => 80, - ), + ], 487 => - array ( + [ 'id' => 488, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^FTDWORLD\\.NET\\| (?P[a-zA-Z0-9 -_\\.]+) \\[\\d+\\/(\\d+\\])- ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//FTDWORLD.NET| Grand.Theft.Auto.V.XBOX360-QUACK [020/195]- "gtavdisc1.r17" yEnc', 'ordinal' => 85, - ), + ], 488 => - array ( + [ 'id' => 489, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\((?P[a-zA-Z0-9 -_\\.]+)\\) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(F', 'ordinal' => 90, - ), + ], 489 => - array ( + [ 'id' => 490, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\[\\d+\\/(\\d+\\]) \\((?P[a-zA-Z0-9 -_\\.]+)\\) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[16/62] (CastleStorm.XBLA.XBOX360-MoNGoLS) - "mgl-cast.part15.rar" yEnc', 'ordinal' => 95, - ), + ], 490 => - array ( + [ 'id' => 491, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^GOGDump (?P.+) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//GOGDump Wing Commander - Privateer (1993) [GOG] [03/14] - "Wing Commander - Privateer (1993) [GOG].part2.rar" yEnc', 'ordinal' => 100, - ), + ], 491 => - array ( + [ 'id' => 492, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^Uploader\\.Presents-(?P.+)[\\(\\[]\\d+\\/\\d+\\]".+" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Metal.Gear.Rising.Revengeance-RELOADED(51/65]"rld-megerire.r48" yEnc', 'ordinal' => 105, - ), + ], 492 => - array ( + [ 'id' => 493, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^Uploader\\.Presents-(?P.+?) \\(\\?+\\) \\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Uploader.Presents-LEGO.The.Hobbit-RELOADED (????) [01/90] - "rld-legoho.nfo" yEnc', 'ordinal' => 110, - ), + ], 493 => - array ( + [ 'id' => 494, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^\\( (?P[\\w. -]{8,}) \\)[-_\\s]{0,3}\\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( Overlord II RELOADED ) - [013/112] - "rld-olii.part001.rar" yEnc', 'ordinal' => 115, - ), + ], 494 => - array ( + [ 'id' => 495, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?P[a-zA-Z0-9 -\\._]+) - \\[\\d+\\/(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Baku.No.JAP.Working.PSP-PaL - [1/7] - "Baku.No.JAP.Working.PSP-PaL.rar" yEnc', 'ordinal' => 120, - ), + ], 495 => - array ( + [ 'id' => 496, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^.+old but sold.+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+[-_\\s]{0,3}\\(\\d+[.,]\\d+ [kKmMgG][bB]\\) >< \\d+[.,]\\d+ [kKmMgG][bB] >[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// <<>> USC <<< "Flatout WII Format WBFS.part20.rar" >< 21/35 (1,39 GB) >< 47,68 MB > yEnc', 'ordinal' => 125, - ), + ], 496 => - array ( + [ 'id' => 497, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?)[-_\\s]{4,10}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Tiny Toon Adventures Buster & The Beanstalk PSX2PSP - "EBOOT.nzb" yEnc', 'ordinal' => 130, - ), + ], 497 => - array ( + [ 'id' => 498, 'group_regex' => '^alt\\.binaries\\.games$', 'regex' => '/^>>> www\\.lords-of-usenet\\.org <<< "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")(?P \\(PS2 Game\\)) \\[\\d+\\/\\d+\\] - \\[\\d+([.,]\\d+ [kKmMgG])?[bB]\\] yEnc$/ui', 'status' => 1, 'description' => '//>>> www.lords-of-usenet.org <<< "SpongeBob & Freunde - Schlacht um die Vulkaninsel.part21.rar" (PS2 Game) [22/33] - [1,15 GB] yEnc', 'ordinal' => 135, - ), + ], 498 => - array ( + [ 'id' => 499, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/(\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\]-)\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\] - "(.+?)" yEnc$/', 'status' => 1, 'description' => '//[142961]-[MP3]-[a.b.inner-sanctumEFNET]-[ Pascal_and_Pearce-Passport-CDJUST477-2CD-2011-1REAL ] [28/36] - "Pascal_and_Pearce-Passport-CDJUST477-2CD-2011-1REAL.par2" yEnc', 'ordinal' => 5, - ), + ], 499 => - array ( + [ 'id' => 500, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[NEW DOX\\][ _-]{0,3}(?P.+?)[ _-]{0,3}\\[\\d+\\/\\d+\\][ _-]{0,3}"([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[NEW DOX] The.King.of.Fighters.XIII.Update.v1.1c-RELOADED [1/6] - "The.King.of.Fighters.XIII.Update.v1.1c-RELOADED.par2" yEnc ::: //[NEW DOX] Crysis.3.Crackfix.3.INTERNAL-RELOADED [00/12] ".nzb" yEnc', 'ordinal' => 10, - ), - )); - \DB::table('release_naming_regexes')->insert(array ( + ], + ]); + \DB::table('release_naming_regexes')->insert([ 0 => - array ( + [ 'id' => 501, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[NEW DOX\\][ _-]{0,3}(?P.+?)[ _-]{0,3}"([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[NEW DOX] Minecraft.1.6.2.Installer.Updated.Server.List - "Minecraft 1 6 2 Cracked Installer Updater Serverlist.nfo" - yEnc', 'ordinal' => 15, - ), + ], 1 => - array ( + [ 'id' => 502, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[ (?P[a-zA-Z0-9-\\._ ]+) \\d+\\/(\\d+ \\]) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ Assassins.Creed.3.UPDATE 1.01.CRACK.READNFO-P2P 00/17 ] "Assassins.Creed.3.UPDATE 1.01.nzb" yEnc', 'ordinal' => 20, - ), + ], 2 => - array ( + [ 'id' => 503, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[\\d+\\/(\\d+\\]) - (?P[a-zA-Z0-9-\\.\\&_ ]+) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")( - PC)? - yEnc$/', 'status' => 1, 'description' => '//[01/16] - GRID.2.Update.v1.0.83.1050.Incl.DLC-RELOADED - "reloaded.nfo" - yEnc ::: //[12/17] - Call.of.Juarez.Gunslinger.Update.v1.03-FTS - "fts-cojgsu103.vol00+01.PAR2" - PC - yEnc', 'ordinal' => 25, - ), + ], 3 => - array ( + [ 'id' => 504, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[\\d+\\/(\\d+\\]) (?P[a-zA-Z0-9-\\._ ]+) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[36/48] NASCAR.The.Game.2013.Update.2-SKIDROW - "sr-nascarthegame2013u2.r33" yEnc', 'ordinal' => 30, - ), + ], 4 => - array ( + [ 'id' => 505, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[(?P[a-zA-Z0-9-\\._ ]+)\\]- ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Grand_Theft_Auto_Vice_City_1.1_Blood_NoCD_Patch-gimpsRus]- "grugtavc11bcd.nfo" yEnc', 'ordinal' => 35, - ), + ], 5 => - array ( + [ 'id' => 506, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\[OLD DOX\\][ _-]{0,3}\\(\\d+\\/\\d+\\)[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[,.]\\d+ [mMkKgG][bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[OLD DOX] (0001/2018) - "18.Wheels.of.Steel.American.Long.Haul.CHEAT.CODES-RETARDS.7z" - 1,44 GB - yEnc', 'ordinal' => 40, - ), + ], 6 => - array ( + [ 'id' => 507, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^(?P[a-zA-Z0-9-\\._ ]+) - \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|"){0,3}yEnc$/', 'status' => 1, 'description' => '//Endless.Space.Disharmony.v1.1.1.Update-SKIDROW - [1/6] - "Endless.Space.Disharmony.v1.1.1.Update-SKIDROW.nfo" - yEnc', 'ordinal' => 45, - ), + ], 7 => - array ( + [ 'id' => 508, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\((?P[a-zA-Z0-9-\\._ ]+)\\) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|"){0,3}yEnc$/', 'status' => 1, 'description' => '//(F.E.A.R.3.Update.1-SKIDROW) [01/12] - "F.E.A.R.3.Update.1-SKIDROW.par2" yEnc', 'ordinal' => 50, - ), + ], 8 => - array ( + [ 'id' => 509, 'group_regex' => '^alt\\.binaries\\.games\\.dox$', 'regex' => '/^\\((?P[a-zA-Z0-9-\\._ ]+)\\) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Company.of.Heroes.2.Update.v3.0.0.9704.Incl.DLC.GERMAN-0x0007) - "0x0007.nfo" yEnc', 'ordinal' => 55, - ), + ], 9 => - array ( + [ 'id' => 510, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" \\(\\d+\\/\\d+\\) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//"National.Geographic.Challenge.USA.WII-dumpTruck__www.realmom.info__.jpg" (003/111) 4,81 GB yEnc', 'ordinal' => 5, - ), + ], 10 => - array ( + [ 'id' => 511, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[(?P.+)\\]-\\[#a.b.g.w@efnet\\]-\\[www.abgx.net\\]-\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[Cabelas_North_American_Adventure_USA_WII-ZRY-Scrubbed-xeroxmalf]-[#a.b.g.w@efnet]-[www.abgx.net]-[01/27] - "Cabelas_North_American_Adventure_USA_WII-ZRY-Scrubbed-xeroxmalf.par2" yEnc', 'ordinal' => 10, - ), + ], 11 => - array ( + [ 'id' => 512, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\d+ (\\d+\\.)?(?P.+-OneUp).+ \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//4300 World.Sports.Competition.USA.VC.Wii-OneUp....... AmigaOS4.1 RULEZ [0/9] - "4300.nzb" yEnc ::: //4300 1695.World.Sports.Competition.USA.VC.Wii-OneUp....... AmigaOS4.1 RULEZ [0/9] - "4300.nzb" yEnc', 'ordinal' => 15, - ), + ], 12 => - array ( + [ 'id' => 513, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\d+ - (?P.+-OneUp).+ \\d+\\/\\d+ - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//6717 - Baseball.Stars.2.PAL.VC.NG.Wii-OneUp - 01/11 - "1u-baseball-stars-2-pal.nfo" yEnc', 'ordinal' => 20, - ), + ], 13 => - array ( + [ 'id' => 514, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+\\]-\\[abgx.net\\] (?P.+) \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[2103]-[abgx.net] Harvey_Birdman_Attorney_At_Law-USA-WII [000/104] - "Harvey_Birdman_Attorney_At_Law-USA-WII.nzb" yEnc', 'ordinal' => 25, - ), + ], 14 => - array ( + [ 'id' => 515, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\(\\d+\\)-\\[abgx.net\\]-(?P.+)-\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//(3790)-[abgx.net]-[Samurai_Warriors_Katana_USA-WII]-[000/105] - "3790.nzb" yEnc', 'ordinal' => 30, - ), + ], 15 => - array ( + [ 'id' => 516, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[REQ# \\d+\\] Full \\d+ (?P.+) PAL ("|#34;).+("|#34;) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//[REQ# 7134] Full 105 Cocoto_Magic_Circus_PAL_Wii-OE PAL "oe-magic.r00" 4.57 GB yEnc', 'ordinal' => 35, - ), + ], 16 => - array ( + [ 'id' => 517, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/\\[[\\d#]+\\]-\\[.+?\\]-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?" yEnc$/', 'status' => 1, 'description' => '//[11614]-[#a.b.g.wii@efnet]-[ EA.Sports.Active.NFL.Training.Camp.USA.WII-ProCiSiON ]-[01/95] - "xxx-nflt.nfo" yEnc', 'ordinal' => 40, - ), + ], 17 => - array ( + [ 'id' => 518, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\]-\\[(?P.+?)\\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?" yEnc$/', 'status' => 1, 'description' => '//[8524]-[#a.b.g.wii@EFNet]-[FULL]-[Fantastic_Four_Rise_Of_The_Silver_Surfer_NTSC_Wii-VORTEX]-[001/104] - "vortex-ffrotss.wii.nfo" yEnc', 'ordinal' => 45, - ), + ], 18 => - array ( + [ 'id' => 519, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+]-\\[abgx\\]-\\[FULL\\]-\\[(?P.+)-PLAYME\\]-po0p.+-\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[13118]-[abgx]-[FULL]-[Doods_Big_Adventure_PAL_WII-PLAYME]-po0p?!-[000/103] - "13118.nzb" yEnc', 'ordinal' => 50, - ), + ], 19 => - array ( + [ 'id' => 520, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+]-\\[#ab@EFNet\\]-\\[FULL\\]-\\[(?P.+)-WiiERD\\]-po0p.+-\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[13208]-[#ab@EFNet]-[FULL]-[Calvin_Tuckers_Farm_Animal_Racing_PAL_Wii-WiiERD]-po0p!-[072/112] - "w-ctfar.r68" yEnc', 'ordinal' => 55, - ), + ], 20 => - array ( + [ 'id' => 521, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\(www\\.Thunder-News\\.org\\) ?>(?P.+)< ?[ _-]{0,3}(\\(\\d+\\/\\d+\\)|\\[\\d+\\/\\d+\\])?[ _-]{0,5}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//(www.Thunder-News.org) >Winter.Stars.USA.WII-dumpTruck< - (001/112) - "dumptruck-winterstars.par2" yEnc', 'ordinal' => 60, - ), + ], 21 => - array ( + [ 'id' => 522, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+]-\\[#a\\.b\\.g\\.wii@efnet\\]-\\[ ?(?P.+) ?\\]-\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[9987]-[#a.b.g.wii@efnet]-[ Tales.of.Elastic.Boy.Mission.1.USA.WiiWare.Wii-OneUp ]-[01/12] - #34;1u-tales-of-elastic-boy-mission-1.nfo#34; yEnc', 'ordinal' => 65, - ), + ], 22 => - array ( + [ 'id' => 523, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+\\] (?P.+) NTSC-J DVD5 \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[2207] Swing_Golf_Pangya_JPN_Wii-Caravan NTSC-J DVD5 [001/102] - "cvn-sgp.nfo" yEnc', 'ordinal' => 70, - ), + ], 23 => - array ( + [ 'id' => 524, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+\\] (?P.+) <>\\d+\\/\\d+<> ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[3867] FaceBreaker.K.O.Party.PAL.Wii-RANT <>000/110<> "3867.nzb" yEnc', 'ordinal' => 75, - ), + ], 24 => - array ( + [ 'id' => 525, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[COMPRESSED\\] (?P.+) \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[COMPRESSED] Family_Feud_2010_Edition_USA_Wii-Qwi', 'ordinal' => 80, - ), + ], 25 => - array ( + [ 'id' => 526, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[COMPRESSED\\] (?P.+) - .+ \\[\\d+\\/\\d+\\] .+ yEnc$/', 'status' => 1, 'description' => '//[COMPRESSED] Rooms.The.Main.Building.USA.WII-SUSHi - su-rousa.par2 [01/18] (1/1) (1/1) yEnc', 'ordinal' => 85, - ), + ], 26 => - array ( + [ 'id' => 527, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^WII4U - (?P.+) - \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//WII4U - thinkSMART.Family.USA.WII-dumpTruck - [01/15] - "dumptruck-tf.par2" yEnc', 'ordinal' => 90, - ), + ], 27 => - array ( + [ 'id' => 528, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^<<>> <<< >< >< ("|#34;)(?P.+)("|#34;) >< \\d+\\/\\d+ \\(\\) >< > yEnc$/', 'status' => 1, 'description' => '//<<>> <<< >< >< "Rogue Trooper The Quartz Zone Massacre (2009)PAL Wii" >< 037/131 () >< > yEnc', 'ordinal' => 95, - ), + ], 28 => - array ( + [ 'id' => 529, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+\\]-\\[abgx@Efnet\\]-\\[(?P.+)\\] - \\(\\d+\\/\\d+\\) ".+".+yEnc$/', 'status' => 1, 'description' => '//[6840]-[abgx@Efnet]-[My.Fitness.Coach.NTSC-WII-ProCiSiON] - (001/110) "xxx-mfc.par2" - 4.76 GB yEnc', 'ordinal' => 100, - ), + ], 29 => - array ( + [ 'id' => 530, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+\\]-\\[abgx@Efnet\\]-\\[Full\\]-\\[(?P.+)\\][ -]+\\[\\d+\\/\\d+\\] .+ yEnc$/', 'status' => 1, 'description' => '//[6820]-[abgx@Efnet]-[Full]-[Cotton_Fantastic_Night_Dreams_NTSC_RF_TG16-CD.iNJECT_iNTERNAL_VC_Wii-0RANGECHiCKEN]- [01/16] - 0c-cotton-rf.nfo (1/1) (1/1) yEnc', 'ordinal' => 105, - ), + ], 30 => - array ( + [ 'id' => 531, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^\\[\\d+\\] \\[#alt\\.binaries\\.games\\.wii@efnet\\] \\[(?P.+)\\] \\[\\d+\\/\\d+\\].+yEnc$/', 'status' => 1, 'description' => '//[3488] [#alt.binaries.games.wii@efnet] [Blades.Of.Steel.USA.VC.Wii-DiPLODOCUS] [0/8] 3488.nzb (1/1) (1/1) yEnc', 'ordinal' => 110, - ), + ], 31 => - array ( + [ 'id' => 532, 'group_regex' => '^alt\\.binaries\\.games\\.wii$', 'regex' => '/^<(?P.+)> \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '// [001/110] - "Little.League.World.Series.Double.Play.USA.WII-dumpTruck.par2" yEnc', 'ordinal' => 115, - ), + ], 32 => - array ( + [ 'id' => 533, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^Uploader.Presents-(?P.+?)[\\(\\[]\\d+\\/\\d+\\]".+?" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Injustice.Gods.Among.Us.Ultimate.Edition.XBOX360-COMPLEX(02/92]"complex-injustice.ultimate.nfo" yEnc ::: //Uploader.Presents-Need.For.Speed.Rivals.XBOX360-PROTOCOL[10/94]"nfs.r-ptc.r07" yEnc', 'ordinal' => 5, - ), + ], 33 => - array ( + [ 'id' => 534, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^place2home\\.net - (?P.*?) - (\\[\\d+\\/\\d+\\] - )?".+?" yEnc$/i', 'status' => 1, 'description' => '//place2home.net - Call.of.Duty.Ghosts.XBOX360-iMARS - [095/101] - "imars-codghosts-360b.vol049+33.par2" yEnc ::: //Place2home.net - Diablo_III_USA_RF_XBOX360-PROTOCOL - "d3-ptc.r34" yEnc', 'ordinal' => 10, - ), + ], 34 => - array ( + [ 'id' => 535, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^"(?P.+)(__www\\.realmom\\.info__)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}") [\\[\\(]\\d+\\/(\\d+[\\]\\)]) \\d+[,.]\\d+ [mMkKgG][bB] yEnc$/', 'status' => 1, 'description' => '//"Arcana_Heart_3_PAL_XBOX360-ZER0__www.realmom.info__.nfo" (02/89) 7,58 GB yEnc', 'ordinal' => 15, - ), + ], 35 => - array ( + [ 'id' => 536, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^[\\[\\(]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(01/15) "Mass.Effect.3.Collectors.Edition.DLC.JTAG-XPG.par2" - 747.42 MB - yEnc', 'ordinal' => 20, - ), + ], 36 => - array ( + [ 'id' => 537, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(????) [00/28] - "Farming.Simulator.XBOX360.JTAG.RGH.nzb" yEnc', 'ordinal' => 25, - ), + ], 37 => - array ( + [ 'id' => 538, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\(\\d+\\)[-_\\s]{0,3}(.+)[-_\\s]{0,3}[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(14227) BloodRayne_Betrayal_XBLA_XBOX360-XBLAplus [01/25] - "xp-blobe.nfo" yEnc', 'ordinal' => 30, - ), + ], 38 => - array ( + [ 'id' => 539, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^(\\(\\d+\\))[-_\\s]{0,3}\\[.+EFNet\\][-_\\s]{0,3}\\[(?P.+)\\][-_\\s]{0,3}\\[\\][-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(14811) [#alt.binaries.games.xbox360@EFNet]-[AMY_XBLA_XBOX360-XBLAplus]-[]- "xp-amyxb.nfo" yEnc', 'ordinal' => 35, - ), + ], 39 => - array ( + [ 'id' => 540, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^(\\(\\d+\\))[-_\\s]{0,3}\\[.+EFNet\\][-_\\s]{0,3}\\[(?P.+)\\][-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(14872) [#alt.binaries.games.xbox360@EFNet]-[BlazBlue_CS_System_Version_Data_Pack_1.03-DLC_XBOX360]- "xp-bbcssvdp103.nfo" yEnc', 'ordinal' => 40, - ), + ], 40 => - array ( + [ 'id' => 541, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\(\\d+\\/(\\d+\\))[-_\\s]{0,3}(?P.+?)[-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(44/82) - Fuzion_Frenzy_2_REPACK-USA-XBOX360-DAGGER - "ff2r-dgr.041" - 6.84 GB - yEnc', 'ordinal' => 45, - ), + ], 41 => - array ( + [ 'id' => 542, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[[-_\\s]{0,3}(\\d+)[-_\\s]{0,3}\\][-_\\s]{0,3}\\[ ABGX.+\\][-_\\s]{0,3}\\[[-_\\s]{0,3}(?P.+)[-_ ]{0,4}\\][-_ ]{0,4}\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+\\(\\d+\\\\d+\\)"|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}\\d+[,.]\\d+ [mMkKgG][bB][-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ 14047 ] - [ ABGX@EFNET ] - [ Rock.Band.Pearl.Jam.Ten.DLC.XBOX360-FYK ALL DLC ] - (01/46) "rbpjtdlc-fyk.nfo" - 526,92 MB - yEnc ::: //[ 14046 ] - [ ABGX@EFNET ] - [ Rock_Band-2011-07-19-DLC_XBOX360-XBLAplus ALL ] - (01/12) "xp-rb-2011-07-19.nfo" - 198,70 MB - yEnc ::: //[ 14102 ] -[ ABGX.NET ] - [ F1.2010.XBOX360-COMPLEX NTSC DVD9 ] - (01/79) "cpx-f12010.nfo" - 6,57 GB - yEnc', 'ordinal' => 50, - ), + ], 42 => - array ( + [ 'id' => 543, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[[-_\\s]{0,3}(\\d+)[-_\\s]{0,3}\\][-_\\s]{0,3}\\[FULL\\][-_\\s]{0,3}\\[ (abgx360EFNet|#abgx360@EFNet) \\][-_\\s]{0,3}\\[[-_\\s]{0,3}(?P.+)[-_\\s]{0,3}\\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+\\(\\d+\\\\d+\\)"|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ 17956]-[FULL]-[ abgx360EFNet ]-[ F1_2012_JPN_XBOX360-Caravan ]-[78/99] - "cvn-f12012j.r75" yEnc ::: //[ 17827]-[FULL]-[ #abgx360@EFNet ]-[ Capcom_Arcade_Cabinet_XBLA_XBOX360-XBLAplus ]-[01/34] - "xp-capac.nfo" yEnc', 'ordinal' => 55, - ), + ], 43 => - array ( + [ 'id' => 544, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/^\\[[-_\\s]{0,3}GAMERZZ[-_\\s]{0,3}\\][-_\\s]{0,3}\\[[-_\\s]{0,3}(?P.+)[-_\\s]{0,3}\\][-_\\s]{0,3}\\[\\d+\\/(\\d+\\])[-_\\s]{0,3}"(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+\\(\\d+\\\\d+\\)"|\\.[A-Za-z0-9]{2,4}")[-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ GAMERZZ ] - [ Grand.Theft.Auto.V.XBOX360-COMPLEX ] [159/170] - "complex-gta5.vol000+18.par2" yEnc', 'ordinal' => 60, - ), + ], 44 => - array ( + [ 'id' => 545, 'group_regex' => '^alt\\.binaries\\.games\\.xbox360$', 'regex' => '/.*"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"Mass.Effect.3.From.Ashes.DLC.XBOX360-MoNGoLS.nfo" yEnc', 'ordinal' => 65, - ), + ], 45 => - array ( + [ 'id' => 546, 'group_regex' => '^alt\\.binaries\\.german\\.movies$', 'regex' => '/^>ghost-of-usenet\\.org>(?P.+?)<.+?> ".+?" yEnc$/', 'status' => 1, 'description' => '//>ghost-of-usenet.org>Monte.Cristo.GERMAN.2002.AC3.DVDRiP.XviD.iNTERNAL-HACO "haco-montecristo-xvid-a.par2" yEnc', 'ordinal' => 5, - ), + ], 46 => - array ( + [ 'id' => 547, 'group_regex' => '^alt\\.binaries\\.german\\.movies$', 'regex' => '/^(?P.+?) \\[\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 10, - ), + ], 47 => - array ( + [ 'id' => 548, 'group_regex' => '^alt\\.binaries\\.ghosts$', 'regex' => '/^(?P.+?) \\[\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 5, - ), + ], 48 => - array ( + [ 'id' => 549, 'group_regex' => '^alt\\.binaries\\.ghosts$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) ("|#34;)(?P.+)(\\.[vol|part].+)?\\.(par2|nfo|rar|nzb)("|#34;) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(116/175) "Embrace.of.the.Vampire.1995.1080p.BluRay.x264.Y', 'ordinal' => 10, - ), + ], 49 => - array ( + [ 'id' => 550, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^(\\[ TrollHD \\] - )?[\\[\\(][-_\\s]{0,3}\\d+\\/(\\d+[-_\\s]{0,3}[\\)\\]]) - "(?P.+?) MPEG2-(DON|TrollHD)\\..+?" yEnc$/', 'status' => 1, 'description' => '//[ TrollHD ] - [ 0270/2688 ] - "Tour De France 2013 1080i HDTV MPA 2.0 MPEG2-TrollHD.part0269.rar" yEnc ::: //[17/48] - "Oprah\'s Next Chapter S02E37 Lindsay Lohan 1080i HDTV DD5.1 MPEG2-TrollHD.part16.rar" yEnc ::: //[02/29] - "Fox Sports 1 on 1 - Tom Brady 720p HDTV DD5.1 MPEG2-DON.part01.rar" yEnc', 'ordinal' => 5, - ), + ], 50 => - array ( + [ 'id' => 551, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^\\.oO "(?P.+)__www.realmom.info__.+" Oo. \\[\\d+\\/\\d+\\] \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//.oO "20.Years.After.German.2008.AC3.BDRip.XviD.INTERNAL-ARC__www.realmom.info__.nfo" Oo. [02/39] 1,43 GB yEnc', 'ordinal' => 10, - ), + ], 51 => - array ( + [ 'id' => 552, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^\\[ \\d+ \\] - \\[ TrollHD \\] - \\[ \\d+\\/\\d+ ] - "(?P.+)\\..+" yEnc$/', 'status' => 1, 'description' => '//[ 09821 ] - [ TrollHD ] - [ 00/54 ] - "Chopped CQ0808H My Way 1080i HDTV DD5.1 MPEG2-TrollHD.nzb" yEnc', 'ordinal' => 15, - ), + ], 52 => - array ( + [ 'id' => 553, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^\\[ TrollHD \\] - \\[ \\d+\\/\\d+ \\] - "(?P.+)\\.par.+" yEnc$/', 'status' => 1, 'description' => '//[ TrollHD ] - [ 01/19 ] - "America\'s Test Kitchen From Cook\'s Illustrated - Ultimate Grilled Turkey Burgers 480i PDTV DD2.0 MPEG2-TrollSD.par2" yEnc', 'ordinal' => 20, - ), + ], 53 => - array ( + [ 'id' => 554, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^NBC.+\\[\\d+\\/\\d+\\] - "(?P.+)\\.vol.+" yEnc$/', 'status' => 1, 'description' => '//NBC Nightly News - Flash Video - 11-20-2013 [13/15] - "NBC Nightly News 11-20-2013.flv.vol03+04.par2" yEnc', 'ordinal' => 25, - ), + ], 54 => - array ( + [ 'id' => 555, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/\\(Newseros\\.com\\) .+? \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Newseros.com) Cueva 1080p [02/42] - "idonhom-mirc.part01.rar" yEnc', 'ordinal' => 30, - ), + ], 55 => - array ( + [ 'id' => 556, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^.+S\\d+E\\d+.+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//It\'s.Always.Sunny.in.Philadelphia.S07E09.The.Gang.Gets.Trapped.BluRay.1080p.Remux.AVC.DTSHD-MA.5.1-PtZ-BeyondHD.me [047/123] - "It\'s.Always.Sunny.in.Philadelphia.S07E09.The.Gang.Gets.Trapped.BluRay.1080p.Remux.AVC.DTSHD-MA.5.1-PtZ-BeyondHD.me.r44" yEnc', 'ordinal' => 35, - ), + ], 56 => - array ( + [ 'id' => 557, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^\\(.+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Alpha.House.S01E08.WEBRip.1080p.x264.DD5.1-Absinth) [14/24] - "Alpha.House.S01E08.WEBRip.1080p.x264.DD5.1-Absinth.part13.rar" yEnc', 'ordinal' => 40, - ), + ], 57 => - array ( + [ 'id' => 558, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] .+yEnc$/', 'status' => 1, 'description' => '//(024/264) "Enf.S04E02.G.D.H.X-M.vol51+46.PAR2" - 8,27 GB -Enf.S04.G.D.H.X yEnc', 'ordinal' => 45, - ), + ], 58 => - array ( + [ 'id' => 559, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/i', 'status' => 1, 'description' => '//[01/10] - "Wondershare.Video.Converter.Ultimate.v6.7.1.0.Multilanguage.par2" - 45,44 MB yEnc', 'ordinal' => 50, - ), + ], 59 => - array ( + [ 'id' => 560, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^[\\(\\[]\\d+\\/\\d+[\\)\\]] "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/60) "Micro Monsters With David Attenborough 2013 3D HSBS DTS5.1 EP5 - Family-3D4U.par2" yEnc', 'ordinal' => 55, - ), + ], 60 => - array ( + [ 'id' => 561, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^\\[ TrollHD \\] - [\\(\\[] \\d+\\/\\d+ [\\)\\]] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ TrollHD ] - [ 01/32 ] - "Demi Lovato - 2vLive Concert 2013-10-28 PROPER [see NFO] 720p WEB-CAP AAC2.0 H.264-TrollHD.nfo" yEnc', 'ordinal' => 60, - ), + ], 61 => - array ( + [ 'id' => 562, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/\\[\\d+\\][-_\\s]{0,3}\\[ PPKORE \\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[00245] [ PPKORE ] [44/57] - "The L Word S04E08 1080p WEB-DL DD5 1 H 264-PPKORE.vol014+14.par2" yEnc', 'ordinal' => 65, - ), + ], 62 => - array ( + [ 'id' => 563, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) {0,3}yEnc$/', 'status' => 1, 'description' => '//Adobe Photoshop Lightroom v5.2 - FiNaL - Multilingual [WIN].vol037+32.PAR2 yEnc', 'ordinal' => 70, - ), + ], 63 => - array ( + [ 'id' => 564, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^[\\w-\\.]+ "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Bad.Penny.2013.720p.HDTV.x264-GBL "bad.penny.2013.720p.hdtv.x264-gbl.par2" yEnc', 'ordinal' => 75, - ), + ], 64 => - array ( + [ 'id' => 565, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^[\\w-\\. ]+\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//The.Colbert.Report.2013.07.29.The.Lumineers.WEBRip.AAC2.0.H.264-DCK [01/11] - "The.Colbert.Report.2013.07.29.The.Lumineers.WEBRip.AAC2.0.H.264-DCK.mp4" yEnc', 'ordinal' => 80, - ), + ], 65 => - array ( + [ 'id' => 566, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//"8 Wenn ich einmal gross bin .mp3" Koelschefetz postet.Die Filue -Immer Wigger yEnc', 'ordinal' => 85, - ), + ], 66 => - array ( + [ 'id' => 567, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^(?P.+?)[-_\\s]{0,3}\\(?[Pp]ostet +by +\\(?Edition50\\)?[- ]{0,4}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//Elysium (AVCHD) 2013 (720p) Untouched (Postet by Edition50) [01/169] - "file.xyz" yEnc ::: //Frozen Ground (AVCHD) 2013 (720p) postet by Edition50 - [01/158] - "file.xyz" yEnc - [000/158] - "FROZEN GROUND (AVCHD) 2013 (720p) Untouched.nzb" yEnc ::: //Cabin in the Woods (AVCHD) 2013 (720p) Postet by (Edition50) [01/159] - "file.xyz" yEnc', 'ordinal' => 90, - ), + ], 67 => - array ( + [ 'id' => 568, 'group_regex' => '^alt\\.binaries\\.hdtv$', 'regex' => '/^(?P.+?)[-_\\s]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Dark Zero Thirty (2013) AVCHD (720p) Untouched [01/151] - "ZERO DARK THIRTY (2013) AVCHD 720p) Untouched.par2" yEnc', 'ordinal' => 95, - ), + ], 68 => - array ( + [ 'id' => 569, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^(AMEa)?\\(\\d+\\/\\d+\\)( - AME-)? "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(23/36) "Love.Is.In.The.Meadow.S08E08.HDTV.720p.x264.ac3.part22.rar" - 2,80 GB - yEnc ::: //AMEa(01/49) - AME- "Arbitrage 2013 DTS HD MSTR 5.1 MKV h264 1080p German by AME.nfo" - 7,87 GB - yEnc', 'ordinal' => 5, - ), + ], 69 => - array ( + [ 'id' => 570, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^(?P[A-Z0-9a-z][A-Za-z0-9.-]+) -? \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Hard.Target.1993.1080p.Bluray.X264-BARC0DE - [36/68] - "BARC0DE1080pHTAR.r22" yEnc ::: //Goddess.2013.720p.BDRip.x264.AC3-noOne [086/100] - "Goddess.2013.720p.BDRip.x264.AC3-noOne.part84.rar" yEnc', 'ordinal' => 10, - ), + ], 70 => - array ( + [ 'id' => 571, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/(?P.+?)\\s+(Avi )?by Waldorf\\s+-\\s+\\[\\d+\\/\\d+\\]\\s+-\\s+".+?"\\s+yEnc$/', 'status' => 1, 'description' => '//I Love Democracy - Norwegen - Doku - 2012 - (German) - AC3 HD720p Avi by Waldorf - [02/71] - "Waldorf.jpg" yEnc', 'ordinal' => 15, - ), + ], 71 => - array ( + [ 'id' => 572, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^[A-Z][a-zA-Z0-9 ]+ [- ] "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Season of the Witch 2011 - "Season.of.the.Witch.2011.1080p.BluRay.DTS.x264-CyTSuNee.part005.rar" yEnc ::: //Film - "Alien Antology DC Special Edition 1979-1997 1080p GER HUN HighCode.part001.rar" yEnc ::: //Austex Memorandum "Austex Memorandum 700877270640835.z17" yEnc', 'ordinal' => 20, - ), + ], 72 => - array ( + [ 'id' => 573, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\(\\d+\\/\\d+\\) yEnc$/', 'status' => 1, 'description' => '//"Ninja-Revenge Will Rise UC-Pittis AVCHD-ADD.English.dtsHR.nfo.txt" (01/55) yEnc', 'ordinal' => 25, - ), + ], 73 => - array ( + [ 'id' => 574, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\[ (?P[A-Za-z0-9.-]{7,}) \\] - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ The.Looney.Tunes.Show.S02E20.480p.WEB-DL.AAC2.0.H.264-YFN ] - [01/19] - "The.Looney.Tunes.Show.S02E20.The.Shell.Game.480p.WEB-DL.AAC2.0.H.264-YFN.nfo" yEnc', 'ordinal' => 30, - ), + ], 74 => - array ( + [ 'id' => 575, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\.oO "(?P.+)__www.realmom.info__.+" Oo. \\[\\d+\\/\\d+\\] \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//.oO "20.Years.After.German.2008.AC3.BDRip.XviD.INTERNAL-ARC__www.realmom.info__.nfo" Oo. [02/39] 1,43 GB yEnc', 'ordinal' => 35, - ), + ], 75 => - array ( + [ 'id' => 576, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\[\\d+\\][ -]\\[#.+\\][ -]\\[(?P.+)\\][ -]\\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[8370]-[#alt.binaries.hdtv.x264@EFNet]-[Mr.Brooks.2007.720p.BluRay.DTS.x264-ESiR]-[00/86] "Mr.Brooks.2007.720p.BluRay.DTS.x264-ESiR.nzb" yEnc', 'ordinal' => 40, - ), + ], 76 => - array ( + [ 'id' => 577, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\((?P.+)\\) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//(The.Ghost.Writer.2010.hd.for.ipad.NLSUB) [01/21] - "The.Ghost.Writer.2010.hd.for.ipad.NLSUB.part01.rar" yEnc', 'ordinal' => 45, - ), + ], 77 => - array ( + [ 'id' => 578, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\[ (?P[\\w\\s\\.-]+) \\] - \\[\\d+\\/\\d+\\][ -]*".+"\\s*yEnc$/', 'status' => 1, 'description' => '//[ The Amazing Race S23 720p WEB-DL AAC2.0 H.264 ] - [01/40] - "The.Amazing.Race.S23E08.720p.WEB-DL.AAC2.0.H.264-KiNGS.nfo" yEnc', 'ordinal' => 50, - ), + ], 78 => - array ( + [ 'id' => 579, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^Uploader\\.Presents-(?P.+)[\\(\\[]\\d+\\/\\d+[\\)\\]]".+" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-Phantom.2013.German.AC3D.BluRay.1080p.x264-IND[01/62]"phantom.1080p.par2" yEnc', 'ordinal' => 55, - ), + ], 79 => - array ( + [ 'id' => 580, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P.+WEB-DL.+)\\.sfv" yEnc$/', 'status' => 1, 'description' => '//[01/18] - "ROH.2013.11.16.#113.WEB-DL.h264-COiL.sfv" yEnc', 'ordinal' => 60, - ), + ], 80 => - array ( + [ 'id' => 581, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^-{NR\\.C}- - \\[\\d+\\/(\\d+\\]) - ("|#34;)(?P.+)(\\.[vol|part].+)?\\.(par2|nfo|rar|nzb)("|#34;) yEnc$/', 'status' => 1, 'description' => '//-{NR.C}- - [00/96] - "Being.Liverpool.S01.720p.HDTV.x264-DHD.nzb" yEnc', 'ordinal' => 65, - ), + ], 81 => - array ( + [ 'id' => 582, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^- \\[\\d+\\/(\\d+\\]) - "(?P.+?)(\\.part\\d*|\\.rar|\\.pdf)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//- [34/69] - "Zero.Charisma.2013.WEB-DL.DD5.1.H.264-HaB.part33.rar" yEnc', 'ordinal' => 70, - ), + ], 82 => - array ( + [ 'id' => 583, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/.+www\\.hotrodpage\\.info.+\\[\\d+\\/(\\d+\\]) - "(?P.+?)(\\.part\\d*|\\.rar|\\.pdf)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//-=www.hotrodpage.info=- Makaveli -=HoTCreWTeam=- Post: - [000/192] - "Hop (2011) 1080p AVCHD.nzb" yEnc', 'ordinal' => 75, - ), + ], 83 => - array ( + [ 'id' => 584, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^.+?\\[(\\d+[.,]\\d+ [kKmMgG][bB])\\] \\[\\d+\\/(\\d+\\][-_\\s]{0,3}.+?)[-_\\s]{0,3}"(?P.+?)(\\.part\\d*|\\.rar|\\.pdf)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//-4y (PW) [ usenet-4all.info - powered by ssl.news -] [12,40 GB] [49/57] "43842168c542ed3.vol000+01.par2" yEnc', 'ordinal' => 80, - ), + ], 84 => - array ( + [ 'id' => 585, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/.*[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/', 'status' => 1, 'description' => '//!MR [01/49] - "Persuasion 2007.par2" EN MKV yEnc', 'ordinal' => 85, - ), + ], 85 => - array ( + [ 'id' => 586, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^.+ ?\\[\\d+( of |\\/)\\d+\\] ("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.[A-Za-z0-9]{2,4})?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/', 'status' => 1, 'description' => '//Wonders.of.the.Universe.S02E03.1080p.HDTV.x264.AC3.mp4 [1 of 54] "Wonders.of.the.Universe.S02E03.The.Known.and.the.Unknown.1080p.HDTV.x264.AC3-tNe.mp4.001" yEnc ::: //Wilfred Season 2 - US - 720p WEB-DL [28 of 43] "Wilfred.US.S02E01.Progress.720p.WEB-DL.DD5.1.H264-NTb.mkv.001" yEnc', 'ordinal' => 90, - ), + ], 86 => - array ( + [ 'id' => 587, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/^.+ ?\\d+( of |\\/)\\d+ - ("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.[A-Za-z0-9]{2,4})?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/', 'status' => 1, 'description' => '//The.Walking.Dead.S02E13.720p.WEB-DL.AAC2.0.H.264-CtrlHD -Kopimi- - 01/37 - "The.Walking.Dead.S02E13.Beside.the.Dying.Fire.720p.WEB-DL.AAC2.0.H.264-CtrlHD.nfo" yEnc', 'ordinal' => 95, - ), + ], 87 => - array ( + [ 'id' => 588, 'group_regex' => '^alt\\.binaries\\.hdtv\\.x264$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//The.Guild.S05E12.Grande.Finale.1080p.WEB-DL.x264.AC3.PSIV - "The.Guild.S05E12.Grande.Finale.1080p.WEB-DL.x264.AC3.PSIV.nfo" yEnc', 'ordinal' => 100, - ), + ], 88 => - array ( + [ 'id' => 589, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^Old\\s+Dad\\s+uppt? ?(?P.+?)( mp4| )?\\[?\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Old Dad uppt 18 und immer (noch) Jungfrau DvD Rip AC3 XviD German 02/34] - "18 und immer (noch) Jungfrau.part01.rar" yEnc ::: //Old Dad uppt In ihrem Haus DVD Ripp AC3 German Xvid [01/31] - "In ihrem Haus.par2" yEnc ::: //Old Dad uppt Eine offene Rechnung XviD German DVd Rip[02/41] - "Eine offene Rechnung.part01.rar" yEnc ::: //Old Dad uppMiss Marple: Der Wachsblumenstrauß , Wunschpost Xvid German10/29] - "Miss Marple Der Wachsblumenstrauß.part09.rar" yEnc', 'ordinal' => 5, - ), + ], 89 => - array ( + [ 'id' => 590, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//[03/61] - "www.realmom.info - xvid - xf-fatalmovecd1.r00" - 773,34 MB - yEnc ::: //[40/54] - "Mankind.Die.Geschichte.der.Menschheit.S01E12.Das.Ende.der.Reise.GERMAN.DUBBED.DL.DOKU.1080p.BluRay.x264-TVP.part39.rar" - 4,79 GB yEnc', 'ordinal' => 10, - ), + ], 90 => - array ( + [ 'id' => 591, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P.+?) upp.by.+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[02/10] - "Fast.And.Furious.6 (2013).German.720p.CAM.MD-MW upp.by soV1-soko.rar" yEnc', 'ordinal' => 15, - ), + ], 91 => - array ( + [ 'id' => 592, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^>ghost-of-usenet\\.org>(?P.+?)\\(.+?\\).+? \\(\\d+\\/\\d+\\) ".+?" yEnc$/', 'status' => 1, 'description' => '//>ghost-of-usenet.org>The A-Team S01-S05(Folgen einzelnd ladbar) 20, - ), + ], 92 => - array ( + [ 'id' => 593, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^www\\..+? \\[Sponsored.+?\\] \\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//www.usenet-town.com [Sponsored by Astinews] (103/103) "Intimate.Enemies.German.2007.AC3.[passwort protect].vol60+21.PAR2" yEnc', 'ordinal' => 25, - ), + ], 93 => - array ( + [ 'id' => 594, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^(?P[A-Za-z0-9][a-zA-Z0-9.-]{6,})\\s+- ".+?" yEnc$/', 'status' => 1, 'description' => '//Das.Schwergewicht.German.DL.720p.BluRay.x264-ETM - "etm-schwergewicht-720p.part20.rar" yEnc', 'ordinal' => 30, - ), + ], 94 => - array ( + [ 'id' => 595, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^\\[ .+? \\] \\[ www\\..+? \\]( \\[.+?\\])? \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ TiMnZb ] [ www.binnfo.in ] [REPOST] [01/46] - "Columbo - S07 E05 - Des sourires et des armes.nfo" yEnc', 'ordinal' => 35, - ), + ], 95 => - array ( + [ 'id' => 596, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^< "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+ \\(.+?\\) >< .+? > yEnc$/', 'status' => 1, 'description' => '//< "Burn.Notice.S04E17.Out.of.the.Fire.GERMAN.DUBBED.DL.720p.WebHD.x264-TVP.par2" >< 01/17 (1.54 GB) >< 11.62 kB > yEnc', 'ordinal' => 40, - ), + ], 96 => - array ( + [ 'id' => 597, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^[A-Za-z0-9]+ postet (?P.+?) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Batman postet 30 Nights of Paranormal Activity with the Devil Inside AC3 XviD German [01/24] - "30 Nights of Paranormal Activity with the Devil Inside.par2" yEnc', 'ordinal' => 45, - ), + ], 97 => - array ( + [ 'id' => 598, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^\\[\\d+\\/\\d+ (?P.+?)(\\.(part\\d*|rar|avi|iso|mp4|mkv|mpg))?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[04/20 Geroellheimer - S03E19 - Freudige ?berraschung Geroellheimer - S03E19 - Freudige ?berraschung.mp4.004" yEnc', 'ordinal' => 50, - ), + ], 98 => - array ( + [ 'id' => 599, 'group_regex' => '^alt\\.binaries\\.highspeed$', 'regex' => '/^"(?P.{7,}?)(\\.(part\\d*|rar|avi|mp4|mkv|mpg))?(\\d{1,3}\\.rev"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//"Homeland.S01.Complete.German.WS.DVDRiP.XViD-ETM.part001.rar" yEnc', 'ordinal' => 55, - ), + ], 99 => - array ( + [ 'id' => 600, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\[ nEwZ\\[NZB\\]\\.iNFO( \\])?[-_\\s]{0,3}\\[ (\\d+[-_])?(?P.+?) \\][-_\\s]{0,3}(File )?[\\(\\[]\\d+\\/(\\d+[\\)\\]]): "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?(yEnc)?$/', 'status' => 1, 'description' => '//[ nEwZ[NZB].iNFO - [ Zed--The_Invitation-WEB-2010-WUS ] - File [12/13]: "08-zed--the_river.mp3" yEnc', 'ordinal' => 5, - ), + ], 100 => - array ( + [ 'id' => 601, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^nEwZ\\[NZB\\]\\.iNFO[-_\\s]{0,3} (?P.+?) [-_\\s]{0,3}(File )?[\\(\\[]\\d+\\/(\\d+[\\)\\]]): "(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")$/', 'status' => 1, 'description' => '//nEwZ[NZB].iNFO - VA-Universal_Music_Sampler_07_February-PROMO-CDR-FLAC-2013-WRE - File [6/9]: "01-alesso-years_(hard_rock_sofa_remix).flac"', 'ordinal' => 10, - ), + ], 101 => - array ( + [ 'id' => 602, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/.+[DoAsYouLike\\].?[ _-]{0,3}\\d+[,.]\\d+ [mMkKgG][bB][-_\\s]{0,3}"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[ _-]{0,3}\\d+([,.]\\d+ [mMkKgG])? [bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//..:[DoAsYouLike]:.. 1,11 GB "KGMmDSSHBWnxV4g7Vbq5.part01.rar" 47,68 MB yEnc', 'ordinal' => 15, - ), + ], 102 => - array ( + [ 'id' => 603, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\(\\d+\\/\\d+\\)( - Description -)? "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+[,.]\\d+ [mMkKgG][bB])? - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(01/10) "LeeDrOiD HD V3.3.2-Port-R4-A2SD.par2" - 357.92 MB - yEnc', 'ordinal' => 20, - ), + ], 103 => - array ( + [ 'id' => 604, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Ashlar-Vellum Graphite v8 2 2 WinAll Incl Keygen-CRD.par2" yEnc', 'ordinal' => 25, - ), + ], 104 => - array ( + [ 'id' => 605, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\((?P[a-zA-Z0-9._-]+)\\) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//(VA-I_Love_Yaiza_Vol.1-WEB-2012-ServerLab) [01/11] - ".sfv" yEnc', 'ordinal' => 30, - ), + ], 105 => - array ( + [ 'id' => 606, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^[\\[\\(]\\d+( of |\\/)(\\d+[\\]\\)])[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(17/41) - "3-8139g0m530.017" yEnc', 'ordinal' => 35, - ), + ], 106 => - array ( + [ 'id' => 607, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^nEwZNZB\\.wz\\.cz - (?P.+?) - File \\[\\d+\\/\\d+]: ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//nEwZNZB.wz.cz - The.Block.AU.Sky.High.S07E12.WS.PDTV.XviD.BF1 - File [01/22]: "The.Block.AU.Sky.High.S07E12.WS.PDTV.XviD.BF1.part01.rar" yEnc', 'ordinal' => 40, - ), + ], 107 => - array ( + [ 'id' => 608, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^nEwZ\\[NZB\\]_wz_cz - (?P.+?) - File \\[\\d+\\/\\d+]: ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//nEwZ[NZB]_wz_cz - u.s.drug.wars.s02e06.hdtv.x264-mtg - File [02/28]: "eII34BvTxvDMSJZ2ulvh.r00" yEnc', 'ordinal' => 45, - ), + ], 108 => - array ( + [ 'id' => 609, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^nEwZNZB\\.wz\\.cz - (?P.+?) - File \\d+ of \\d+: ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//nEwZNZB.wz.cz - Club_FG-SAT-05-22 - File 4 of 4: "01-jean_jerome-club_fg-05-22-2013-tdmlive.mp3" yEnc', 'ordinal' => 50, - ), + ], 109 => - array ( + [ 'id' => 610, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^[a-zA-Z0-9._-]+ \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Big.Brother.IL.S05E01.WS.PDTV.XviD-Silver007 [1/1] - "Big.Brother.IL.S05E01.WS.PDTV.XviD-Silver007.avi" yEnc', 'ordinal' => 55, - ), + ], 110 => - array ( + [ 'id' => 611, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^\\[ [a-f0-9]{32} \\] \\[\\d+\\/\\d+\\] - "\\d+[-_](?P.+?)\\.[a-z0-9]{3,4}" yEnc$/i', 'status' => 1, 'description' => '//[ f680631754c469e49d3447bf0beadb8e ] [1/8] - "00-chris_carreiro-dirty-web-2014.m3u" yEnc ::: //', 'ordinal' => 60, - ), + ], 111 => - array ( + [ 'id' => 612, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//', 'ordinal' => 0, - ), + ], 112 => - array ( + [ 'id' => 613, 'group_regex' => '^alt\\.binaries\\.inner-sanctum$', 'regex' => '/^(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// 8rg5f9v7yba9ll2ny4z8vvh5exddygh2.par2" yEnc', 'ordinal' => 70, - ), + ], 113 => - array ( + [ 'id' => 614, 'group_regex' => '^alt\\.binaries\\.mojo$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//[17/61] - "www.realmom.info - xvid - xf-devilstomb.r14" - 773,11 MB - yEnc', 'ordinal' => 5, - ), + ], 114 => - array ( + [ 'id' => 615, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[usenet4ever\\.info\\] und \\[SecretUsenet\\.com\\] - (?P.+?)-u4e - ".+?" yEnc$/', 'status' => 1, 'description' => '//[usenet4ever.info] und [SecretUsenet.com] - 96e323468c5a8a7b948c06ec84511839-u4e - "96e323468c5a8a7b948c06ec84511839-u4e.par2" yEnc', 'ordinal' => 5, - ), + ], 115 => - array ( + [ 'id' => 616, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[Art-of-Usenet\\] ([a-fA-F0-9]+) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.info/.net <<>> - [01/26] - "Be.Cool.German.AC3.HDRip.x264-FuN.par2" yEnc', 'ordinal' => 10, - ), + ], 116 => - array ( + [ 'id' => 617, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+?[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [03/20] - "Weblinger - The.Haunted.House.Mysteries.v1.0-ZEKE.part01.rar" yEnc', 'ordinal' => 15, - ), + ], 117 => - array ( + [ 'id' => 618, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/[\\w.-]{8,}[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//ShesGonnaSquirt.12.12.13.Sindy.Lange.My.Knight.In.Squirting.Armor.XXX.1080p.x264 - [1/1] - "ShesGonnaSquirt.12.12.13.Sindy.Lange.My.Knight.In.Squirting.Armor.XXX.1080p.x264.rar" yEnc', 'ordinal' => 20, - ), + ], 118 => - array ( + [ 'id' => 619, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[Art-of-Usenet\\] .+? \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Art-of-Usenet] dea75eb65e65c56197d749d57919806d [01/19] - "dea75eb65e65c56197d749d57919806d.par2" yEnc', 'ordinal' => 25, - ), + ], 119 => - array ( + [ 'id' => 620, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?P.+?) \\[\\d+\\/\\d+\\] - ".+?" .+? yEnc$/', 'status' => 1, 'description' => '//XCOM.Enemy.Unknown.Deutsch.Patch.TokZic [0/9] - "XCOM Deutsch.nzb" ein CrazyUpp yEnc', 'ordinal' => 30, - ), + ], 120 => - array ( + [ 'id' => 621, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\.oO "(?P.+)__www.realmom.info__.+" Oo. \\[\\d+\\/\\d+\\] \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//.oO "20.Years.After.German.2008.AC3.BDRip.XviD.INTERNAL-ARC__www.realmom.info__.nfo" Oo. [02/39] 1,43 GB yEnc', 'ordinal' => 35, - ), + ], 121 => - array ( + [ 'id' => 622, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^[ _-]{0,3}\\w+(-\\w+)?[ _-]{0,3}\\d+[ _-]{0,3}(?P.+) - \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+?("|#34;) yEnc$/i', 'status' => 1, 'description' => '// - 0DAY - 1331086126 - Robokill.Rescue.Titan.Prime.v1.1.MacOSX.Cracked-CORE - [1/9] - "Robokill.Rescue.Titan.Prime.v1.1.MacOSX.Cracked-CORE.par2" yEnc', 'ordinal' => 40, - ), + ], 122 => - array ( + [ 'id' => 623, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[(?P.+?)\\][ _-]{0,3}\\[www\\.usenet4ever\\.info by Secretusenet][ _-]{0,3} ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[A_New_Found_Glory-Its_All_About_The_Girls-Reissue-CDEP-FLAC-2003-JLM] [www.usenet4ever.info by Secretusenet] - "00-a_new_found_glory-its_all_about_the_girls-reissue-cdep-flac-2003.jpg" yEnc', 'ordinal' => 45, - ), + ], 123 => - array ( + [ 'id' => 624, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(Mom\\d+[ _-]{0,3})?"(?P.+?)__www\\.realmom\\.info__([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]]) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '//MoM100060 - "Florian_Arndt-Trix-(BBM36)-WEB-2012-UKHx__www.realmom.info__.nfo" [2/7] 29,04 MB yEnc ::: //"Alan.Wake.v1.02.16.4261.Update-SKIDROW__www.realmom.info__.nfo" (02/17) 138,07 MB yEnc', 'ordinal' => 50, - ), + ], 124 => - array ( + [ 'id' => 625, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^"(?P.+?)"\\(\\d+\\/(\\d+\\))[ _-]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB] yEnc$/i', 'status' => 1, 'description' => '//"The.Draughtsmans.Contract.1982.576p.BluRay.DD2.0.x264-EA"(15/56) "The.Draughtsmans.Contract.1982.576p.BluRay.DD2.0.x264-EA.part13.rar" - 2.37 GB yEnc', 'ordinal' => 55, - ), + ], 125 => - array ( + [ 'id' => 626, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/(\\d+\\))[ _-]{0,3}Description[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(01/29) - Description - "Revolution.2012.S01E06.HDTV.x264-LOL.nfo" - 317.24 MB - yEnc', 'ordinal' => 60, - ), + ], 126 => - array ( + [ 'id' => 627, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/(\\d+\\))[ _-]{0,3}\\[Lords-of-Usenet\\][ _-]{0,3}<>[ _-]{0,3}(?P.+?)[ _-]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(02/17) - [Lords-of-Usenet] <> i8dewFjzft94BW71EI0s -"19913.r00" - 928,75 MB - yEnc', 'ordinal' => 65, - ), + ], 127 => - array ( + [ 'id' => 628, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\[\\d+\\/\\d+\\][ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[002/161] - "Rayman_Legends_USA_PS3-CLANDESTiNE.nfo" yEnc', 'ordinal' => 70, - ), + ], 128 => - array ( + [ 'id' => 629, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?P[a-z0-9].+?\\.XXX.*?\\.[a-z0-9]{3,4}-[a-z0-9]+) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/i', 'status' => 1, 'description' => '//NetVideoGirls.13.08.05.Julia.XXX.MP4-KTR - [1/1] - "NetVideoGirls.13.08.05.Julia.XXX.MP4-KTR.rar" yEnc ::: //FemaleAgent.E136.Rollie.XXX.1080p.MOV-KTR - [1/1] - "FemaleAgent.E136.Rollie.XXX.1080p.MOV-KTR.rar" yEnc ::: //Penthouse.13.07.13.Natalia.Starr.Pet.Of.Month.July.2013.XXX.3D.WMV-TBP - [1/1] - "Penthouse.13.07.13.Natalia.Starr.Pet.Of.Month.July.2013.XXX.3D.WMV-TBP.rar" yEnc', 'ordinal' => 75, - ), + ], 129 => - array ( + [ 'id' => 630, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/brothers-of-usenet\\.info&net-empfehlen-ssl-news.+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//happy birthday brothers - brothers-of-usenet.info&net-empfehlen-ssl-news - 2brokegirls-s03e12-Die.franzoesische.Versuchung.48 - [01/12] - "2brokegirls-s03e12-Die.franzoesische.Versuchung.480p.par2" yEnc', 'ordinal' => 80, - ), + ], 130 => - array ( + [ 'id' => 631, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^Eragon postet.+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Eragon postet Pfeil S01E18 german [01/19] - "Pfeil S01E18.par2" yEnc', 'ordinal' => 85, - ), + ], 131 => - array ( + [ 'id' => 632, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"[Fansub-Resistance] Naruto Shippuuden 345 xvid (848x480).vol25+15.PAR2" yEnc', 'ordinal' => 90, - ), + ], 132 => - array ( + [ 'id' => 633, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//"Die.Sopranos.S05E02.German.AVC-TVS.vol063+60.par2" (repack180414) yEnc', 'ordinal' => 95, - ), + ], 133 => - array ( + [ 'id' => 634, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^(?P[\\w.-]{8,})[-_\\s]{0,3}\\[\\d+\\/(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//LOL.3E05.720p.WEB.DL.nHD.x264-NhaNc3 [64/71] - "LOL.3E05.720p.WEB.DL.nHD.x264-NhaNc3.sfv" yEnc', 'ordinal' => 100, - ), + ], 134 => - array ( + [ 'id' => 635, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^Uploader\\.Presents-(?P.+)[\\[\\(]\\d+\\/\\d+[\\]\\)]".+" yEnc$/', 'status' => 1, 'description' => '//Uploader.Presents-LaLa.2014.Englisch.R6.HDCAM.x264.AC3-SmY(06/56]"SmY-I,F.2014.part05.rar" yEnc', 'ordinal' => 105, - ), + ], 135 => - array ( + [ 'id' => 636, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}Description (?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(21/27) - Description Lava.Land.2013.3D.1080p.Bluray.HOU.X264.DL-zman - "Lava.Land.2013.3D.1080.HOU.DL-zman.part20.rar" - 8,85 GB - yEnc', 'ordinal' => 110, - ), + ], 136 => - array ( + [ 'id' => 637, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^- (Description - )?"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- "z7QxDdQ5Qs63v8B8.01" - 374,56 MB - yEnc ::: //- Description - "le gars et son arc 2x21.vol06+05.PAR2" - 273,04 MB - yEnc', 'ordinal' => 115, - ), + ], 137 => - array ( + [ 'id' => 638, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^.+Usejunkies\\.tk.+\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//::: Usejunkies.tk ::: - [11/15] - "Saitenfeuer - Kein Zurueck 2013.vol00+1.par2" - 116,42 MB yEnc', 'ordinal' => 120, - ), + ], 138 => - array ( + [ 'id' => 639, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^.+Usejunkies\\.tk.+\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//:.Usejunkies.tk.:---- - [4/8] - "MKTO - MKTO.vol00+5.par2" yEnc', 'ordinal' => 125, - ), + ], 139 => - array ( + [ 'id' => 640, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^"(?P.{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"8ÅdTbOMaÃ¥RuieuD4gÃ¥jÅwOÃ¥bmS72ADÅM1b2æefz9q4yW4O7exV.vol037+6.par2" yEnc', 'ordinal' => 130, - ), + ], 140 => - array ( + [ 'id' => 641, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/\\d+\\) \\[ArtofUsenet\\].+www\\.art-of-use\\.net.+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(08/12) [ArtofUsenet] >>> www.art-of-use.net <<< "Alles Atze - S01E05 - Die Anatolische Fliege.vol01+02.par2" - 245,19 MB - yEnc', 'ordinal' => 135, - ), + ], 141 => - array ( + [ 'id' => 642, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/\\d+\\) - \\[Lords-of-Usenet\\].+ presents (?P.+?)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/10) - [Lords-of-Usenet] <> presents AoA.Audio.Extractor.Platinum.v2.0.Portable.WiNALL.APPZ-NOTRADE -"notrade-aoaextractorplati_portable.par2" - 8,14 MB - yEnc', 'ordinal' => 140, - ), + ], 142 => - array ( + [ 'id' => 643, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/\\d+\\) - \\[Lords-of-Usenet\\].+ presents (?P.+?)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(02/66) - [Lords-of-Usenet] <> presents The_Swapper-FANiSO - "fan-swap.rar" - yEnc', 'ordinal' => 145, - ), + ], 143 => - array ( + [ 'id' => 644, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/\\d+\\) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s].+yEnc$/ui', 'status' => 1, 'description' => '//(1/3) - "Readers Digest Magazin Deutschland Oktober 10-2014.rar" - 10,92 MB - >>brothers-of-usenet.info/net<< empfehlen SSL-News.info yEnc', 'ordinal' => 150, - ), + ], 144 => - array ( + [ 'id' => 645, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(1/3) "Die drei Fragezeichen - Folge 162 - Der schreiende Nebel.rar" - 121,56 MB - yEnc', 'ordinal' => 155, - ), + ], 145 => - array ( + [ 'id' => 646, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^brothers-of-usenet.+SSL-News\\.info.+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖܖ¤ß¶!.,&_\\()\\[\\]\\\'\\`-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//brothers-of-usenet.ino/.net<<>> - [05/33] - "oiu78_67O77OuiI_ztRe014.part04.rar" yEnc', 'ordinal' => 160, - ), + ], 146 => - array ( + [ 'id' => 647, 'group_regex' => '^alt\\.binaries\\.mom$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Fabulous MP3.v1.10.rar" yEnc', 'ordinal' => 165, - ), + ], 147 => - array ( + [ 'id' => 648, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/\\[ENJOY\\]-\\[FULL\\]-\\[.+\\]-\\[ (?P.+) \\]-\\[\\d+\\/\\d+\\]-".+" yEnc$/', 'status' => 1, 'description' => '//[ENJOY]-[FULL]-[.+]-[ (.+) ]-[d+/d+]-".+" yEnc$/', 'ordinal' => 5, - ), + ], 148 => - array ( + [ 'id' => 649, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P.+DVD.*) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '///PROUT Movie (2010) NTSC DVD [157/15768] - "PROUTmovie_NTSC.part155.rar" yEnc', 'ordinal' => 10, - ), + ], 149 => - array ( + [ 'id' => 650, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(\\[\\d+\\]-)?\\[ ?(?P[a-zA-Z0-9.-]{6,}) ?\\](-\\[REAL\\])? ?- ?\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ Hammer.of.the.Gods.2013.720p.WEB-DL.DD5.1.H.264-ELiTE ]-[01/44] - "Hammer.of.the.Gods.2013.720p.WEB-DL.DD5.1.H.264-ELiTE.par2" yEnc ::: //[134863]-[ Rihanna.No.Regrets.2013.720p.WEB-DL.DD5.1.H.264-PZK ]-[52/52] - "Rihanna.No.Regrets.2013.720p.WEB-DL.DD5.1.H.264-PZK.vol127+76.par2" yEnc ::: //[Hard.Target.1993.UNRATED.720p.BluRay.x264-88keyz] - [001/101] - "Hard.Target.1993.UNRATED.720p.BluRay.x264-88keyz.nfo" ::: //[ Fast.And.Furious.6.2013.720p.WEB-DL.AAC2.0.H.264-HDCLUB ]-[REAL]-[01/54] - "Fast.And.Furious.6.2013.720p.WEB-DL.AAC2.0.H.264-HDCLUB.nfo" yEnc', 'ordinal' => 15, - ), + ], 150 => - array ( + [ 'id' => 651, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^"(?P.+(DVD|BluRay|BRRip).+)"\\(\\d+\\/\\d+\\) ".+".+[GMK]B yEnc$/i', 'status' => 1, 'description' => '//"Nights.of.Cabiria.1957.NTSC.DVD.x264-Tree"(23/57) "Nights.of.Cabiria.1957.NTSC.DVD.x264-Tree.part22.rar" - 2.40 GB yEnc', 'ordinal' => 20, - ), + ], 151 => - array ( + [ 'id' => 652, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [0/1] - "A.Good.Day.to.Die.Hard.2013.nzb" yEnc', 'ordinal' => 25, - ), + ], 152 => - array ( + [ 'id' => 653, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\[x+\\]-\\[.+?\\]-\\[ x+ \\]-\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[xxxxx]-[#a.b.moovee@EFNet]-[ xxxxx ]-[02/66] - "tulob88.part01.rar" yEnc', 'ordinal' => 30, - ), + ], 153 => - array ( + [ 'id' => 654, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P[a-zA-Z0-9._-]+) - ?\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Groove.2000.iNTERNAL.DVDRip.XviD-UBiK - [001/111] - "ubik-groove-cd1.par2" yEnc ::: //Antony.and.Cleopatra.1972.720p.WEB-DL.H264-brento -[35/57] - "Antony.and.Cleopatra.1972.720p.WEB-DL.AAC2.0.H.264-brento.part34.rar" yEnc', 'ordinal' => 35, - ), + ], 154 => - array ( + [ 'id' => 655, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\((?P[a-zA-Z0-9.-]+)\\) \\(\\d+\\/\\d+\\) - ".+?" yEnc$/', 'status' => 1, 'description' => '//(Iron.Man.3.2013.R5.DVDRip.XviD-AsA) (01/26) - "Iron.Man.3.2013.R5.DVDRip.XviD-AsA.part01.part.sfv" yEnc', 'ordinal' => 40, - ), + ], 155 => - array ( + [ 'id' => 656, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\([a-zA-Z0-9].+?\\) (?P[a-zA-Z0-9.-]+) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//(Classic Surf) Morning.Of.The.Earth.1971 [03/29] - "Morning.Of.The.Earth.1971.part02.rar" yEnc', 'ordinal' => 45, - ), + ], 156 => - array ( + [ 'id' => 657, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\[\\d+\\/\\d+\\] (?P.+) - ".+" yEnc$/', 'status' => 1, 'description' => '//[51/62] Morrissey.25.Live.Concert.2013.BDRip.x264-N0TSC3N3 - "n0tsc3n3-morrissey.25.live.2013.bdrip.x264.rar" yEnc', 'ordinal' => 50, - ), + ], 157 => - array ( + [ 'id' => 658, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\[\\w+-\\w+\\]-\\[\\w+\\]-\\[\\d+\\] (?P.+) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//[AD120512-00006]-[UnOFFSc3n4iT]-[0131105] Chloe.Tra.Seduzione.E.Inganno.2009.iTALiAN.DVDRip.XviD-TRL [19/41] - "trl-chltsdzn.part18.rar" yEnc', 'ordinal' => 55, - ), + ], 158 => - array ( + [ 'id' => 659, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P.+x264.+) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//Breathe.In.2013.BRRip.x264-4UN [01/39] - "Breathe.In.2013.BRRip.x264-4UN.nfo" yEnc', 'ordinal' => 60, - ), + ], 159 => - array ( + [ 'id' => 660, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^(?P.+) \\[REPACK\\] \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//The.CyB3rMaFiA.PimPs.YouR.RiDE.WiTH [REPACK] [40/42] - "d2p5uypp7yn3drpk1080417.vol255+064.par2" yEnc', 'ordinal' => 65, - ), + ], 160 => - array ( + [ 'id' => 661, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/\\[ (?P.+WEB-DL.+) \\]-\\[\\d+\\/\\d+\\] - "(.+)\\.(mp4|mkv|ts|rar|par.+)" yEnc$/', 'status' => 1, 'description' => '//[ Oklahoma!.1955.720p.WEB-DL.AAC2.0.H.264-CtrlHD ]-[32/55] - "Oklahoma.1955.720p.WEB-DL.AAC2.0.H.264-CtrlHD.part31.rar" yEnc', 'ordinal' => 70, - ), + ], 161 => - array ( + [ 'id' => 662, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^REQ:.+".+".+\\(\\d+\\/\\d+\\) ".+" - \\d+[,.]\\d+ [MGK]B - (?P.+) yEnc$/', 'status' => 1, 'description' => '//REQ: working copy of "That Darn Cat 1997 Xvid-Any grp" Plz Ty (47/60) "geckos-ghr2011-xvid.r44" - 744,19 MB - Gun.Hill.Road.2011.LIMITED.DVDRip.XviD-GECKOS yEnc', 'ordinal' => 75, - ), + ], 162 => - array ( + [ 'id' => 663, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\(T\\.U\\.F The real thing (?P.+?) T\\.U\\.F\\)/', 'status' => 1, 'description' => '//(T.U.F The real thing I Frankenstein 2014 NL Subs T.U.F) [01/52] - "I Frankenstein 2014 NL Subs.par2" yEnc', 'ordinal' => 80, - ), + ], 163 => - array ( + [ 'id' => 664, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '/^\\((?P[\\w.-]+)\\)\\[\\d+\\/(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Ringside.The.Best.of.Mike.Tyson.DVDRip.x264.AC3-FCZ)[01/68] - "Ringside.The.Best.of.Mike.Tyson.DVDRip.1.of.2.x264.AC3-FCZ.nfo" yEnc', 'ordinal' => 85, - ), + ], 164 => - array ( + [ 'id' => 665, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^(?P[a-z].+) - \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//Underworld.Evolution.2006.480p.BDRip.XviD.AC3-AsA - [000/143] - "asa.nzb" yEnc', 'ordinal' => 5, - ), + ], 165 => - array ( + [ 'id' => 666, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^Have Fun - ("|#34;)(?P.+)\\.nfo("|#34;) Ph4let0ast3r yEnc$/i', 'status' => 1, 'description' => '///^Have Fun - ("|#34;)(.+).nfo("|#34;) Ph4let0ast3r yEnc$/i', 'ordinal' => 10, - ), + ], 166 => - array ( + [ 'id' => 667, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\(\\d+\\/\\d+\\) ("|#34;)(?P.+)\\.(par2|nfo|rar|nzb)("|#34;) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(01/34) "Sniper.Reloaded.2011.BluRay.810p.DTS.x264-PRoDJi.Turkish.Audio.par2" - 139,30 MB - yEnc', 'ordinal' => 15, - ), + ], 167 => - array ( + [ 'id' => 668, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^("|#34;)(?P.+)\\.rar("|#34;)$/i', 'status' => 1, 'description' => '//"Discovery.Channel.Tsunami.Facing.The.Wave.720p.HDTV.x264-PiX.rar"', 'ordinal' => 20, - ), + ], 168 => - array ( + [ 'id' => 669, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^(?P[a-z].+) .+\\.(par2|nfo|rar|nzb)$/i', 'status' => 1, 'description' => '//Saw.VII.2010.720p.Bluray.x264.DTS-HDChina Saw.VII.2010.720p.Bluray.x264.DTS-HDChina.nzb', 'ordinal' => 25, - ), + ], 169 => - array ( + [ 'id' => 670, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [1/1] - "The Secret L', 'ordinal' => 30, - ), + ], 170 => - array ( + [ 'id' => 671, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}Description[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(001/114) - Description - "The.Chronicles.of.Riddick.2004.DC.BluRay.1080p.DTS.par2" - 10,50 GB - yEnc', 'ordinal' => 35, - ), + ], 171 => - array ( + [ 'id' => 672, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[00/56] - "The.Last.Days.On.Mars.720p.BluRay.x264-DR.nzb" yEnc', 'ordinal' => 40, - ), + ], 172 => - array ( + [ 'id' => 673, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\[REUP\\]( )?(?P.+?) - \\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[REUP] 6.Degress.of.Hell.2012.1080p.BluRay.DTS-HD.x264-BARC0DE - [03/50] - "BARC0DE.vol00+1.PAR2" yEnc ::: //[REUP]Home.Of.The.Brave.2006.1080p.BluRay.DTS-HD.x264-BARC0DE - [03/38] - "BARC0DE.vol00+1.PAR2" yEnc', 'ordinal' => 45, - ), + ], 173 => - array ( + [ 'id' => 674, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^- Description - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")([-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB])[- ]{0,4}yEnc$/', 'status' => 1, 'description' => '//- Description - "The.Legend.of.Hercules.2014.720p.BluRay.x264.Y', 'ordinal' => 50, - ), + ], 174 => - array ( + [ 'id' => 675, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^(?P[\\w.\\()-]{8,}?)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Star.Trek.Into.Darkness.2013.3D.HOU.BDRip.1080p-FAGGOTS [431/432] - "stid3d.vol124+128.par2" yEnc', 'ordinal' => 55, - ), + ], 175 => - array ( + [ 'id' => 676, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}(?P[\\w.\\() -]{8,}?\\b)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(130/138) - Captain America The Winter Soldier 2014 NEW (FIXED) 720p CAM x264 Pimp4003 - "wXZ6LxFt.zip.130" - 2.02 GB - yEnc', 'ordinal' => 60, - ), + ], 176 => - array ( + [ 'id' => 677, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^.+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//22.Jump.Street.2014.720p.BluRay.x264-tpU.vol000+01.PAR2 [73/84] - "22.Jump.Street.2014.720p.BluRay.x264-tpU.vol000+01.PAR2" yEnc', 'ordinal' => 65, - ), + ], 177 => - array ( + [ 'id' => 678, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/^\\(www\\.Thunder-News\\.org\\) .+? - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >CD2< - "exvid-emma-cd2.par2" yEnc', 'ordinal' => 5, - ), + ], 178 => - array ( + [ 'id' => 679, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/^[a-zA-Z ]+Post Voor FTN - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Movieland Post Voor FTN - [01/43] - "movieland0560.par2" yEnc', 'ordinal' => 10, - ), + ], 179 => - array ( + [ 'id' => 680, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/.+?by mayhem masta"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Disney short films collection by mayhem masta"1923 - Alice\'s Wonderland.vol15+7.par2" yEnc', 'ordinal' => 15, - ), + ], 180 => - array ( + [ 'id' => 681, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/^\\(.+usenet\\.info\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(http://dream-of-usenet.info) - [01/43] - "Nicht.auflegen.2002.German.DL.AC3.BDRip.XviD-iNCEPTiON.nfo" yEnc', 'ordinal' => 20, - ), + ], 181 => - array ( + [ 'id' => 682, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/\\[#]+\\]-\\[.+\\]-\\[.+\\]-\\[(?P.+)\\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+" yEnc$/', 'status' => 1, 'description' => '//[######]-[FULL]-[#hdtv@LinkNet]-[Sesame.Street.S41E03.1080i.HDTV.DD5.1.MPEG2-TrollHD]-[00/51] - "Sesame Street S41E03 Chicken When It Comes to Thunderstorms 1080i HDTV DD5.1 MPEG2-TrollHD.nzb" yEnc', 'ordinal' => 25, - ), + ], 182 => - array ( + [ 'id' => 683, 'group_regex' => '^alt\\.binaries\\.movies\\.divx$', 'regex' => '/^\\[ (?P[a-zA-Z0-9.-]{6,}) \\]-\\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//[ Rules.of.Engagement.S06E12.720p.WEB-DL.DD5.1.H.264-CtrlHD ]-[01/24] - "Rules.of.Engagement.S06E12.720p.WEB-DL.DD5.1.H.264-CtrlHD.nfo" yEnc', 'ordinal' => 30, - ), + ], 183 => - array ( + [ 'id' => 684, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^http:\\/\\/nzbroyalty\\.com - (?P.+?) - \\[\\d+\\/(\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//http://nzbroyalty.com - House.of.The.Rising.sun.2011.BluRay.720p.DTS.x264-CHD - [00/48] - "House.of.The.Rising.sun.2011.BluRay.720p.DTS.x264-CHD.nzb" yEnc', 'ordinal' => 5, - ), + ], 184 => - array ( + [ 'id' => 685, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^([a-zA-Z0-9._-]+ - ?\\[)\\d+\\/(\\d+\\]) - "(?P.+?)\\.(nzb|rar|par2)" yEnc$/', 'status' => 1, 'description' => '//Scream.4.2011.WS.720p.BluRay.X264-AMIABLE - [000/106] - "Scream.4.2011.WS.720p.BluRay.X264-AMIABLE.nzb" yEnc', 'ordinal' => 10, - ), + ], 185 => - array ( + [ 'id' => 686, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^(?P[a-zA-Z0-9].+?)( - )\\[\\d+(\\/\\d+\\] - ").+?" yEnc$/', 'status' => 1, 'description' => '//The Beaver 2011 720p BluRay DD5.1 x264-CtrlHD - [00/65] - "The Beaver 2011 720p BluRay DD5.1 x264-CtrlHD.nzb" yEnc', 'ordinal' => 15, - ), + ], 186 => - array ( + [ 'id' => 687, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/("|#34;)(?P.+)("|#34;)[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}("|#34;).+?(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})("|#34;)[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//"The.Hudsucker.Proxy.1994.1080p.Blu-ray.Remux.AVC.DTS.HD.MA.2.0-KRaLiMaRKo"(127/132) "The.Hudsucker.Proxy.1994.1080p.Blu-ray.Remux.AVC.DTS.HD.MA.2.0-KRaLiMaRKo.vol379+20.par2" - 24.61 GB - yEnc', 'ordinal' => 20, - ), + ], 187 => - array ( + [ 'id' => 688, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^\\([\\w.-]+\\)[\\(\\[]\\d+\\/\\d+[\\]\\)] "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Amour.2012.1080p.BluRay.x264-EbP)(002/337) "Amour.2012.1080p.BluRay.x264-EbP.part001.rar" - 16.58 GB - yEnc', 'ordinal' => 25, - ), + ], 188 => - array ( + [ 'id' => 689, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^\\([\\w .\\()-]+\\) [\\(\\[]\\d+\\/\\d+[\\]\\)] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(La.pianiste.(aka.The.Piano.Teacher).(2001).720p.BluRay.AC3.x264-MandR) [085/101] - "La.pianiste.(aka.The.Piano.Teacher).(2001).720p.BluRay.AC3.x264-MandR.part084.rar" yEnc', 'ordinal' => 30, - ), + ], 189 => - array ( + [ 'id' => 690, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[00/56] - "The.Last.Days.On.Mars.720p.BluRay.x264-DR.nzb" yEnc', 'ordinal' => 35, - ), + ], 190 => - array ( + [ 'id' => 691, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^< [\\w.\\() -]+ > - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\(\\d+\\/\\d+\\) yEnc$/', 'status' => 1, 'description' => '//< Michael.Jackson.Bad.25.2012.720p.BluRay.x264-PHD > - "Michael.Jackson.Bad.25.2012.720p.BluRay.x264-PHD.par2" (01/64) yEnc', 'ordinal' => 40, - ), + ], 191 => - array ( + [ 'id' => 692, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^:(?P[\\w.-]+)[-_\\s]{0,3}[\\w.-]+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//:Waga.Haha.no.Ki.2012.BluRay.720p.DTS.x264 - Chronicle.Of.My.Mother.2012 - [55/56] - "waha.720p.vol063+64.par2" yEnc', 'ordinal' => 45, - ), + ], 192 => - array ( + [ 'id' => 693, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\d+ of \\d+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Cat Ballou (1965) Multi-Dub AVC 480p.MKV.001" 01 of 11 yEnc', 'ordinal' => 50, - ), + ], 193 => - array ( + [ 'id' => 694, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^(?P[\\w.-]+)[-_\\s]{0,3}\\[\\d+\\/(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Fly.With.The.Gold.2012.720p.BluRay.x264-WiKi [03/73] - "wiki-fwtg.par2" yEnc', 'ordinal' => 55, - ), + ], 194 => - array ( + [ 'id' => 695, 'group_regex' => '^alt\\.binaries\\.movies\\.x264$', 'regex' => '/^(?P[\\w.-]+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Parker.2013.MULTi.720p.BluRay.x264-GAIA - "Parker.2013.MULTi.720p.BluRay.x264-GAIA.nfo" yEnc', 'ordinal' => 60, - ), + ], 195 => - array ( + [ 'id' => 696, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/"(?P[\\w. -]{8,})"[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}".+([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"The Absence - Riders Of The Plague" [00/14] - "the_absence-riders_of_the_plague.nzb" yEnc', 'ordinal' => 5, - ), + ], 196 => - array ( + [ 'id' => 697, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/\\( (?P[\\w. -]{8,}) \\)[-_\\s]{0,3}( |\\().+\\)[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//( Albert Cummings Albums 6x By Dready Niek (1999-2012) ) ( ** By Dready Niek ** ) [11/20] - "Albert Cummings Albums 6x By Dready Niek (1999-2012).part10.rar" yEnc ::: //( Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek ) -- By Dready Niek ) [01/15] - "Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek.par2" yEnc', 'ordinal' => 10, - ), + ], 197 => - array ( + [ 'id' => 698, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^.+Old but Sold.+>< "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\).+ yEnc$/', 'status' => 1, 'description' => '//<<>> <<< >< >< "German Top 50 ODC - 12.08.2013.nfo" >< 02/33 (541,61 MB) >< 10,93 kB > yEnc', 'ordinal' => 15, - ), + ], 198 => - array ( + [ 'id' => 699, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^Musikjunkie-(?P[\\w. -]{8,})[-_\\s]{0,3}\\[\\d+\\/\\d+\\]".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Musikjunkie-The.Voice.Of.Germany.2013.The.Best.of.Liveshows.4.CD.Box.Set.VBR [15/28]"voice.part13.rar" yEnc', 'ordinal' => 20, - ), + ], 199 => - array ( + [ 'id' => 700, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^(?P[\\w. -]{8,})[-_\\s]{0,3}("|#34;)(.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Metallica - Ride The Lightning "01 - Fight Fire With Fire.mp3" yEnc', 'ordinal' => 25, - ), + ], 200 => - array ( + [ 'id' => 701, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^.+Usejunkies\\.tk.+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//::: Usejunkies.tk ::: - [08/11] - "DJ Shog - DNA - HD 720p.vol00+1.par2" - 47,76 MB yEnc', 'ordinal' => 30, - ), + ], 201 => - array ( + [ 'id' => 702, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}poc[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//"AnyDVD 7.0.0.0.rar" poc yEnc', 'ordinal' => 35, - ), + ], 202 => - array ( + [ 'id' => 703, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"A Produce & Loren Nerell - Intangible.nzb" yEnc', 'ordinal' => 40, - ), + ], 203 => - array ( + [ 'id' => 704, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/12) "Sunfly Hits April (2013) SF326 [Skytwohigh].par2" - 109.59 MB - yEnc', 'ordinal' => 45, - ), + ], 204 => - array ( + [ 'id' => 705, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}Description[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/15) - Description - "Goldene Schlager - Erinnerungen Folge 3.par2" - 126,08 MB - yEnc', 'ordinal' => 50, - ), + ], 205 => - array ( + [ 'id' => 706, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\((?P[^.]{8,})\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Musica - House&Dance - mix 1 - april 2014 1) [00/45] - "Musica - House&Dance mix 1 april.nzb" yEnc', 'ordinal' => 55, - ), + ], 206 => - array ( + [ 'id' => 707, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[04/17] - "Schlager.am.laufenden.Band.-.Vol.13.part02.rar" - 622,46 MB yEnc', 'ordinal' => 60, - ), + ], 207 => - array ( + [ 'id' => 708, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) [\\w.,& \\()\\[\\]\\\'\\`-]{8,}?\\b.?( by )?PsyDealer yEnc$/', 'status' => 1, 'description' => '//"Karate Andi - Pilsator Platin 2014.nfo.nfo Karate Andi - Pilsator Platin 2014 by PsyDealer yEnc', 'ordinal' => 65, - ), + ], 208 => - array ( + [ 'id' => 709, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\(\\?+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?\\b.?\\.[A-Za-z0-9]{2,4} (?PTop \\d+ Single Charts \\d+\\.\\d+\\.\\d+)"[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [089/100] - "090-florence_and_the_machine_-_spectrum_(say_my_name)_(calvin_harris_edit).mp3 Top 100 Single Charts 13.05.2013" yEnc', 'ordinal' => 70, - ), + ], 209 => - array ( + [ 'id' => 710, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\(\\?+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [02/26] - "8Cursed.rar" yEnc', 'ordinal' => 75, - ), + ], 210 => - array ( + [ 'id' => 711, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\(\\?+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")\\w+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [00/34] - "The Official UK Top 40 Singles Chart 15-06-2014.nzb"otfINWnjfg7856fghj yEnc', 'ordinal' => 80, - ), + ], 211 => - array ( + [ 'id' => 712, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\(\\d+\\/\\d+\\) (?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}"[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?\\b.?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/24) VA - Now Thats What I Call Disco 2013 - "VA - Now Thats What I Call Disco 2013.7z.001" - 487.23 MB - yEnc', 'ordinal' => 85, - ), + ], 212 => - array ( + [ 'id' => 713, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\(102400\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(102400) [06/13] - "Time L', 'ordinal' => 90, - ), + ], 213 => - array ( + [ 'id' => 714, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\([\\w.,& \\()\\[\\]\\\'\\`-]{8,} \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(18 Gouden Piraten Hits Deel 2 [03/11] - "18 Gouden Piraten Hits Deel 2.part2.rar" yEnc', 'ordinal' => 95, - ), + ], 214 => - array ( + [ 'id' => 715, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\([\\w.,& \\()\\[\\]\\\'\\`-]{8,}\\)\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Amigos - Ihre Lieblingshits - Folge 2 - 2013 - by Taekwondo145)[00/62] - "Amigos - Ihre Lieblingshits - Folge 2 - 2013.nzb" yEnc', 'ordinal' => 100, - ), + ], 215 => - array ( + [ 'id' => 716, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\([\\w.,& \\()\\[\\]\\\'\\`-]{8,} - by Taekwondo(\\d+\\()?\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(German TOP100 Single Jahrescharts-2013 - by Taekwondo456([67/70] - "German TOP100 Single Jahrescharts-2013.vol041+41.PAR2" yEnc', 'ordinal' => 105, - ), + ], 216 => - array ( + [ 'id' => 717, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\( ?(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}) ?\\)[-_\\s]{0,3}\\(.+Dready Niek.+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Liedjes uit de film De Grote Patriottische Oorlog..o.a. Rod McK ) ( ** By Dready Niek ** ) [02/11] - "Liedjes uit de film De Grote Patriottische Oorlog..o.a. Rod McKuen - By Dready Niek.part1.rar" yEnc', 'ordinal' => 110, - ), + ], 217 => - array ( + [ 'id' => 718, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB] <-> Partner of secretusenet\\.com <->[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[21/23] - "JNEQ3_20130413_028.vol0+1.par2" - 282,65 MB <-> Partner of secretusenet.com <-> yEnc', 'ordinal' => 115, - ), + ], 218 => - array ( + [ 'id' => 719, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Yogi_and_Husky--Nu_Sound_EP-(RSR021)-WEB-2012-dh - "Yogi_and_Husky--Nu_Sound_EP-(RSR021)-WEB-2012-dh.r00" yEnc', 'ordinal' => 120, - ), + ], 219 => - array ( + [ 'id' => 720, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/^(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Zido.Alben.All.in.One.Read.NFO-Ren & Stimpy - [35/43] - "Zydo.part33.rar" yEnc', 'ordinal' => 125, - ), + ], 220 => - array ( + [ 'id' => 721, 'group_regex' => '^alt\\.binaries\\.mp3$', 'regex' => '/(h311b0y|Hellboy).+\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//! ! !! - h311b0y101022014 - !! ! ! [01/14] - "h311b0y101022014.par2" yEnc', 'ordinal' => 130, - ), + ], 221 => - array ( + [ 'id' => 722, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\)[ _-]{0,3}\\[Lords-of-usenet\\][ _-]{0,3}<>[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(05/10) - [Lords-of-usenet] <> "Wynardtage Praise The Fallen(2007).vol00+01.PAR2" - 132,64 MB - yEnc', 'ordinal' => 5, - ), + ], 222 => - array ( + [ 'id' => 723, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\)[ _-]{0,3}[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(06/11) - - "Diens - Schwarzmale.vol00+01.PAR2" - 141,07 MB - yEnc', 'ordinal' => 10, - ), + ], 223 => - array ( + [ 'id' => 724, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^[ _-]{0,3}\\(\\d+\\/\\d+\\)[ _-]{0,3}[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '// (09/18) - "Mantus - Fatum (2013) [2CD].FH.vol00+2.PAR2" - 336,39 MB - yEnc', 'ordinal' => 15, - ), + ], 224 => - array ( + [ 'id' => 725, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\)[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(08/15) "Noemi-Red.(Unreleased).2006.by.NYCrules.vol000+01.PAR2" - 179,66 MB - yEnc', 'ordinal' => 20, - ), + ], 225 => - array ( + [ 'id' => 726, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\[(?P[a-zA-Z0-9-_\\\\(\\)\\.]+)\\] \\[www\\.usenet4ever\\.info by Secretusenet\\] - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[16_Bit_Lolitas-Warung_Brazil_002-2CD-2012-iHF] [www.usenet4ever.info by Secretusenet] - "000-16_bit_lolitas-warung_brazil_002-2cd-2012-ihf.sfv" yEnc ::: //[3RD_Prototype_-_On_My_Way-(TB7368)-WEB-2013-FMC] [www.usenet4ever.info by Secretusenet] - "01-3rd_prototype_-_deafback-when_you_are_in_the_dark_(deafback_remix).mp3" yEnc ::: //[Armin_Van_Buuren_Feat._Fiora-Waiting_For_The_Night-(ARMD1140)-WEB-2013-UKHx] [www.usenet4ever.info by Secretusenet] - "00-armin_van_buuren_feat._fiora-waiting_for_the_night-(armd1140)-web-2013-ukhx.m3u" yEnc', 'ordinal' => 25, - ), + ], 226 => - array ( + [ 'id' => 727, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^>ghost-of-usenet\\.org<< (?P[a-zA-Z0-9-_\\\\(\\)\\.]+) >>www\\.SSL-News\\.info> - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//>ghost-of-usenet.org<< 16_Bit_Lolitas-Warung_Brazil_002-2CD-2012-iHF >>www.SSL-News.info> - "101-16_bit_lolitas-warung_brazil_002_cd1.mp3" yEnc', 'ordinal' => 30, - ), + ], 227 => - array ( + [ 'id' => 728, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\\\(\\)\\.]+) \\[\\d+(\\/| of )(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Blok_B-Bienvenue_Dans_Mon_Blok_Vol.1-2005-BZ_INT [20 of 27] "01-gangsta.mp3" yEnc ::: //DJ Neev - HedKandi_2013-06-08 (Ministry of Sound Radio) [01/13] - "DJ Neev - HedKandi_2013-06-08 (Ministry of Sound Radio).par2" yEnc', 'ordinal' => 35, - ), + ], 228 => - array ( + [ 'id' => 729, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\(www\\.Thunder-News\\.org\\) >(?P.+?)< - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >Dee_And_Crane-Let_The_Music_Play-WEB-2012-UKHx< - "05-dee_and_crane-let_the_music_play_(jay_frogs_keep_the_groove_remix_edit).mp3" yEnc', 'ordinal' => 40, - ), + ], 229 => - array ( + [ 'id' => 730, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^\\[\\d+\\/\\d+\\] - \\((MP3 )?ALBUM CHARTS\\) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//[1/1] - (MP3 ALBUM CHARTS) - "Andreas Gabalier - Volksrock\'n\'roller-Live.rar" yEnc', 'ordinal' => 45, - ), + ], 230 => - array ( + [ 'id' => 731, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - yEnc$/i', 'status' => 1, 'description' => '//"Miley Cyrus - Bangerz (Deluxe Version).nzb" - yEnc', 'ordinal' => 50, - ), + ], 231 => - array ( + [ 'id' => 732, 'group_regex' => '^alt\\.binaries\\.mp3\\.complete_cd$', 'regex' => '/^.+\\[\\d+\\/\\d+\\](?P.+)"([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//VA 200 NRJ 2014 CD2 mp3_320kbps[18/27]VA 200 NRJ 2014 CD2 mp3_320kbps"(217) [Capital Cities] Safe And Sound.mp3" yEnc', 'ordinal' => 55, - ), + ], 232 => - array ( + [ 'id' => 733, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\. - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//. - [05/10] - "Blues \'N Trouble - With Friends Like These [1989].vol00+01.par2" yEnc', 'ordinal' => 5, - ), + ], 233 => - array ( + [ 'id' => 734, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) "\\[www\\.Lords-of-Usenet\\.org\\]_\\[Partner von SSL-News\\]_(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//(001/122) "[www.Lords-of-Usenet.org]_[Partner von SSL-News]_Blind_Guardian-Discographie.par2" - 2,20 GB - yEnc', 'ordinal' => 10, - ), + ], 234 => - array ( + [ 'id' => 735, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,4}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}.+?yEnc$/', 'status' => 1, 'description' => '//(06/10) "Pink Floyd - Dark Side Of The Moon [MFSL UDCD 517].vol00+01.PAR2"- - 67,88 MB - Pink Floyd - Dark Side Of The Moon [MFSL UDCD 517] yEnc ::: //(07/11) "VA - Twilight - New Moon - Ost.vol00+01.PAR2"- - 93,69 MB - VA - Twilight - New Moon - Ost yEnc', 'ordinal' => 15, - ), + ], 235 => - array ( + [ 'id' => 736, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(.+\\) \\[\\d+\\/(\\d+\\]) - "(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) . http:\\/\\/usenet4ever\\.info_Sponsored by www\\.Secretusenet\\.com " yEnc$/', 'status' => 1, 'description' => '//(Kitty Samtpfote) [01/12] - "Electronic Music of the 80s.Michael Garrison - In The Regions Of Sunreturn and beyond 1991.par2 . http://usenet4ever.info_Sponsored by www.Secretusenet.com " yEnc', 'ordinal' => 20, - ), + ], 236 => - array ( + [ 'id' => 737, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(.+\\) >(?P.+?)< - \\(\\d+\\/(\\d+\\)) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >Boehse Onkelz - Discography< - (113/145) - "Boehse Onkelz - Discography.s10" yEnc', 'ordinal' => 25, - ), + ], 237 => - array ( + [ 'id' => 738, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\[\\d+\\]-\\["(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")\\[ yEnc$/', 'status' => 1, 'description' => '//[00021]-["1999 Alphaville - Dreamscapes.part069.rar"[ yEnc', 'ordinal' => 30, - ), + ], 238 => - array ( + [ 'id' => 739, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\(.+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(nzbDMZ) [0/2] - "Miles Crossing - Miles Crossing (2011).nzb" yEnc', 'ordinal' => 35, - ), + ], 239 => - array ( + [ 'id' => 740, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[06/10] - "Jeff Healey - Legacy Volume One [The Singles].vol00+01.PAR2" yEnc', 'ordinal' => 40, - ), + ], 240 => - array ( + [ 'id' => 741, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^\\d+ "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//00008 "2003 Camouflage - Sensor.par2" yEnc', 'ordinal' => 45, - ), + ], 241 => - array ( + [ 'id' => 742, 'group_regex' => '^alt\\.binaries\\.mp3\\.full_albums$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\\\(\\)\\.]+) \\[\\d+(\\/| of )(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Alex Oriental Experience_-_Live II (Live II) [1/9] - "01_Red_Dress.mp3" yEnc', 'ordinal' => 50, - ), + ], 242 => - array ( + [ 'id' => 743, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/^(?P[A-Z0-9a-z.-]{10,})\\s+(- )?\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Escort.2006.DUTCH.WEB-RiP.x264-DLH - [01/23] - "Escort.2006.DUTCH.WEB-RiP.x264-DLH.par2" yEnc ::: //Tusenbroder.S01E05.PDTV.XViD.SWEDiSH-NTV [01/69] - "ntv-tusenbroder.s01e05.nfo" yEnc', 'ordinal' => 5, - ), + ], 243 => - array ( + [ 'id' => 744, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/\\[[#]+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?) \\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+?/', 'status' => 1, 'description' => '//[####]-[FULL]-[#a.b.teevee@EFNet]-[ Tosh.0.S02E14.720p.HDTV.x264-aAF ]-[10/21] - "aaf-tosh.0.s02e14.720p.r07" yEnc', 'ordinal' => 10, - ), + ], 244 => - array ( + [ 'id' => 745, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/^\\[ ?(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?) ?\\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ Top.Chef.S11E12.Mississippi.Mud.Bugs.720p.WEB-DL.AAC2.0.H.264-TVSmash ] - [13/38] - "tc1112-720p.r10" yEnc', 'ordinal' => 15, - ), + ], 245 => - array ( + [ 'id' => 746, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/^Handyman Shows-(?P.+) - File \\d+ of \\d+ - yEnc$/', 'status' => 1, 'description' => '//Handyman Shows-TOH-S32E10 - File 01 of 32 - yEnc', 'ordinal' => 20, - ), + ], 246 => - array ( + [ 'id' => 747, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/.*"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//- "Auction Hunters S04E04.HDTV.x264-StarryNights1.nzb" yEnc', 'ordinal' => 25, - ), + ], 247 => - array ( + [ 'id' => 748, 'group_regex' => '^alt\\.binaries\\.multimedia$', 'regex' => '/^(?P[^.]{8,})\\.[A-Za-z0-9]{2,4} - \\[\\d+\\/(\\d+\\]) yEnc$/', 'status' => 1, 'description' => '//homeland.s02e12.1080p.bluray-bia.r08 - [011/111] yEnc', 'ordinal' => 30, - ), + ], 248 => - array ( + [ 'id' => 749, 'group_regex' => '^alt\\.binaries\\.multimedia\\.documentaries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\[\\d+ of \\d+ - \\d+ [kKmMgG][bB]\\] yEnc$/', 'status' => 1, 'description' => '//"Universe S4E08.part40.rar" - [41 of 76 - 10013 kb] yEnc', 'ordinal' => 5, - ), + ], 249 => - array ( + [ 'id' => 750, 'group_regex' => '^alt\\.binaries\\.multimedia\\.scifi$', 'regex' => '/^some m4vs - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//some m4vs - "SilverHawks_v1eps01_The Origin Story.par2" yEnc', 'ordinal' => 5, - ), + ], 250 => - array ( + [ 'id' => 751, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+By Dready Niek \\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( 80\'s Giga Hits Collection (32 CDs) By Dready Niek ) By Dready Niek ) [44/54] - "80\'s Giga Hits Collection (32 CDs) By Dready Niek.part43.rar" yEnc', 'ordinal' => 5, - ), + ], 251 => - array ( + [ 'id' => 752, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\d+\\/\\d+\\] (?P.+?) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - nightsteff yEnc$/', 'status' => 1, 'description' => '//(00/24] Marco Mengoni - Prontoacorrere (2013) "Marco Mengoni - Prontoacorrere (2013).nzb" - nightsteff yEnc', 'ordinal' => 10, - ), + ], 252 => - array ( + [ 'id' => 753, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\((?P.+)\\) \\[\\d+\\/\\d+\\] - \\[".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")\\] yEnc$/', 'status' => 1, 'description' => '//(80\'s Disco-Soul-Funk) [136/426] - ["Level 42 - Lessons In Love.mp3"] yEnc', 'ordinal' => 15, - ), + ], 253 => - array ( + [ 'id' => 754, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [001/153] - "C4 House Party Horse Meat Disco Set 6.nfo" C4 House Party Horse Meat Disco Set 6 yEnc', 'ordinal' => 20, - ), + ], 254 => - array ( + [ 'id' => 755, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - (?P.+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [19/22] - C.K.N. Demo 85 "19-rotten system.mp3" yEnc', 'ordinal' => 25, - ), + ], 255 => - array ( + [ 'id' => 756, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\((?P.+)\\) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Jungle Fever Tapepacks) [67/79] - "Jungle Fever Tapepacks.part65.rar" yEnc', 'ordinal' => 30, - ), + ], 256 => - array ( + [ 'id' => 757, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[1/8] - "Black Market Flowers - Bind (1993).sfv" yEnc', 'ordinal' => 35, - ), + ], 257 => - array ( + [ 'id' => 758, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[DreamPieter\\] \\((?P.+)\\) \\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[DreamPieter] (Glen Tipton - Two solo albums) [04/23] - "Glenn Tipton - Baptizm of Fire - 04 - Fuel Me Up.mp3" yEnc', 'ordinal' => 40, - ), + ], 258 => - array ( + [ 'id' => 759, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+ghost-of-usenet\\.org.+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")> >www\\.SSL-News\\.info< - \\(\\d+\\/\\d+\\) - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//<<< <"Dream Dance Vol. 21-30 - 20CDs MP3 - Ghost.part20.rar"> >www.SSL-News.info< - (22/32) - 2,45 GB yEnc', 'ordinal' => 45, - ), + ], 259 => - array ( + [ 'id' => 760, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^Musikjunkie-(?P[\\pL\\pN\\pM\\pP. -]{8,})[-_\\s]{0,3}\\[\\d+\\/\\d+\\]".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Musikjunkie-The.Voice.Of.Germany.2013.The.Best.of.Liveshows.4.CD.Box.Set.VBR [15/28]"voice.part13.rar" yEnc', 'ordinal' => 50, - ), + ], 260 => - array ( + [ 'id' => 761, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//"8 Wenn ich einmal gross bin .mp3" Koelschefetz postet.Die Filue -Immer Wigger yEnc', 'ordinal' => 55, - ), + ], 261 => - array ( + [ 'id' => 762, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+\\(by dem verrückten Lordi\\)[-_\\s]{0,3}\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB].+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Der etwas andere Mix - Deutscher Foxmix 14 (by dem verrückten Lordi) (3/8) "Der etwas andere Mix - Deutscher Foxmix 14.txt" - 271,24 MB 11.11.03 yEnc', 'ordinal' => 60, - ), + ], 262 => - array ( + [ 'id' => 763, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][-_\\s]{0,3}.+yEnc$/', 'status' => 1, 'description' => '//(01/10) "Mylène Farmer - Monkey me (2012 Bluray Audio).rar" - 1,56 GB - yEnc ::: //(3/7) "DJ Taz3 - Your Choice Sendung Silvester 2012.mp3.vol00+01.PAR2" - 119,50 MB -RadioShows und Livesets yEnc', 'ordinal' => 65, - ), + ], 263 => - array ( + [ 'id' => 764, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^[\\(\\[]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}(?P.+) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")([-_\\s]{0,3}nightsteff)?[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[00/20] Nomadi - Terzo Tempo (2012) "Nomadi - Terzo Tempo (2012).nzb" - nightsteff yEnc ::: //[02/56] - The Beatles - The Decca Tapes "Beatles - The Decca Tapes.part01.rar" yEnc', 'ordinal' => 70, - ), + ], 264 => - array ( + [ 'id' => 765, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[.+\\] \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Marillion - Live From Cadogan Hall 2011 (DVD 1)] [981/98] - "Marillion - Live From Cadogan Hall 2011 (DVD 1).par2" yEnc', 'ordinal' => 75, - ), + ], 265 => - array ( + [ 'id' => 766, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+ \\[\\d+ of \\d+\\] "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//XTC - NMR - 2001 - Homegrown - The Wasp Star Home Demos [22 of 34] "2001 - Homegrown - The Wasp Star Home Demos.vol00+01.PAR2" yEnc', 'ordinal' => 80, - ), + ], 266 => - array ( + [ 'id' => 767, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Wendy O Williams Bump n Grind - "Wendy.O.Williams.Bump.n.Grind.nfo" yEnc', 'ordinal' => 85, - ), + ], 267 => - array ( + [ 'id' => 768, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+ \\(\\d+\\/\\d+\\) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB].+yEnc$/', 'status' => 1, 'description' => '//The Amity Affliction - Chasing Ghosts_lossless (01/11) - "The Amity Affliction - Chasing Ghosts_lossless.par2" - 321,40 MB - codari_4_usenetrevolution.info-Partner of SSL-News yEnc', 'ordinal' => 90, - ), + ], 268 => - array ( + [ 'id' => 769, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^(?P[^.]{8,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) \\d+\\/\\d+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Bob Marley & The Wailers - African Herbsman.nzb 0/8 yEnc', 'ordinal' => 95, - ), + ], 269 => - array ( + [ 'id' => 770, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^[\\w. &\\()\\[\\]\\\'-]+?\\.- (?P[^.]{8,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) \\[\\d+\\/\\d+\\][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//DOG DAYS\' Season 2 ED Single - Natsu no Yakusoku (Horie Yui)[KICM-1402].- DOG DAYS\' Season 2 ED Single - Natsu no Yakusoku (Horie Yui)[KICM-1402].nzb [00/13] yEnc', 'ordinal' => 100, - ), + ], 270 => - array ( + [ 'id' => 771, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//7 Seconds - Complete Discography - 21 releases - 1980-2005(04/51) "7 Seconds - Complete Discography 1980-2005 - 21 releases.part02.rar" - 639.17 MB - yEnc', 'ordinal' => 105, - ), + ], 271 => - array ( + [ 'id' => 772, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//7 Seconds - Complete Discography - 21 releases - 1980-2005(04/51) "7 Seconds - Complete Discography 1980-2005 - 21 releases.part02.rar" yEnc', 'ordinal' => 110, - ), + ], 272 => - array ( + [ 'id' => 773, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/(?P.+)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"[a-zA-Z]{3,4}\\.nzb"[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//El.Huervo-Do.Not.Lay.Waste.To.Homes.WEB-DL.MP3.VBR.V0.2012 [00/25] - "vbr.nzb" yEnc', 'ordinal' => 115, - ), + ], 273 => - array ( + [ 'id' => 774, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^[\\(\\[]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}(?P.+) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}nightsteff[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '// a.b.music.mp3 ::: public function music_mp3() ::: { ::: //(00/20] Nomadi - Terzo Tempo (2012) "Nomadi - Terzo Tempo (2012).nzb" - nightsteff yEnc', 'ordinal' => 120, - ), + ], 274 => - array ( + [ 'id' => 775, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+?\\[\\d+\\/(\\d+\\][-_\\s]{0,3}.+?)[-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [0/8] - Crionics Post - Alice In Chains - Dirt REPOST"Alice In Chains - Dirt.nzb" yEnc', 'ordinal' => 125, - ), + ], 275 => - array ( + [ 'id' => 776, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [001/153] - "C4 House Party Horse Meat Disco Set 6.nfo" C4 House Party Horse Meat Disco Set 6 yEnc', 'ordinal' => 130, - ), + ], 276 => - array ( + [ 'id' => 777, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - (?P.+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [19/22] - C.K.N. Demo 85 "19-rotten system.mp3" yEnc', 'ordinal' => 135, - ), + ], 277 => - array ( + [ 'id' => 778, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\((?P.+)\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(BierbauchFreddy Quwinn seine größten Coversongs Vol2) [22/60] - "040c - Freddy Quinn - Don\'t Forbid Me (1957) (NH 22 639, EPH 20 575).mp3" yEnc', 'ordinal' => 140, - ), + ], 278 => - array ( + [ 'id' => 779, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[ (?P.+) \\] - \\[\\d+\\] - \\[\\d+ Kbps MP3\\] \\[\\d+ of \\d+\\] ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ Spectrum (ft. Matthew Koma) (Extended Mix) - Zedd ] - [2012] - [256 Kbps MP3] [1 of 7] "Spectrum (ft. Matthew Koma) [Extended Mix].mp3" yEnc', 'ordinal' => 145, - ), + ], 279 => - array ( + [ 'id' => 780, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}\\(((Top)?\\d+ )?(MP3 )?((Album|Single) )?Charts\\)[ -]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[1/1] - (150 MP3 Album Charts) - "Atlantean Kodex - The White Goddess.rar" yEnc ::: //[1/1] - (MP3 Album Charts) - "Black Sabbath - 13.rar" yEnc ::: //[1/1] - (Top100 Album Charts) - "Bastille - Pompeii.rar" yEnc ::: //[1/1] - (Top100 Charts) - "Beatrice Egli - Gluecksgefuehle.rar" yEnc ::: //[1/1] - (Top100 Single Charts) - "Alicia Keys - Girl On Fire.rar" yEnc', 'ordinal' => 150, - ), + ], 280 => - array ( + [ 'id' => 781, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}(Album )?Top \\d+( Album Charts \\d+)?[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[1/1] - Album Top 100 - "Amy MacDonald - L', 'ordinal' => 155, - ), + ], 281 => - array ( + [ 'id' => 782, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}\\(Album Top \\d+(( -)? \\d+)?\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[1/1] (Album Top 100 - 2012) - "Cro - Einmal Um Die Welt.rar" yEnc ::: //[1/1] (Album Top 100 2012) - "Cro - Einmal Um Die Welt.rar" yEnc ::: //[1/1] (Album Top 100) - "Cro - Raop.rar" yEnc', 'ordinal' => 160, - ), + ], 282 => - array ( + [ 'id' => 783, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/', 'status' => 1, 'description' => '//100 Greatest One Hit Wonders 80s[mp3].rar yEnc', 'ordinal' => 165, - ), + ], 283 => - array ( + [ 'id' => 784, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(001/225) "Dead Can Dance (mp3 - 320Kbs - CBR).part001.rar" - 1.11 GB - yEnc', 'ordinal' => 170, - ), + ], 284 => - array ( + [ 'id' => 785, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^[\\(\\[]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}\\(MP3 Album\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[1/1] (MP3 Album)- "Agnes Obel - Aventine.rar" yEnc', 'ordinal' => 175, - ), + ], 285 => - array ( + [ 'id' => 786, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[ech0park\\]-\\[spotnet\\]-\\[(?P.+?)\\] \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ech0park]-[spotnet]-[Snow Patrol 2012 Tour Sampler - 2012-iND] [02/20] - "02-snow_patrol-ill_never_let_go.mp3" yEnc', 'ordinal' => 180, - ), + ], 286 => - array ( + [ 'id' => 787, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+usenet-piraten\\.info.+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//<< http://usenet-piraten.info >> - [13/15] - "Monster Cyborg - Overkill (mp3).vol0+1.par2" yEnc', 'ordinal' => 185, - ), + ], 287 => - array ( + [ 'id' => 788, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[- ]{0,4}ShapterV yEnc$/', 'status' => 1, 'description' => '//[1/8] - "Nightwish - Storytime (Retail-Single 2011).sfv" - ShapterV yEnc', 'ordinal' => 190, - ), + ], 288 => - array ( + [ 'id' => 789, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^.+usenet-piraten\\.info.+newsconnection\\.eu.+[-_\\s]{0,3}\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//100 Rock - Vol.04<>usenet-piraten.info<>www.newsconnection.eu<> - (1/5) "100 Rock - Vol.04.par2" - 101,65 MB - yEnc', 'ordinal' => 195, - ), + ], 289 => - array ( + [ 'id' => 790, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^(?P.+?)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\[\\d+\\/ (\\d+\\]) nightsteff[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//40 Italo Dance Tunes (2CD) - "00. 40 Italo Dance Tunes 2011.nfo" [02/ 50] nightsteff yEnc', 'ordinal' => 200, - ), + ], 290 => - array ( + [ 'id' => 791, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^(?P.+?) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}nightsteff yEnc$/', 'status' => 1, 'description' => '//Bud Spencer & Terence Hill - Greatest Hits Vol 1 (1995) "04 - Just A Good Boy.mp3" nightsteff yEnc', 'ordinal' => 205, - ), + ], 291 => - array ( + [ 'id' => 792, 'group_regex' => '^alt\\.binaries\\.music$', 'regex' => '/^Attn: \\w+ - (?P.+?)\\[\\d+\\/(\\d+\\]) - .+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}\\d+[.,]\\d+[kKmMgG][bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Attn: bearcat - Avenged Sevenfold - Avenged Sevenfold 320[17/18] - .vol15+16.par2 5.9Mb yEnc', 'ordinal' => 210, - ), + ], 292 => - array ( + [ 'id' => 793, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^\\S+ \\[\\d+\\/\\d+\\] - ("|#34;)(\\S+)\\.part\\d+\\.rar(?P"|#34;) yEnc$/', 'status' => 1, 'description' => '//WE.WANT.OUR.MUMMY.(THE.THREE.STOOGES).(1939) [08/15] - "The.Three.Stooges.S06E02.We.Want.Our.Mummy.DVDRip.XviD-DEiMOS.part6.rar" yEnc', 'ordinal' => 5, - ), + ], 293 => - array ( + [ 'id' => 794, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^\\[.+\\] \\[\\d+of\\d+\\] .+ - \\[\\d+\\/\\d+\\] - ("|#34;)(?P.+)\\.nzb("|#34;) yEnc$/', 'status' => 1, 'description' => '//[Hepburn-Tracy Movie Pack] [4of8] Xvid 700mb ENG No-Subs - [00/62] - "State of the Union (1948).nzb" yEnc', 'ordinal' => 10, - ), + ], 294 => - array ( + [ 'id' => 795, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^\\{.+\\} (?P.+ \\(\\d{4}\\)) .+ \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//{Dracula #01} Dracula (1931) - Xvid DVDRip 624x464 NTSC FS Dual Audio - [00/15] - "DRACULA.nzb" yEnc', 'ordinal' => 15, - ), + ], 295 => - array ( + [ 'id' => 796, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^(?P.+ \\(\\d{4}\\)) - .+ - \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//The Incredible Shrinking Man (1957) - Xvid DVDRip 688x384 NTSC WS - [00/16] - "TISM.nzb" yEnc', 'ordinal' => 20, - ), + ], 296 => - array ( + [ 'id' => 797, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^(?P.+\\d{4})\\.(VHSRip|COLOR).+\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//Sudden.Danger.1955.VHSRip.XviD-KG [01/56] - "Sudden.Danger.1955.VHSRip.XviD-KG.nfo" yEnc', 'ordinal' => 25, - ), + ], 297 => - array ( + [ 'id' => 798, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^.+ - (?P.+) -(?P \\d{4}) - DVDRip.+ \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//W.C. Fields - You Can\'t Cheat An Honest Man - 1939 - DVDRip - Xvid - [00/68] - "you can\'t cheat an honest man 1939.nzb" yEnc', 'ordinal' => 30, - ), + ], 298 => - array ( + [ 'id' => 799, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^.+enjoy\\!.+\\[\\d+\\/\\d+\\] - ("|#34;)(?P.+)\\.(nzb|nfo|part\\d+\\.rar|part\\.PAR2)("|#34;) yEnc$/i', 'status' => 1, 'description' => '//-=>EnJoY!<-=->Experimental/Avant-Garde/Artistic Shorts<-=->(Day1/?) [00/26] - "Unseen Cinema - Disc I - The Mechanized Eye - Experiments in Technique and Form - 1894-1941 (480p,x264).nzb" yEnc', 'ordinal' => 35, - ), + ], 299 => - array ( + [ 'id' => 800, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^(?P.+\\d{4})(\\.COLOR)?\\.(TV|VHS|VHSTV)Rip.+ \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//Goodbye.Charlie.1964.COLOR.TVRip.XviD-CG [01/56] - "Goodbye.Charlie.1964.COLOR.TVRip.XviD-CG.nfo" yEnc', 'ordinal' => 40, - ), + ], 300 => - array ( + [ 'id' => 801, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^(?P\\S+\\d{4})\\.COLOR\\.DVDRip.+ \\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//The.Adventures.of.Sadie.(Our.Girl.Friday).1953.COLOR.DVDRip.XviD-CG [01/69] - "Our.Girl.Friday.1953.COLOR.DVDRip.XviD-CG.nfo" yEnc', 'ordinal' => 45, - ), + ], 301 => - array ( + [ 'id' => 802, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^("|#34;)(?P.+)\\.MKV\\.\\d+("|#34;) \\d+ of \\d+$/', 'status' => 1, 'description' => '//"Singin\' in the Rain (1952) AVC 480p.MKV.001" 01 of 15', 'ordinal' => 50, - ), + ], 302 => - array ( + [ 'id' => 803, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^.+\\(\\d{4}\\)(\\.EXTRA\\.PARS|\\.\\[REPOST\\])? \\[\\d+(?P\\/| of )\\d+\\][ -]+("|#34;)(.+)(\\.vol\\d+\\+\\d+\\.par2|-\\[big.+\\]\\.nfo|\\.nzb|\\.nfo| \\- .+.avi\\.\\d+)("|#34;) yEnc$/', 'status' => 1, 'description' => '//RANDOLPH.SCOTT.-.PARIS.CALLING.(1941) [42/49] - "Paris.Calling.1941.VHSRip.AVC-DD.vol001+002.par2" yEnc', 'ordinal' => 55, - ), + ], 303 => - array ( + [ 'id' => 804, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^.+\\(\\d{4}\\)(\\.EXTRA\\.PARS|\\.\\[REPOST\\])? \\[\\d+(?P\\/| of )\\d+\\][ -]+("|#34;)(.+)(\\.vol\\d+\\+\\d+\\.par2|-\\[big.+\\]\\.nfo|\\.nzb|\\.nfo| \\- .+.avi\\.\\d+|\\.par2)("|#34;) yEnc$/', 'status' => 1, 'description' => '//RANDOLPH.SCOTT.-.PARIS.CALLING.(1941) [42/49] - "Paris.Calling.1941.VHSRip.AVC-DD.vol001+002.par2" yEnc', 'ordinal' => 60, - ), + ], 304 => - array ( + [ 'id' => 805, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^.+\\d{4}\\.(SILENT|DVDRip).+ \\[\\d+\\/\\d+\\] - (?P"|#34;)(.+)\\.nfo("|#34;) yEnc$/', 'status' => 1, 'description' => '//Mickey.1918.SILENT.DVDRip.XviD-KG [01/70] - "Mickey.1918.SILENT.DVDRip.XviD-KG.nfo" yEnc', 'ordinal' => 65, - ), + ], 305 => - array ( + [ 'id' => 806, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^(More Assorted Goodies|Even More Offerings) - REQ:.+ \\[\\d+\\/\\d+\\] - ("|#34;)(?P.+)\\.part\\.nzb("|#34;) yEnc$/', 'status' => 1, 'description' => '//More Assorted Goodies - REQ:Decasia [01/16] - "The Bullwinkle Show with Occasional Rare Bullwinkle Puppet - BnW.part.nzb" yEnc', 'ordinal' => 70, - ), + ], 306 => - array ( + [ 'id' => 807, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^(?P.+) -(?P \\d{4}) \\[\\d+ of \\d+\\] ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//The Birth of a Nation - 1915 [1 of 71] "The Birth of a Nation - 1915.part01.rar" yEnc', 'ordinal' => 75, - ), + ], 307 => - array ( + [ 'id' => 808, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^Musicals(\\.NZBs)? \\[\\d+\\/\\d+\\] - ("|#34;)(?P.+)\\.nzb("|#34;) yEnc$/', 'status' => 1, 'description' => '//Musicals [05/10] - "The band wagon 1953.nzb" yEnc', 'ordinal' => 80, - ), + ], 308 => - array ( + [ 'id' => 809, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^(?PTorchy.+) \\[\\d+ of \\d+\\] ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//Torchy Runs for Mayor (Maypo) [13 of 24] "Torchy Runs for Mayor.avi.013" yEnc', 'ordinal' => 85, - ), + ], 309 => - array ( + [ 'id' => 810, 'group_regex' => '^alt\\.binaries\\.multimedia\\.vintage-film\\.pre-1960$', 'regex' => '/^\\[\\d+\\/\\d+\\] - ("|#34;)(?P.+ \\(\\d{4}\\))\\.avi\\.\\d+("|#34;)( \\(\\d+\\/\\d+\\))?$/', 'status' => 1, 'description' => '//[01/27] - "Monkey Business (1952).avi.001" (1/130)', 'ordinal' => 90, - ), + ], 310 => - array ( + [ 'id' => 811, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/\\((\\d+|\\?+)\\) \\[\\d+\\/\\d+\\].*"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(????) [01/46] - "NCIS.S11E02.Past.Present.and.Future.1080p.WEB-DL.DD5.1.H.264-CtrlHD.par2" yEnc', 'ordinal' => 5, - ), + ], 311 => - array ( + [ 'id' => 812, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^\\w+[-_\\s]{0,3}[\\[\\(]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//JN - [1/3] - "Operatie Teheran-Joel C Rosenberg JN.par2" yEnc', 'ordinal' => 10, - ), + ], 312 => - array ( + [ 'id' => 813, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^\\( (?P[\\w. -]{8,}) \\)[-_\\s]{0,3}\\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//( Overlord II RELOADED ) - [013/112] - "rld-olii.part001.rar" yEnc', 'ordinal' => 15, - ), + ], 313 => - array ( + [ 'id' => 814, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^(?P[\\w. &\\()-]{8,}?\\b)[-_\\s]{0,3}\\[\\d+\\/(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Batman.Arkham-Origins.Initiation-RELOADED - [006/296] - "r.vol010+08.PAR2" yEnc', 'ordinal' => 20, - ), + ], 314 => - array ( + [ 'id' => 815, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^\\(PC-ISO\\)[-_\\s]{0,3}\\( (?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?\\b) \\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(PC-ISO) ( Trials.Fusion.Riders.of.the.Rustlands-SKIDROW ) [10/40] - "sr-tfrotr.part01.rar" yEnc', 'ordinal' => 25, - ), + ], 315 => - array ( + [ 'id' => 816, 'group_regex' => '^alt\\.binaries\\.nl$', 'regex' => '/^[-_\\s]{0,4}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//- - [03/33] - "s88fX0O0g7ZPGa96TyeDr.part02.rar" yEnc', 'ordinal' => 30, - ), + ], 316 => - array ( + [ 'id' => 817, 'group_regex' => '^alt\\.binaries\\.pictures\\.erotica\\.anime$', 'regex' => '/(?P.*)\\s+-\\s+\\d+\\s+of\\s+\\d+\\s+-\\s+yEnc\\s+".*"/i', 'status' => 1, 'description' => '// [ABPEA - Original] Arima Zin - Tennen Koiiro Alcohol [BB, Boy] - 005 of 229 - yEnc "Tennen_Koiiro_Alcohol-005.jpg" to [ABPEA - Original] Arima Zin - Tennen Koiiro Alcohol [BB, Boy]', 'ordinal' => 5, - ), + ], 317 => - array ( + [ 'id' => 818, 'group_regex' => '^alt\\.binaries\\.ps3$', 'regex' => '/^(?P\\[\\d+\\] )\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[4197] [036/103] - "ant-mgstlcd2.r34" yEnc', 'ordinal' => 5, - ), + ], 318 => - array ( + [ 'id' => 819, 'group_regex' => '^alt\\.binaries\\.ps3$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_ ]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// a.b.pwp ::: public function pwp() ::: { ::: //(300/454) "James_Bond_You_Only_Live_Twice_bd25.part300.rar" - 22,22 GB - yEnc', 'ordinal' => 10, - ), + ], 319 => - array ( + [ 'id' => 820, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//(01/34) "Merlin.2008.1x04.la.vengeance.de.nimue.par2" - 388,38 MB - yEnc', 'ordinal' => 5, - ), + ], 320 => - array ( + [ 'id' => 821, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^(?P[a-zA-Z0-9._-]+)[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//Breaking.Bad.S02.MULTi.720p.BluRay.AC3.x264-BoO [749/883] - "212ACS3517.part01.rar" yEnc', 'ordinal' => 10, - ), + ], 321 => - array ( + [ 'id' => 822, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^(?P[a-zA-Z0-9._-]+)[-_\\s]{0,3}[\\(\\[]\\d+ of (\\d+[\\)\\]])[-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//Dawson.Saison2.DVDRIP.x264.FRENCH [111 of 196] "Dawson.S2.E22.Tout feu, tout flambe.m4v.003" yEnc', 'ordinal' => 15, - ), + ], 322 => - array ( + [ 'id' => 823, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^[\\(\\[]\\d+\\/(?P\\d+[\\)\\]])[-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//[01/22] - "Unnatural.History.1x03.Espion.En.Sommeil.FR.LD.par2" yEnc', 'ordinal' => 20, - ), + ], 323 => - array ( + [ 'id' => 824, 'group_regex' => '^alt\\.binaries\\.series\\.tv\\.french$', 'regex' => '/^\\[(?P.+?)\\][-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//[MagNeum 3.14 S1 D.V.D + par2][1148/1167] - "ZDFRIKK8470DO776.D7P" yEnc', 'ordinal' => 25, - ), + ], 324 => - array ( + [ 'id' => 825, 'group_regex' => '^alt\\.binaries\\.sony\\.psp$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+([.,]\\d+ [kKmMgG])?[bB] yEnc$/', 'status' => 1, 'description' => '//(01/10) "Assassins Creed - Bloodlines [EUR].par2" - 408,46 MB yEnc', 'ordinal' => 5, - ), + ], 325 => - array ( + [ 'id' => 826, 'group_regex' => '^alt\\.binaries\\.sony\\.psp$', 'regex' => '/^\\(\\d+\\) (?P[a-zA-Z0-9 -_\\.]+) \\[\\d+\\/(\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(20444) F', 'ordinal' => 10, - ), + ], 326 => - array ( + [ 'id' => 827, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/.+[-_\\s]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P.+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//- codari_4_usenetrevolution.info-Partner of SSL-News UK.Single.Charts.Top.40 [01/25] - "UK.Single.Charts.Top.40.par2" - 301,70 MB - yEnc', 'ordinal' => 5, - ), + ], 327 => - array ( + [ 'id' => 828, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}\\(\\d+\\/(\\d+\\))[ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Terraplane Sun - Funnel of Love.mp3" - 21.55 MB - (1/6) - yEnc', 'ordinal' => 10, - ), + ], 328 => - array ( + [ 'id' => 829, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^trtk\\d+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//trtk09920 - [01/12] - "Guido Negraszus - Night Cafe Iii (Freedom Travellers) (2012)(320).par2" yEnc', 'ordinal' => 15, - ), + ], 329 => - array ( + [ 'id' => 830, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [001/153] - "C4 House Party Horse Meat Disco Set 6.nfo" C4 House Party Horse Meat Disco Set 6 yEnc', 'ordinal' => 20, - ), + ], 330 => - array ( + [ 'id' => 831, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - (?P.+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [19/22] - C.K.N. Demo 85 "19-rotten system.mp3" yEnc', 'ordinal' => 25, - ), + ], 331 => - array ( + [ 'id' => 832, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\(.+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(LUNATIC SOUL - IMPRESSIONS) [00/18] - "Lunatic Soul - Impressions 2011.nzb" yEnc', 'ordinal' => 30, - ), + ], 332 => - array ( + [ 'id' => 833, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[1/8] - "Black Market Flowers - Bind (1993).sfv" yEnc', 'ordinal' => 35, - ), + ], 333 => - array ( + [ 'id' => 834, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}\\(((Top)?\\d+ )?(MP3 )?((Album|Single) )?Charts\\)[ -]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[1/1] - (150 MP3 Album Charts) - "Atlantean Kodex - The White Goddess.rar" yEnc ::: //[1/1] - (MP3 Album Charts) - "Black Sabbath - 13.rar" yEnc ::: //[1/1] - (Top100 Album Charts) - "Bastille - Pompeii.rar" yEnc ::: //[1/1] - (Top100 Charts) - "Beatrice Egli - Gluecksgefuehle.rar" yEnc ::: //[1/1] - (Top100 Single Charts) - "Alicia Keys - Girl On Fire.rar" yEnc', 'ordinal' => 40, - ), + ], 334 => - array ( + [ 'id' => 835, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}(\\()?(Album|Single) Top \\d+ ([- ]{0,2}\\d+)?(\\))? - "(\\[.+?\\] )?(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") {1,4}yEnc$/i', 'status' => 1, 'description' => '//[1/1] - (Album Top 100) - "[Dance] David Guetta - One Love (2010) .rar" yEnc ::: //[1/1] - (Album Top 100) - "Aerosmith - Music From Another Dimension.rar" yEnc ::: //[1/1] - Album Top 100 - "ACDC - Live At River Plate.rar" yEnc ::: //[1/1] (Album Top 100 - 2012) - "Alicia Keys - Girl On Fire.rar" yEnc ::: //[1/1] (Album Top 100 2012) - "Asaf Avidan And The Mojos - One Day.rar" yEnc', 'ordinal' => 45, - ), + ], 335 => - array ( + [ 'id' => 836, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}Top \\d+ Album Charts \\d+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") {1,4}yEnc$/i', 'status' => 1, 'description' => '//[1/1] - Top 100 Album Charts 2012 - "Aura Dione feat. Rock Mafia - Friends.rar" yEnc', 'ordinal' => 50, - ), + ], 336 => - array ( + [ 'id' => 837, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^.+usenet-piraten\\.info.+ - \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//<>usenet-piraten.info<>partner<>ssl-news.info<> - [10/10] - "Overexposed (Deluxe Version).vol31+23.par2" yEnc', 'ordinal' => 55, - ), + ], 337 => - array ( + [ 'id' => 838, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(1/1) "Adam Levine (Maroon 5) & Alicia Keys - Daylight & Girl on fire LIVE 55TH GRAMMY AWARDS 320Kpbs.mp3" yEnc', 'ordinal' => 60, - ), + ], 338 => - array ( + [ 'id' => 839, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\(\\d+\\/\\d+\\) - VERBAteam™ present - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(1/4) - VERBAteam™ present - "Avril Lavigne - Rock \'N Roll (Official Audio).mp3" - 5,80 MB - yEnc', 'ordinal' => 65, - ), + ], 339 => - array ( + [ 'id' => 840, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}\\(Album Top \\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[1/1] - (Album Top 1000) - "Davis, Miles - Complete Live at the Plugged Nickel 1965.rar" yEnc', 'ordinal' => 70, - ), + ], 340 => - array ( + [ 'id' => 841, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}Album Top \\d+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[1/1] - Album Top 100 - "Rammstein - Made In Germany 1995-2011.rar" yEnc', 'ordinal' => 75, - ), + ], 341 => - array ( + [ 'id' => 842, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^(?P.+?) (\\()?by dem verrückten Lordi(\\))? {1,2}\\(\\d+\\/\\d+\\) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB].+yEnc$/i', 'status' => 1, 'description' => '//Andrea Berg - My Danish Collection (2013) by dem verrückten Lordi (14/27) "Andrea Berg - My Danish Collection (2013).par2" - 132,74 MB 150920134 yEnc ::: //Der Deutsche Beat Mix Teil 2 auf wunsch (by dem verrückten Lordi) (2/9) "Der Deutsche Beat Mix Teil 3 Back.jpg" - 117,84 MB 13.11.05 yEnc', 'ordinal' => 80, - ), + ], 342 => - array ( + [ 'id' => 843, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^(?P.+?) \\(\\d+\\/\\d+\\) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB] {1,2}by dem verrückten Lordi.+yEnc$/i', 'status' => 1, 'description' => '//Christian Anders - Tief in dir (15/24) "Christian Anders - Tief In Dir Back.jpg" - 58,56 MB by dem verrückten Lordi 0703123 yEnc', 'ordinal' => 85, - ), + ], 343 => - array ( + [ 'id' => 844, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^Der etwas.+ - (?P.+) \\(\\d+\\/\\d+\\) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/i', 'status' => 1, 'description' => '//Der etwas andere Mix - Wilde Herzenmix (auf wunsch) neu (by dem verrückten Lordi) (1/8) "Der etwas andere Mix - Wilde Herzenmix.par2" yEnc', 'ordinal' => 90, - ), + ], 344 => - array ( + [ 'id' => 845, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^(?P.+?) \\(\\d+\\/\\d+\\) ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB] {1,2}\\d+ yEnc$/i', 'status' => 1, 'description' => '//Full Discography - The Cranberries (01/47) "Full Discography - The Cranberries.par2" - 3,52 GB 2812111 yEnc', 'ordinal' => 95, - ), + ], 345 => - array ( + [ 'id' => 846, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^(?P.+?) meil29 ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//jean ferrat année 1967 à 1969 meil29 "17 Rien à voir.mp3" yEnc', 'ordinal' => 100, - ), + ], 346 => - array ( + [ 'id' => 847, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3$', 'regex' => '/^Selected Songs by Various Artists - (?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/i', 'status' => 1, 'description' => '//Selected Songs by Various Artists - Depeche Mode - Personal Jesus (Acoustic Version).mp3 yEnc', 'ordinal' => 105, - ), + ], 347 => - array ( + [ 'id' => 848, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\)[ _-]{0,3}\\[Lords-of-usenet\\][ _-]{0,3}<>[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(05/10) - [Lords-of-usenet] <> "Wynardtage Praise The Fallen(2007).vol00+01.PAR2" - 132,64 MB - yEnc', 'ordinal' => 5, - ), + ], 348 => - array ( + [ 'id' => 849, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\)[ _-]{0,3}[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(06/11) - - "Diens - Schwarzmale.vol00+01.PAR2" - 141,07 MB - yEnc', 'ordinal' => 10, - ), + ], 349 => - array ( + [ 'id' => 850, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^trtk\\d+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//trtk09920 - [01/12] - "Guido Negraszus - Night Cafe Iii (Freedom Travellers) (2012)(320).par2" yEnc', 'ordinal' => 15, - ), + ], 350 => - array ( + [ 'id' => 851, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [01/31] - "Adrian von Ziegler - Discography - 2010-2013.par2" yEnc', 'ordinal' => 20, - ), + ], 351 => - array ( + [ 'id' => 852, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^[ _-]{0,3}\\(\\d+\\/\\d+\\)[ _-]{0,3}[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '// (09/18) - "Mantus - Fatum (2013) [2CD].FH.vol00+2.PAR2" - 336,39 MB - yEnc', 'ordinal' => 25, - ), + ], 352 => - array ( + [ 'id' => 853, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\)[ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//(08/15) "Noemi-Red.(Unreleased).2006.by.NYCrules.vol000+01.PAR2" - 179,66 MB - yEnc', 'ordinal' => 30, - ), + ], 353 => - array ( + [ 'id' => 854, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^\\[(?P[a-zA-Z0-9-_\\\\(\\)\\.]+)\\] \\[www\\.usenet4ever\\.info by Secretusenet\\] - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[16_Bit_Lolitas-Warung_Brazil_002-2CD-2012-iHF] [www.usenet4ever.info by Secretusenet] - "000-16_bit_lolitas-warung_brazil_002-2cd-2012-ihf.sfv" yEnc ::: //[3RD_Prototype_-_On_My_Way-(TB7368)-WEB-2013-FMC] [www.usenet4ever.info by Secretusenet] - "01-3rd_prototype_-_deafback-when_you_are_in_the_dark_(deafback_remix).mp3" yEnc ::: //[Armin_Van_Buuren_Feat._Fiora-Waiting_For_The_Night-(ARMD1140)-WEB-2013-UKHx] [www.usenet4ever.info by Secretusenet] - "00-armin_van_buuren_feat._fiora-waiting_for_the_night-(armd1140)-web-2013-ukhx.m3u" yEnc', 'ordinal' => 35, - ), + ], 354 => - array ( + [ 'id' => 855, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^>ghost-of-usenet\\.org<< (?P[a-zA-Z0-9-_\\\\(\\)\\.]+) >>www\\.SSL-News\\.info> - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//>ghost-of-usenet.org<< 16_Bit_Lolitas-Warung_Brazil_002-2CD-2012-iHF >>www.SSL-News.info> - "101-16_bit_lolitas-warung_brazil_002_cd1.mp3" yEnc', 'ordinal' => 40, - ), + ], 355 => - array ( + [ 'id' => 856, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\\\(\\)\\.]+) \\[\\d+(\\/| of )(\\d+\\])[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Blok_B-Bienvenue_Dans_Mon_Blok_Vol.1-2005-BZ_INT [20 of 27] "01-gangsta.mp3" yEnc ::: //DJ Neev - HedKandi_2013-06-08 (Ministry of Sound Radio) [01/13] - "DJ Neev - HedKandi_2013-06-08 (Ministry of Sound Radio).par2" yEnc', 'ordinal' => 45, - ), + ], 356 => - array ( + [ 'id' => 857, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^\\(www\\.Thunder-News\\.org\\) >(?P.+?)< - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >Dee_And_Crane-Let_The_Music_Play-WEB-2012-UKHx< - "05-dee_and_crane-let_the_music_play_(jay_frogs_keep_the_groove_remix_edit).mp3" yEnc', 'ordinal' => 50, - ), + ], 357 => - array ( + [ 'id' => 858, 'group_regex' => '^alt\\.binaries\\.sound\\.mp3\\.complete_cd$', 'regex' => '/^\\[\\d+\\/\\d+\\] - \\((MP3 )?ALBUM CHARTS\\) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/i', 'status' => 1, 'description' => '//[1/1] - (MP3 ALBUM CHARTS) - "Andreas Gabalier - Volksrock\'n\'roller-Live.rar" yEnc', 'ordinal' => 55, - ), + ], 358 => - array ( + [ 'id' => 859, 'group_regex' => '^alt\\.binaries\\.sounds\\.flac$', 'regex' => '/^\\[\\d+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P.+?) \\]-\\[\\d+\\/\\d+] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[32974]-[FULL]-[#a.b.flac]-[ Tenniscoats-Tokinouta-JP-CD-FLAC-2011-BCC ]-[04/28] - "00-tenniscoats-tokinouta-jp-cd-flac-2011.nfo" yEnc', 'ordinal' => 5, - ), + ], 359 => - array ( + [ 'id' => 860, 'group_regex' => '^alt\\.binaries\\.sounds\\.flac$', 'regex' => '/^\\[:.+:\\]\\[FLAC.+\\]-\\[:(?P.+):\\]-\\[\\d+\\/\\d+\\]-".+" yEnc$/', 'status' => 1, 'description' => '//[:SEK9:][FLAC/Metal]-[:Burn_The_Priest-Burn_The_Priest-Remastered-CD-FLAC-2005-TiLLMYDEATH:]-[01/18]-"00-burn_the_priest-burn_the_priest-remastered-cd-flac-2005-proof.jpg" yEnc', 'ordinal' => 10, - ), + ], 360 => - array ( + [ 'id' => 861, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^http:\\/\\/dream-of-usenet\\.org .+? - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//http://dream-of-usenet.org empfehlen newsconnection.eu - [02/32] - "Adam_Ant-Manners_and_Physique-(MCAD-6315)-CD-FLAC-1989-2Eleven.par2" yEnc', 'ordinal' => 5, - ), + ], 361 => - array ( + [ 'id' => 862, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P[a-zA-Z0-9]+.+? - .+?)\\s+\\(\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Rush - Sector One 24-96 (000/229] - ".nzb" yEnc ::: //Stevie Ray Vaughan - Couldn\'t Stand the Weather (01/19] - ".sfv" yEnc', 'ordinal' => 10, - ), + ], 362 => - array ( + [ 'id' => 863, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^trtk\\d+ - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//trtk07073 - [18/26] - "1990 Santana - Spirits Dancing In The Flesh (flac).part17.rar" yEnc', 'ordinal' => 15, - ), + ], 363 => - array ( + [ 'id' => 864, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^COMPLETE REPOST (?P.+? - )NMR -(?P \\d{4}) - (?P.+?) \\[\\d+ of \\d+\\] ".+?" yEnc$/', 'status' => 1, 'description' => '//COMPLETE REPOST Magma - NMR - 1974 - Wurdah Itah [01 of 23] "1974 - Wurdah Itah.par2" yEnc', 'ordinal' => 20, - ), + ], 364 => - array ( + [ 'id' => 865, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - VA - .+?) \\[\\d+ of \\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Sensation - VA - Source Of Light (2CD 2012) [02 of 67] - "00 - Sensation - VA - Source Of Light (2CD 2012) [nmr].txt" yEnc', 'ordinal' => 25, - ), + ], 365 => - array ( + [ 'id' => 866, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P[A-Z0-9][A-Za-z0-9 ]{2,} -( \\d{4} -)? [A-Z0-9].+?( \\(.+?\\))?) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Ryan McGarvey - Forward In Reverse [01/21] - "00 - Ryan Mcgarvey - Forward in Reverse.nfo" yEnc ::: //JFC - The Timerewinder (NMR) [01/15] - "00 - The Timerewinder.nfo" yEnc ::: //The Brothers Johnson - 1981 - Winners (2011 expanded remastered) [01/31] - "01 - The Real Thing.flac" yEnc ::: //Jermaine Jackson - 1980 - Let\'s Get Serious [00/23] - "Jermaine Jackson - 1980 - Let\'s Get Serious.nzb" yEnc', 'ordinal' => 30, - ), + ], 366 => - array ( + [ 'id' => 867, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - [A-Z0-9].+? \\(\\d{4}\\) \\[.*?HDTracks.+?\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//Miles Davis - In A Silent Way (1969) [2013 - HDTracks 24-176,4] - "iasw24-176.par2" yEnc ::: //Bob James & David Sanborn - Quartette Humaine (2013) [HDTracks 24-88,2] - "qh24-88.par2" yEnc', 'ordinal' => 35, - ), + ], 367 => - array ( + [ 'id' => 868, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P[A-Z0-9].+? - \\d{4} - .+?) - \\d+ of \\d+ - \\d+ - .+? yEnc$/', 'status' => 1, 'description' => '//Sonny Landreth - 2010 - Mississippi Blues - 04 of 29 - 00 - Mississippi Blues.sfv yEnc ::: //Fruteland Jackson - 1996 - ... Is All I Crave - 08 of 20 - 00 - Fruteland Jackson - ... Is All I Crave.log yEnc', 'ordinal' => 40, - ), + ], 368 => - array ( + [ 'id' => 869, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^\\((?PVA - .+?)\\) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//(VA - Cafe Del Mar Dreams 5-2012-Samfie Man) [37/38] - "VA - Cafe Del Mar Dreams 5-2012-Samfie Man.vol063+040.par2" yEnc', 'ordinal' => 45, - ), + ], 369 => - array ( + [ 'id' => 870, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^\\([A-Z0-9]+\\) \\[\\d+\\/\\d+\\] - "(?P.+?) - \\d+-.+?" yEnc$/', 'status' => 1, 'description' => '//(152092XA20) [08/16] - "Guns and Roses - Use Your Illusion I - 08-Back Off Bitch.flac" yEnc', 'ordinal' => 50, - ), + ], 370 => - array ( + [ 'id' => 871, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^(?P[\\w-]{5,})\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Eros_Ramazzotti-Eros-IT-CD-FLAC-1997-FADA[04/26] - "00-eros_ramazzotti-eros-1997-fada.sfv" yEnc', 'ordinal' => 55, - ), + ], 371 => - array ( + [ 'id' => 872, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^.:[-_\\s]{0,3}(?P.+?)[-_\\s]{0,3}:..+?thunder-news\\.org.+?secretusenet\\.com:. - "([\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//.: VA-Liquid_Music-The_Future_House_Compilation-CD-FLAC-1993-WRS :. - .:www.thunder-news.org:. - .:sponsored by secretusenet.com:. - "00-va-liquid_music-the_future_house_compilation-cd-flac-1993-wrs.nfo" yEnc ::: //.:Bruce_BecVar-Arriba-CD-FLAC-1993-JLM:. - .:thunder-news.org:. - .:sponsored by secretusenet.com:. - "00-bruce_becvar-arriba-cd-flac-1993.m3u" yEnc', 'ordinal' => 60, - ), + ], 372 => - array ( + [ 'id' => 873, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//_ "CARUSO & GIGLI - O Sole Mio - The Unknown.nzb" yEnc', 'ordinal' => 65, - ), + ], 373 => - array ( + [ 'id' => 874, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+ (of \\d+)( \\(\\d+\\/\\d+\\)){1,2} (yEnc)?$/', 'status' => 1, 'description' => '//"Art Tatum - The Complete Trio Sessions with Tiny Grimes & Slam Stewart - Vol 1.NFO" - 1 of 6 (1/1) ::: //"Galen Jeter and the Dallas Jazz Orchestra - Thank You, Leon.NFO" - 1 of 5 (1/1) (1/1)', 'ordinal' => 70, - ), + ], 374 => - array ( + [ 'id' => 875, 'group_regex' => '^alt\\.binaries\\.sounds\\.lossless$', 'regex' => '/^[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Doc Watson - 1973 - The Essential Doc Watson - 01 - Tom Dooley.flac" - 406.64 MB - yEnc', 'ordinal' => 75, - ), + ], 375 => - array ( + [ 'id' => 876, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^\\(dream-of-usenet\\.info\\) - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(dream-of-usenet.info) - [04/15] - "Enya-And_Winter_Came...-2008.part2.rar" yEnc', 'ordinal' => 5, - ), + ], 376 => - array ( + [ 'id' => 877, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^http:\\/\\/dream-of-usenet\\.org .+? - \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//http://dream-of-usenet.org empfehlen newsconnection.eu - [02/32] - "Adam_Ant-Manners_and_Physique-(MCAD-6315)-CD-FLAC-1989-2Eleven.par2" yEnc', 'ordinal' => 10, - ), + ], 377 => - array ( + [ 'id' => 878, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^trtk\\d+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//trtk09920 - [01/12] - "Guido Negraszus - Night Cafe Iii (Freedom Travellers) (2012)(320).par2" yEnc', 'ordinal' => 15, - ), + ], 378 => - array ( + [ 'id' => 879, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^>>> CREATIVE COMMONS NZB <<< "(?P.+?)" - File \\d+ of \\d+: ".+?" yEnc$/', 'status' => 1, 'description' => '//>>> CREATIVE COMMONS NZB <<< "dexter romweber duo-lookout" - File 1 of 9: "creative_commons_nzb_dexter_romweber_duo-lookout.rar" yEnc', 'ordinal' => 20, - ), + ], 379 => - array ( + [ 'id' => 880, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+?usenet-space.+?Powered by.+? "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+? \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\) .+? \\d+[.,]\\d+ [kKmMgG][bB] .+?yEnc$/', 'status' => 1, 'description' => '//<<>> <<< "Justin_Bieber-Believe_Acoustic-2013-pLAN9_usenet-space-cowbys.info.rar" >< 4/6 (78.65 MB) >< 60.84 MB > yEnc', 'ordinal' => 25, - ), + ], 380 => - array ( + [ 'id' => 881, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/"(?P.+)"[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//"The Absence - Riders Of The Plague" [00/14] - "the_absence-riders_of_the_plague.nzb" yEnc', 'ordinal' => 30, - ), + ], 381 => - array ( + [ 'id' => 882, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/\\( (?P.+?)\\)[-_\\s]{0,3}( |\\().+\\)[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//( Albert Cummings Albums 6x By Dready Niek (1999-2012) ) ( ** By Dready Niek ** ) [11/20] - "Albert Cummings Albums 6x By Dready Niek (1999-2012).part10.rar" yEnc ::: //( Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek ) -- By Dready Niek ) [01/15] - "Fat Freddy\'s Drop - Blackbird (2013) -- By Dready Niek.par2" yEnc', 'ordinal' => 35, - ), + ], 382 => - array ( + [ 'id' => 883, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/\\( (?P.+?) \\)[-_\\s]{0,3}[\\(\\[]\\d+\\/(\\d+[\\)\\]])[-_\\s]{0,3}".+(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//( Addison_Road-Addison_Road-2008 ) [01/10] - "01. Addison Road - This Could Be Our Day.mp3" yEnc', 'ordinal' => 40, - ), + ], 383 => - array ( + [ 'id' => 884, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+?\\[\\d+\\/(\\d+\\][-_\\s]{0,3}.+?)[-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [0/8] - Crionics Post - Alice In Chains - Dirt REPOST"Alice In Chains - Dirt.nzb" yEnc', 'ordinal' => 45, - ), + ], 384 => - array ( + [ 'id' => 885, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [001/153] - "C4 House Party Horse Meat Disco Set 6.nfo" C4 House Party Horse Meat Disco Set 6 yEnc', 'ordinal' => 50, - ), + ], 385 => - array ( + [ 'id' => 886, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - (?P.+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [19/22] - C.K.N. Demo 85 "19-rotten system.mp3" yEnc', 'ordinal' => 55, - ), + ], 386 => - array ( + [ 'id' => 887, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P.+?) {1,3}www\\.brothers-of-usenet\\.org - empfehlen - Newsconnection([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(03/11) "Europe - Discography (1983 - 2009) (320 kbps CBR) www.brothers-of-usenet.org - empfehlen - Newsconnection.par2" yEnc ::: //(03/11) "Evanescence Diskographie (1998-2011) www.brothers-of-usenet.org - empfehlen - Newsconnection.par2" yEnc', 'ordinal' => 60, - ), + ], 387 => - array ( + [ 'id' => 888, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(107/123) - "Mark.EG.M.Zone.Rave.Tape.Packs.Hard.Trance.1990s.vol006+04.PAR2" - 11.39 GB yEnc ::: //(12/16) "Horrid Henry The Movie - Original Soundtrack.vol00+01.PAR2" - 102.32 MB - yEnc', 'ordinal' => 65, - ), + ], 388 => - array ( + [ 'id' => 889, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[002/123] - "Mark.EG.M.Zone.Rave.Tape.Packs.Hard.Trance.1990s.part001.rar" yEnc', 'ordinal' => 70, - ), + ], 389 => - array ( + [ 'id' => 890, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+usenetrevolution.+Partner of ssl-news\\.info.+\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//< usenetrevolution > <-> Partner of ssl-news.info <-> Anastacia.-.It\'s.a.Mans.World [04/15] - "Anastacia.-.It\'s.a.Mans.World.part01.rar" - 100,47 MB - yEnc', 'ordinal' => 75, - ), + ], 390 => - array ( + [ 'id' => 891, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+Old but Sold.+>< "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\).+ yEnc$/', 'status' => 1, 'description' => '//<<>> <<< >< >< "German Top 50 ODC - 12.08.2013.nfo" >< 02/33 (541,61 MB) >< 10,93 kB > yEnc', 'ordinal' => 80, - ), + ], 391 => - array ( + [ 'id' => 892, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+ghost-of-usenet.org[<>] [><]"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")> >www\\.SSL-News\\.info< - \\(\\d+\\/\\d+\\)[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//<<< <"MC Basstard Diskographie 16CDs 2000-2011 MP3 - Ghost.part08.rar"> >www.SSL-News.info< - (10/43) - 1,69 GB yEnc ::: //<<< >"UltraTraxx Rare Remixes - Vol 011 MP3 192kbps.par2"> >www.SSL-News.info< - (1/9) - 120,82 MB yEnc', 'ordinal' => 85, - ), + ], 392 => - array ( + [ 'id' => 893, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^BY REQ.+ - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\[\\d+\\/\\d+\\] yEnc$/i', 'status' => 1, 'description' => '//BY REQ:........! - "Keith Whitley - All American Country - .par2" [06/22] yEnc', 'ordinal' => 90, - ), + ], 393 => - array ( + [ 'id' => 894, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^Der etwas.+ \\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/i', 'status' => 1, 'description' => '//Der etwas andere Mix - Wilde Herzenmix (auf wunsch) neu (by dem verrückten Lordi) (1/8) "Der etwas andere Mix - Wilde Herzenmix.par2" yEnc', 'ordinal' => 95, - ), + ], 394 => - array ( + [ 'id' => 895, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+[\\[\\(]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/i', 'status' => 1, 'description' => '//DJ Inferno Beatport Xtreme September 2011[63/66] - "DJ Inferno Beatport Xtreme September 2011.vol073+55.PAR2" upp o-o yEnc ::: //Kastelruther Spatzen - Weihnachten Bei Uns Daheim (2011) (22/25) "Kastelruther Spatzen - Weihnachten Bei Uns Daheim (2011).vol00+1.PAR2" - 113,03 MB - Tapier 13.11.02 yEnc', 'ordinal' => 100, - ), + ], 395 => - array ( + [ 'id' => 896, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//"8 Wenn ich einmal gross bin .mp3" Koelschefetz postet.Die Filue -Immer Wigger yEnc', 'ordinal' => 105, - ), + ], 396 => - array ( + [ 'id' => 897, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^.+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//Queens Of The Stone Age - Rated R (2000) (10th Anniversary Deluxe Edition 2010) [EAC/Lame V0] "QU2 - Queens of the Stone Age - Rated R.M3u" yEnc', 'ordinal' => 110, - ), + ], 397 => - array ( + [ 'id' => 898, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3$', 'regex' => '/^(?P.+?)- [\\[\\(]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}\\d\\d.+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/', 'status' => 1, 'description' => '//squeeze-east side story-nmr- [01/14] - 01-squeeze-in quintessence.mp3 yEnc', 'ordinal' => 115, - ), + ], 398 => - array ( + [ 'id' => 899, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+?) www\\.brothers-of-usenet\\.org - empfehlen - Newsconnection(\\.eu)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/11) "Der Kleine Vampir Komplett - Folge 01 bis 18 www.brothers-of-usenet.org - empfehlen - Newsconnection.eu.nfo" yEnc', 'ordinal' => 5, - ), + ], 399 => - array ( + [ 'id' => 900, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")by_Funkeefly yEnc$/', 'status' => 1, 'description' => '//(01/15) "Dafuniks - Enter The Sideshow Groove.rar.001"by_Funkeefly yEnc', 'ordinal' => 10, - ), + ], 400 => - array ( + [ 'id' => 901, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^trtk\\d+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//trtk09920 - [01/12] - "Guido Negraszus - Night Cafe Iii (Freedom Travellers) (2012)(320).par2" yEnc', 'ordinal' => 15, - ), + ], 401 => - array ( + [ 'id' => 902, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/20) "Oz Discography by Grave Digger.par2" - 445,72 MB - yEnc', 'ordinal' => 20, - ), + ], 402 => - array ( + [ 'id' => 903, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\(D(\\))? (?P.+) {1,2}\\[\\d+\\/\\d+\\] - .+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) {1,2}yEnc$/', 'status' => 1, 'description' => '//(D The Best Of Leon Russell [23/28] - The Best Of Leon Russell.vol00+01.PAR2 yEnc', 'ordinal' => 25, - ), + ], 403 => - array ( + [ 'id' => 904, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^.+ghost-of-usenet\\.org.+"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")> >www\\.SSL-News\\.info< - \\(\\d+\\/\\d+\\) - \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//<<< <"Dream Dance Vol. 21-30 - 20CDs MP3 - Ghost.part20.rar"> >www.SSL-News.info< - (22/32) - 2,45 GB yEnc', 'ordinal' => 30, - ), + ], 404 => - array ( + [ 'id' => 905, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^<<<.+>>><<<(?P.+)>>>usenet-space-cowboys\\.info.+secretusenet\\.com>< ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\) >< \\d+[.,]\\d+ [kKmMgG][bB] > yEnc$/i', 'status' => 1, 'description' => '//<<>><<>>usenet-space-cowboys.info<<< "Adele - Rolling In The Deep.mp4" >< 2/5 (77,13 MB) >< 63,94 MB > yEnc ::: //<<>><<>>usenet-space-cowboys.info<<< "09_rusty_moon-kispatak.mp3.par2" >< 01/26 (143,73 MB) >< 6,10 kB > yEnc', 'ordinal' => 35, - ), + ], 405 => - array ( + [ 'id' => 906, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^<<>>.+secretusenet\\.com>< "(?P.+?)-\\w+_usenet-space-cowbys\\.info([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\) >< \\d+[.,]\\d+ [kKmMgG][bB] > yEnc$/i', 'status' => 1, 'description' => '//<<>> THOR <<< "Bangbros_Vs_Hansebanger_-_Kiezstyle-Promo-Vinyl-2006-ToTo_usenet-space-cowbys.info.avi" >< 3/5 (31,12 MB) >< 11,21 MB > yEnc', 'ordinal' => 40, - ), + ], 406 => - array ( + [ 'id' => 907, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^<<>>.+secretusenet\\.com> < "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") >< \\d+\\/\\d+ \\(\\d+[.,]\\d+ [kKmMgG][bB]\\) >< \\d+[.,]\\d+ [kKmMgG][bB] > yEnc$/i', 'status' => 1, 'description' => '//<<>><<>> < "Alice_Cooper-Trash-1989-Wyse.nfo" >< 2/8 (89,39 MB) >< 17,21 kB > yEnc', 'ordinal' => 45, - ), + ], 407 => - array ( + [ 'id' => 908, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^>>> www.lords-of-usenet\\.org <<< "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\[\\d+\\/\\d+\\] - (\\[)?\\d+[.,]\\d+ [kKmMgG][bB](\\])? yEnc$/i', 'status' => 1, 'description' => '//>>> www.lords-of-usenet.org <<< "Chris De Burgh - The Getaway.par2" - [1/9] - [115,51 MB] yEnc ::: //>>> www.lords-of-usenet.org <<< "Das Deutsche Schlager Magazin Die Maxis 1 2CD.par2" [01/12] - 205,70 MB yEnc', 'ordinal' => 50, - ), + ], 408 => - array ( + [ 'id' => 909, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\[.+?\\][-_\\s]{0,3}\\[(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}\\])[-_\\s]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[BFMP3] [Barrelhouse_Time Frames.nzb] [00/18] yEnc', 'ordinal' => 55, - ), + ], 409 => - array ( + [ 'id' => 910, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}("|#34;)(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Metallica - Ride The Lightning "01 - Fight Fire With Fire.mp3" yEnc', 'ordinal' => 60, - ), + ], 410 => - array ( + [ 'id' => 911, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?) www\\.brothers-of-usenet\\.org - empfehlen - Newsconnection\\.eu([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/11) "Der Kleine Vampir Komplett - Folge 01 bis 18 www.brothers-of-usenet.org - empfehlen - Newsconnection.eu.nfo" yEnc', 'ordinal' => 65, - ), + ], 411 => - array ( + [ 'id' => 912, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/([\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}"(?P.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//The Refreshments - [1/9] - "The Refreshments - Rock´n Roll Christmas [2003].par2" yEnc', 'ordinal' => 70, - ), + ], 412 => - array ( + [ 'id' => 913, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/', 'status' => 1, 'description' => '//Longines Symphonette-Far Away Places-(LP2 of 2)-Far Away Places-LP 2.par2 yEnc', 'ordinal' => 75, - ), + ], 413 => - array ( + [ 'id' => 914, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^Reader\\\'s Digest- {0,1}(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4}) yEnc$/', 'status' => 1, 'description' => '//Reader\'s Digest- Mario Lanza-The Very Best of Mario Lanza(CD3 of 3)-CD 3.par2 yEnc', 'ordinal' => 80, - ), + ], 414 => - array ( + [ 'id' => 915, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}\\d+[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[01/10] - "Acdc - Fly On The Wall - 1985 -01 - Fly On The Wall -Creative7164.mp3" yEnc', 'ordinal' => 85, - ), + ], 415 => - array ( + [ 'id' => 916, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^\\[\\d+\\/\\d+\\] ->> "(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") <<- ShapterV yEnc$/', 'status' => 1, 'description' => '//[1/7] ->> "God Forbid 2009 - Reject the Sickness.par2" <<- ShapterV yEnc', 'ordinal' => 90, - ), + ], 416 => - array ( + [ 'id' => 917, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.complete_cd$', 'regex' => '/^(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)--[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Glenn Miller-The Missing Chapters Vol. 6-Blue Champagne--Glenn Miller-The Missing Chapters Vol. 6-Blue Champagne.par2 yEnc', 'ordinal' => 95, - ), + ], 417 => - array ( + [ 'id' => 918, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.dance$', 'regex' => '/^\\[\\d+\\](?P.+?)[-_\\s]{0,3}("|#34;)(.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[2707]Solarstone-Solarstone_Collected_Vol_1-ARDI3177-WEB-2012-TraX "02-solarstone_feat_kym_marsh-day_by_day_(red_jerry_smackthe_bigot_up_remix).mp3" - yEnc', 'ordinal' => 5, - ), + ], 418 => - array ( + [ 'id' => 919, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(03/10) "Washing Machines - Planet-E CH-Basel Ultimate Hardcore - 4.9.1993.vol00+01.PAR2" - 232.39 MB - yEnc', 'ordinal' => 5, - ), + ], 419 => - array ( + [ 'id' => 920, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+ [bB][-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(2/7) "Cosmic Baby live at Energy 1995.vol00+01.PAR2" - 0 B - yEnc', 'ordinal' => 10, - ), + ], 420 => - array ( + [ 'id' => 921, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\[0sk\\]-\\[\\d+-\\d+-\\d+\\]-\\[.+\\]-\\[.+\\]-\\[\\d+\\/\\d+\\]-\\[(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,})\\]--.+? yEnc$/', 'status' => 1, 'description' => '//[0sk]-[2002-12-06]-[idm]-[vinyl]-[4/5]-[Maps_And_Diagrams_-_Ti_Sta_Bene_Marone-(cact_001)-Vinyl-2002]--cact 001.sfv yEnc', 'ordinal' => 15, - ), + ], 421 => - array ( + [ 'id' => 922, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^\\[.+\\]-\\[.+\\]-\\[\\d+\\/\\d+\\]-\\[(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,})\\]-.+? yEnc$/', 'status' => 1, 'description' => '//[10_years---happy_bday_absme]-[cd]-[04/15]-[va_-_spacewars_01-(plkcd003)-cd-1996-nwd]-01-Nuw Idol - Union Of Ilk -nwd-.mp3 yEnc', 'ordinal' => 20, - ), + ], 422 => - array ( + [ 'id' => 923, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^(?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)[-_\\s]{0,3}\\d+[-_\\s]{0,3}[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?\\b.?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Alec Empire - Low On Ice 06 - Untitled.mp3 yEnc', 'ordinal' => 25, - ), + ], 423 => - array ( + [ 'id' => 924, 'group_regex' => '^alt\\.binaries\\.sounds\\.mp3\\.electronic$', 'regex' => '/^Selected Songs by Various Artists - (?P[^.]{8,})([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Selected Songs by Various Artists - Collide - Razor Sharp.mp3 yEnc', 'ordinal' => 30, - ), + ], 424 => - array ( + [ 'id' => 925, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d.+?B - (\\d.+?B -)? yEnc$/', 'status' => 1, 'description' => '//(01/37) "Entourage S08E08.part01.rar" - 349,20 MB - yEnc ::: //(01/24) "EGtnu7OrLNQMO2pDbgpDrBL8SnjZDpab.nfo" - 686 B - 338.74 MB - yEnc (1/1)', 'ordinal' => 40, - ), + ], 425 => - array ( + [ 'id' => 926, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+\\/\\d+\\) - (?P[\\w.-]{5,}) - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(01/28) - Continuum.S02E13.Second.Time.1080p.WEB-DL.AAC2.0.H264 - "Continuum.S02E13.Second.Time.1080p.WEB-DL.AAC2.0.H264.par2" - 1.75 GB - yEnc', 'ordinal' => 45, - ), + ], 426 => - array ( + [ 'id' => 927, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[A-Za-z0-9.-]+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[01/42] - "King.And.Maxwell.S01E08.1080p.WEB-DL.DD5.1.H264-Abjex.par2" yEnc', 'ordinal' => 50, - ), + ], 427 => - array ( + [ 'id' => 928, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/15) - "Oz.S01E01.The.Routine.par2" - 380.18 MB yEnc ::: //(01/87) "Homeland.S03E05.Mini.720p.WEB.DL.DD5.1.H.264-ITSat.par2" - 773,24 MB - yEnc', 'ordinal' => 55, - ), + ], 428 => - array ( + [ 'id' => 929, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [10/26] - "The.Young.Riders.S01E02.480pWEB-DL.AAC2.0.H.264-AJP69.part09.rar" yEnc', 'ordinal' => 60, - ), + ], 429 => - array ( + [ 'id' => 930, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(Dgpc\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(Dgpc) [01/19] - "The.Xtra.Factor.S10E04.PDTVx264.JIVE.par2" yEnc', 'ordinal' => 65, - ), + ], 430 => - array ( + [ 'id' => 931, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[ (?P.+?) \\] .+ \\(\\d+\\/\\d+\\) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ Anthony.Bourdain.Parts.Unknown.S01.480p.HDTV.x264-mSD ] MKV.h264 (03/17) - "Anthony.Bourdain.Parts.Unknown.S01E01.480p.HDTV.x264-mSD.mkv" yEnc', 'ordinal' => 70, - ), + ], 431 => - array ( + [ 'id' => 932, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+\\/\\d+\\] (?P.+S\\d+E\\d+.+?) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") yEnc$/', 'status' => 1, 'description' => '//[01/31] Unsealed.Alien.Files.S02E02.The.Kecksburg.Incident.720p.HDTV.x264-N0TSC3N3 - "n0tsc3n3-unsealed.alien.files.s02e02.the.kecksburg.incident.720p.hdtv.x264.par2" yEnc', 'ordinal' => 75, - ), + ], 432 => - array ( + [ 'id' => 933, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\w ]+[\\(\\[]\\d+\\/\\d+[\\)\\]] "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//The Colbert Report [00/12] "The.Colbert.Report.2014.01.20.Scott.Stossel.720p.WEB-DL.AAC2.0.H.264-monkee.nzb" yEnc ::: //Colbert [01/10] "The.Colbert.Report.2013.12.19.Ben Stiller.720p.WEB-DL.AAC2.0.H264-zee.rar" yEnc ::: //Whale Wars (01/30) "Whale.Wars.S06.A.Commander.Rises.PDTV.XviD-ZEN.par2" yEnc', 'ordinal' => 80, - ), + ], 433 => - array ( + [ 'id' => 934, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\. - \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//. - [01/42] - "Under.the.Dome.S01E03.Manhunt.1080p.WEB-DL.DD5.1.H.264-NTb.par2" yEnc', 'ordinal' => 85, - ), + ], 434 => - array ( + [ 'id' => 935, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(Re: )?(?P([\\w._-]{8,31}|[\\w._-]{33,}))([{}A-Z_]+)?( -)? \\[\\d+(\\/| of )\\d+\\]( -)? ".+?" yEnc$/', 'status' => 1, 'description' => '//House.Hunters.International.S05E502.720p.hdtv.x264 [01/27] - "House.Hunters.International.S05E502.720p.hdtv.x264.nfo" yEnc ::: //Criminal.Minds.S03E01.Doubt.PROPER.DVDRip.XviD-SAiNTS - [01/33] - "Criminal.Minds.S03E01.Doubt.PROPER.DVDRip.XviD-SAiNTS.par2" yEnc', 'ordinal' => 90, - ), + ], 435 => - array ( + [ 'id' => 936, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z0-9 ]+)(\\.part\\d*|\\.rar)?(\\.vol.+? |\\.[A-Za-z0-9]{2,4} )\\[\\d+\\/\\d+\\] - yEnc$/', 'status' => 1, 'description' => '//Silent Witness S15E02 Death has no dominion.par2 [01/44] - yEnc', 'ordinal' => 95, - ), + ], 436 => - array ( + [ 'id' => 937, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(bf1\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(bf1) [03/31] - "The.Block.AU.Sky.High.S07E61.WS.PDTV.XviD.BF1.part01.sfv" yEnc (1/1)', 'ordinal' => 100, - ), + ], 437 => - array ( + [ 'id' => 938, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^"(?P[\\w._-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\(\\d+\\/\\d+\\)[-_\\s]{0,3}[\\w. -]+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Moving.On.S05E05.HDTV.x264.part19.rar" - (21/28) - Per REQ yEnc', 'ordinal' => 105, - ), + ], 438 => - array ( + [ 'id' => 939, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\?+\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w._-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}[\\w. -]+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [01/20] - "Boxing.Cinnamon vs El Perro.8th.March.2014.PDTV.x264-Sir.Paul.par2" Cinnamon vs El Perro yEnc', 'ordinal' => 110, - ), + ], 439 => - array ( + [ 'id' => 940, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[[\\w. -]+\\][-_\\s]{0,3}"(?P[\\w._-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[REPOST]-"True.Blood.S06E01-E10.HDTV.x264.part094.rar" yEnc', 'ordinal' => 115, - ), + ], 440 => - array ( + [ 'id' => 941, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\([\\w. -]{8,}\\)[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}""(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")"[-_\\s]{0,3}[\\w. -]+[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(Pretty.Little.Liars.S04E11.Bring.Down.the.Hoe.1080p.WEB-DL.DD5.1.H.264-BS) [31/45] - ""Pretty.Little.Liars.S04E11.Bring.Down.the.Hoe.1080p.WEB-DL.DD5.1.H.264-BS.part29.rar"" yEnc yEnc', 'ordinal' => 120, - ), + ], 441 => - array ( + [ 'id' => 942, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\w\\(). -]+[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[]-[FULL]-[a.b.teevee]-[Hannibal.S01.Special.Ceuf.720p.WEB-DL.DD5.1.H-264-NTb]-[03/40] - "Hannibal.S01.Special.Ceuf.720p.WEB-DL.DD5.1.H-264-NTb.part01.rar" yEnc', 'ordinal' => 125, - ), + ], 442 => - array ( + [ 'id' => 943, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[[\\w. -]{8,}\\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Ax.Men.S06E18.Risking.it.All.720p.WEB-DL.AAC.2.0.H.264-AKS74u]-[07/68] "Ax.Men.S06E18.Risking.it.All.720p.WEB-DL.AAC.2.0.H.264-AKS74u.r04" - 1.46 GB yEnc', 'ordinal' => 130, - ), + ], 443 => - array ( + [ 'id' => 944, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[ As requested \\][-_\\s]{0,3}(?P[\\w. -]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[ As requested ] Pawn.Stars.S07E15.Colt.To.The.Touch.720p.WEB-DL.AAC2.0.H.264.par2 yEnc', 'ordinal' => 135, - ), + ], 444 => - array ( + [ 'id' => 945, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[\\w.-]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Alaska.The.Last.Frontier.S02E15.HDTV.XviD-AFG.nzb yEnc', 'ordinal' => 140, - ), + ], 445 => - array ( + [ 'id' => 946, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\d+\\/\\d+[-_\\s]{0,3}(?P[\\w. -]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//09/13 The.Exes.S03E10.My.Ex-Boyfriends.Wedding.WEBRip.x264.AAC-NoGRP.vol007+05.PAR2 yEnc', 'ordinal' => 145, - ), + ], 446 => - array ( + [ 'id' => 947, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}(?P[\\w. -]+)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[14/16] - Game.of.Thrones.S03E04.720p to 640x480 for size.vol11+08.PAR2 yEnc ::: //[22/39] LEGO.Batman.The.Movie.2013.1080p.WEB-DL.DD5.1.H.264-YFN.part21.rar yEnc', 'ordinal' => 150, - ), + ], 447 => - array ( + [ 'id' => 948, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\]-\\[FULL\\]-\\[a\\.b\\.teevee\\]-\\[[\\w.-]+\\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(tv) ncis.1021.hdtv-lol [1/8] - "ncis.1021.hdtv-lol.sfv" yEnc', 'ordinal' => 155, - ), + ], 448 => - array ( + [ 'id' => 949, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}[\\w. -]+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(05/29) - LoK214 - "The.Legend.of.Korra.S02E14.Light.in.the.Dark.1080p.WEB-DL.DD5.1.H.264-BS.part04.rar" - 1,01 GB - yEnc ::: //(34/45) -Continuum.S02E11.1080p.WEB-DL.AAC2.0.H264- "Continuum.S02E11.1080p.WEB-DL.AAC2.0.H264.part33.rar" - 1.76 GB - yEnc', 'ordinal' => 160, - ), + ], 449 => - array ( + [ 'id' => 950, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[ [A-Za-z]+ \\] - (\\[\\d+\\/\\d+\\] - )?"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ TVPower ] - "Dexter.S07E10.720p.HDTV.x264-NLsubs.par2" yEnc ::: //[ TVPower ] - [010/101] - "Desperate.Housewives.S08Disc2.NLsubs.part009.rar" yEnc', 'ordinal' => 165, - ), + ], 450 => - array ( + [ 'id' => 951, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[.+?\\]-\\[(?P.+?)\\]-\\[\\d+\\/\\d+\\] ".+?" - \\d+([.,]\\d+ [kKmMgG])?[bB] - yEnc$/', 'status' => 1, 'description' => '//[www.allyourbasearebelongtous.pw]-[WWE.Monday.Night.Raw.2013.07.22.HDTV.x264-IWStreams]-[03/69] "WWE.Monday.Night.Raw.2013.07.22.HDTV.x264-IWStreams.r00" - 1.58 GB - yEnc', 'ordinal' => 170, - ), + ], 451 => - array ( + [ 'id' => 952, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(www\\..+?\\) .+? - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(www.Thunder-News.org) >CD1< - "moovee-fastest.cda.par2" yEnc', 'ordinal' => 175, - ), + ], 452 => - array ( + [ 'id' => 953, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/\\.info .+?Powered by .+?\\.com "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") .+? \\d+\\/\\d+ \\(\\d+[,.]\\d+ [mMkKgG][bB]\\) .+? yEnc$/', 'status' => 1, 'description' => '//<<>> usenet-space-cowboys.info <<< "S05E03 Pack die Badehose ein_usenet-space-cowbys.info.par2" >< 01/10 (411,16 MB) >< 3,48 kB > yEnc', 'ordinal' => 180, - ), + ], 453 => - array ( + [ 'id' => 954, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z0-9]+ .+? - S\\d+E\\d+ - .+?) \\[\\d+\\/\\d+\\] - ".+?\\..+?" yEnc$/', 'status' => 1, 'description' => '//Newport Harbor The Real Orange County - S01E01 - A Black & White Affair [01/11] - "Newport Harbor The Real Orange County - S01E01 - A Black & White Affair.mkv" yEnc', 'ordinal' => 185, - ), + ], 454 => - array ( + [ 'id' => 955, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(www\\.Thunder-News\\.org\\) ?>(?P.+)< ?[ _-]{0,3}(\\(\\d+\\/\\d+\\)|\\[\\d+\\/\\d+\\])?[ _-]{0,5}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//(www.Thunder-News.org) >Robin.Hood.S02E04.Der.Todesengel.German.WS.DVDRip.XviD-GTVG< - "gtvg-rh.xvid.s02e04.jpg" yEnc', 'ordinal' => 190, - ), + ], 455 => - array ( + [ 'id' => 956, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\.: (?P.+):. - .:www\\.thunder-news\\.org:. - .:sponsored by secretusenet\\.com:\\. - ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '//.: Breaking.Bad.S04E10.Prost.German.WS.DVDRip.XviD-GTVG :. - .:www.thunder-news.org:. - .:sponsored by secretusenet.com:. - "gtvg-bb.xvid.s04e10_poster.jpg" yEnc', 'ordinal' => 195, - ), + ], 456 => - array ( + [ 'id' => 957, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/\\[FULL\\]-\\[.+.EFNet\\] - (?P.+)\\.rar$/', 'status' => 1, 'description' => '//[FULL]-[#a.b.teevee@EFNet] - Celemony Melodyne Studio Edition 3.2 (MAC OSX).rar', 'ordinal' => 200, - ), + ], 457 => - array ( + [ 'id' => 958, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+\\/\\d+\\) ("|#34;)(?P.+?)\\.rar("|#34;) - .+ - yEnc$/', 'status' => 1, 'description' => '//(00912/17663) "Afghanistan The Great Game With Rory Stewart Part1 HDTV XviD-AFG.rar" - 344,98 GB - yEnc', 'ordinal' => 205, - ), + ], 458 => - array ( + [ 'id' => 959, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[[\\d#]+\\]-\\[.+?\\]-\\[.+?\\]-\\[ (?P.+?) \\][- ]\\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+?/', 'status' => 1, 'description' => '//[84491]-[FULL]-[#a.b.teevee@EFNet]-[ Tennis.Australian.Open.2012.Mens.1st.Round.Lleyton.Hewitt.vs.Cedrik-Marcel.Stebe.720p.HDTV.x264-LMAO ]-[04/97] - "tennis.australian.open.2012.mens.1st.round.lleyton.hewitt.vs.cedrik-marcel.stebe.720p.hdtv.x264-lmao.r01', 'ordinal' => 210, - ), + ], 459 => - array ( + [ 'id' => 960, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\(\\((Nimue|CowboyUp26-1208)\\)\\)\\)\\(\\(\\((?P.+)\\)\\)\\).+yEnc$/', 'status' => 1, 'description' => '//(((Nimue)))(((Hawaii.Five.0.S02E12.Der.Mann.im.Bunker.GERMAN.DUBBED.HDTVRiP.XviD-SOF))) usenet-space-cowboys.info (((Powered by https://secretusenet.com)( #34;hawaii.five.0.s02e12.avi#34; )( 02/11 (762,35 MB) )( 349,83 MB ) yEnc', 'ordinal' => 215, - ), + ], 460 => - array ( + [ 'id' => 961, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^__www\\.realmom\\.info__ - (?P.+)\\.(rar$|rar yEnc$)/', 'status' => 1, 'description' => '//__www.realmom.info__ - 56 Downloader (XMLBar) - DOWNLOAD EVERY VIDEO!.rar', 'ordinal' => 220, - ), + ], 461 => - array ( + [ 'id' => 962, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\((?P.+)\\)\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//(My.Name.Is.Earl.S03.DVDRip.XviD-ORPHEUS-NODLABS.PARS)[000/197] - "My.Name.Is.Earl.S03.DVDRip.XviD-ORPHEUS-NODLABS.PARS.nzb" yEnc', 'ordinal' => 225, - ), + ], 462 => - array ( + [ 'id' => 963, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z].+) - ("|#34;).+("|#34;) \\d+[,.]\\d+ [mMkKgG][bB]ytes yEnc$/', 'status' => 1, 'description' => '//Curb.Your.Enthusiasm.S08.DVDRiP.XviD.COMPLETE.REPACK-CLuE - "sample-curb.your.enthusiasm.s08.dvdrip.xvid.complete.repack-clue.avi.vol1+2.PAR2" 770.0 KBytes yEnc', 'ordinal' => 230, - ), + ], 463 => - array ( + [ 'id' => 964, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^<<<(Thor(\\d+)?)>>><<<(?P.+)>>>usenet-space-cowboys.+<<< ("|#34;).+("|#34;).+> yEnc$/i', 'status' => 1, 'description' => '//<<>><<>>usenet-space-cowboys.info<<< "idtv-chuck_s04e20_720p-sample.mkv" >< 03/61 (2,39 GB) >< 21,89 MB > yEnc', 'ordinal' => 235, - ), + ], 464 => - array ( + [ 'id' => 965, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/\\(Public\\).*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//(Public) (FULL) (a.b.teevee@EFNet) [04/13] (????) [00/27] - "DC.Guy.in.a.Ceelo.Green.Hood..S01E07.720p.HDTV.X264-DIMENSION.nzb" yEnc', 'ordinal' => 240, - ), + ], 465 => - array ( + [ 'id' => 966, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^>ghost-of-usenet\\.org<< ?(?P.+) ?>>www.+>[ _-]{0,3}("|#34;)?.+("|#34;)? ?yEnc$/i', 'status' => 1, 'description' => '//>ghost-of-usenet.org<< Suburgatory.S01E13.Sex.und.die.Vorstadt.GERMAN.DUBBED.DL.720p.WebHD.x264-TVP >>www.SSL-News.info> - "tvp-suburgatory-s01e13-720p.nfo" yEnc', 'ordinal' => 245, - ), + ], 466 => - array ( + [ 'id' => 967, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P.+?) NoAds \\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+?("|#34;) yEnc$/', 'status' => 1, 'description' => '//Touch.S02E09.PROPER.1080p.WEB-DL.DD5.1.H.264-LFF NoAds [01/30] - "Touch.S02E09.PROPER.1080p.WEB-DL.DD5.1.H.264-LFF.nfo" yEnc', 'ordinal' => 250, - ), + ], 467 => - array ( + [ 'id' => 968, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^<<<(?PThor(\\d+)?)>>><<<(.+)>>>.+<<<.+>< ("|#34;).+("|#34;).+/', 'status' => 1, 'description' => '//<<>><<>>usenet-space-cowboys.info<<< "sof-ncis.los.angeles.s03e02.die.cyberattacke.(2010).hdtvdubbed.nfo" >< 02/28 (419,00 MB) >< 4,18', 'ordinal' => 255, - ), + ], 468 => - array ( + [ 'id' => 969, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^AS REQ: "(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//AS REQ: "Game.of.Thrones.Season.3.480p.HDTV.H264.part52.rar" yEnc', 'ordinal' => 260, - ), + ], 469 => - array ( + [ 'id' => 970, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^<<<(Hustensaft\\d+|Nimue|CowboyUp\\d+(-\\d+)?)>>><<<(?P.+)>>>.+<< 1, 'description' => '//<<>><<>> usenet-space-cowboys.info <<< "nge-dgdf-e05-xvid.r04" >< 07/39 (1,51 GB) >< 47,68 MB > yEnc ::: //<<>><<>>usenet-space-cowboys.info<<< "zzgtv-spartacus-s02e09.r00" >< 04/43 (1,72 GB) >< 47,68 MB > yEnc ::: //<<>><<>> usenet-space-cowboys.info <<< "nge-dgdf-e05-xvid.r04" >< 07/39 (1,51 GB) >< 47,68 MB > yEnc ::: //<<>><<>>usenet-space-cowboys.info<<< "etm-csi_las_vegas_s10e21-1080p.r12.vol000+01.par2" >< 39/49 (3,86 GB) >< 3,32 MB > yEnc', 'ordinal' => 265, - ), + ], 470 => - array ( + [ 'id' => 971, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[ (?P[a-zA-Z].+) \\] - \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//[ Ugly.Betty.S02E13.DVDRip.XviD-SAiNTS ] - [01/39] - "Ugly.Betty.S02E13.DVDRip.XviD-SAiNTS.par2" yEnc', 'ordinal' => 270, - ), + ], 471 => - array ( + [ 'id' => 972, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\((?P[\\w.,& \\()\\[\\]\\\'\\`-]{8,}?)\\) \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//(Wainy Days.S02E07.DVDRip.x264-PiNK) [01/10] - "Wainy Days.S02E07.DVDRip.x264-PiNK.par2" yEnc', 'ordinal' => 275, - ), + ], 472 => - array ( + [ 'id' => 973, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[.+\\][-_\\s]{0,3}\\[ (?P.+) \\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//[Mercy.S01.720p.WEB-DL.DD5.1.h.264-LP-MMI]-[ Mercy.S01E18.Of Course I\'m Not.720p.WEB-DL.DD5.1.H.264-LP ]-[01/24] - "Mercy.S01E18.Of Course I\'m Not.720p.WEB-DL.DD5.1.H.264-LP.par2" yEnc', 'ordinal' => 280, - ), + ], 473 => - array ( + [ 'id' => 974, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(REPOST: )?\\[ (?P.+) \\] - \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//REPOST: [ Th3.V@mpir3.Di@ri35.S05E02.HDTV.X264-DIMENSION ] - [31/33] - "Th3.V@mpir3.Di@ri35.S05E02.HDTV.X264-DIMENSION.vol050+051.par2" yEnc', 'ordinal' => 285, - ), + ], 474 => - array ( + [ 'id' => 975, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[#a\\.b\\.teevee\\] (?P.+) - \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//[#a.b.teevee] Covert.Affairs.S04E11.720p.WEB-DL.DD5.1.H.264-XEON - [11/40] - "Covert.Affairs.S04E11.720p.WEB-DL.DD5.1.H.264-XEON.part09.rar" yEnc', 'ordinal' => 290, - ), + ], 475 => - array ( + [ 'id' => 976, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P.+ )Confessions.+\\[\\d+ of \\d+\\] ".+\\((?P(1080|720).+[HS]D)\\).+" yEnc$/', 'status' => 1, 'description' => '//Breaking Bad S6E03 Confessions enjoy! [7 of 46] "03 Confessions (1080p HD).mov.007" yEnc', 'ordinal' => 295, - ), + ], 476 => - array ( + [ 'id' => 977, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+\\/\\d+\\] (?P.+) - ".+" yEnc$/', 'status' => 1, 'description' => '//[51/62] Morrissey.25.Live.Concert.2013.BDRip.x264-N0TSC3N3 - "n0tsc3n3-morrissey.25.live.2013.bdrip.x264.rar" yEnc', 'ordinal' => 300, - ), + ], 477 => - array ( + [ 'id' => 978, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+\\/\\d+\\)[ -]+Description[ -]+"(?P.+)\\.part\\d+\\.rar"[ -]+\\d+[.,]\\d+ [kKmMgG][bB][ -]+yEnc$/', 'status' => 1, 'description' => '//(01/19) - Description - "How I Met Your Mother S05E24 - Doppelgangers.part01.rar" - 175,05 MB - yEnc', 'ordinal' => 305, - ), + ], 478 => - array ( + [ 'id' => 979, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\(\\d+\\/\\d+\\) -(?P.+) - ".+" - \\d+[.,]\\d+ [MGK]B - yEnc$/', 'status' => 1, 'description' => '//(23/23) -The.Mindy.Project.S02E09.720p.WEB-DL.DD5.1.H.264 - "The.Mindy.Project.S02E09.720p.WEB-DL.DD5.1.H.264.vol31+29.PAR2" - 768.86 MB - yEnc', 'ordinal' => 310, - ), + ], 479 => - array ( + [ 'id' => 980, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P.+[Ss]\\d+.+) - \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//The Mindy Project s02e06 720p WEB-DL - [02/24] - "The Mindy Project S02E06 720p WEB-DL.part01.rar" yEnc', 'ordinal' => 315, - ), + ], 480 => - array ( + [ 'id' => 981, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[ ?(?P.+(S\\d+|READ\\.NFO).+) ?\\] \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//[ Breaking.Bad.S05E16.BDRip.x264-DEMAND ] [30/30] - "breaking.bad.s05e16.bdrip.x264-demand.vol42+37.PAR2" yEnc', 'ordinal' => 320, - ), + ], 481 => - array ( + [ 'id' => 982, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P.+S\\d+.+)\\.par.+" yEnc$/', 'status' => 1, 'description' => '//[32/44] - "Scandal.S03E07.Everything\'s.Coming.Up.Mellie.1080p.WEB-DL.DD5.1.H.264-ECI.part31.rar" yEnc', 'ordinal' => 325, - ), + ], 482 => - array ( + [ 'id' => 983, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^< (?P.+) >- \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//< Welcome.to.the.Jungle.German.2003.DVD9.AC3.DL.1080p.BluRay.x264-MOViESTARS >- [93/95] - "moviestars-wttj.1080p.vol15+16.par2" yEnc', 'ordinal' => 330, - ), + ], 483 => - array ( + [ 'id' => 984, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/[Ss]\\d+[Ee]\\d+.+\\[\\d+ of \\d+\\] "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Sam & Cat S01E06 BabysitterWar [1 of 9] "Sam & Cat - S01E06 - BabysitterWar-ORIG.mp4" yEnc', 'ordinal' => 335, - ), + ], 484 => - array ( + [ 'id' => 985, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/[Ss]\\d+[Ee]\\d+.+- "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Sam & Cat - S01E10 - BabysittingCommercial - "Sam & Cat - S01E10 - BabysittingCommercial.m4v" yEnc', 'ordinal' => 340, - ), + ], 485 => - array ( + [ 'id' => 986, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[12/22] - "stargate_sg-1.6x12.unnatural_selection.ws_dvdrip_xvid-fov.avi" yEnc', 'ordinal' => 345, - ), + ], 486 => - array ( + [ 'id' => 987, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^For teevee - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\[\\d+\\/\\d+\\][ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//For teevee - "Silent.Witness.S17E05.480p.HDTV.x264-mSD.mkv.sfv" [01/23] yEnc', 'ordinal' => 350, - ), + ], 487 => - array ( + [ 'id' => 988, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Mad.Men.S06E11.HDTV.x264-2HD.par2" yEnc', 'ordinal' => 355, - ), + ], 488 => - array ( + [ 'id' => 989, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\[\\d+\\/(\\d+\\])[ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Marvels.Agents.of.S.H.I.E.L.D.S01E07.HDTV.XviD-FUM.avi.nfo" [09/16] yEnc', 'ordinal' => 360, - ), + ], 489 => - array ( + [ 'id' => 990, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P.+(1080|720).+)\\..+\\[\\d+\\/\\d+\\]".+" yEnc$/', 'status' => 1, 'description' => '//Public Enemies (2009).720p.x264.English Subtitles.Dolby Digital 5.1.mkv [04/55]"Public Enemies sample.mkv" yEnc', 'ordinal' => 365, - ), + ], 490 => - array ( + [ 'id' => 991, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^.+EnJoY\\!.+\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//-=->EnJoY!<-=- (Day1/5) [01/17] - "The Machine that Changed the World S01E01 - Giant Brains - 1992 (480p,x264).nfo" yEnc ::: //-=>EnJoY!<-=->Req:The Animated Alias:Tribunal (2004)<=- [01/17] - "Da Vinci\'s Demons - S01E07 - The Hierophant (480p,x264).nfo" yEnc', 'ordinal' => 370, - ), + ], 491 => - array ( + [ 'id' => 992, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\w. -]+\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//The.Colbert.Report.2013.07.29.The.Lumineers.WEBRip.AAC2.0.H.264-DCK [01/11] - "The.Colbert.Report.2013.07.29.The.Lumineers.WEBRip.AAC2.0.H.264-DCK.mp4" yEnc', 'ordinal' => 375, - ), + ], 492 => - array ( + [ 'id' => 993, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\w. -]+[-_ ]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//the.lockerbie.bombing.720p.HDTV.x264-fatboy - "the.lockerbie.bombing.720p.HDTV.x264-fatboy.nfo" - 829.12 MB - yEnc', 'ordinal' => 380, - ), + ], 493 => - array ( + [ 'id' => 994, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\w. -]+[-_ ]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//The.Vampire.Diaries.S05E13.HDTV.X264"The.Vampire.Diaries.S05E13.HDTV.X264.vol40+36.PAR2" yEnc', 'ordinal' => 385, - ), + ], 494 => - array ( + [ 'id' => 995, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[[\\w.-]+\\][-_\\s]{0,3}.+[-_\\s]{0,3}\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Doomsday.Preppers.S03E11.720p.HDTV.x264-TTVa] - NOT ORIGINAL RARS, REPACKED. Sorry. - (18/35) "Doomsday.Preppers.S03E11.720p.HDTV.x264-TTVa.r16" - 1.31 GB - yEnc', 'ordinal' => 390, - ), + ], 495 => - array ( + [ 'id' => 996, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[[\\w. -]+\\][-_\\s]{0,3}.+[-_\\s]{0,3}[\\[\\(]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[CONAN] Conan.2013.12.12.Adam.Levine.WEBRiP.x264-CoCo [Missed Conan Episodes] - [22/32] - "conan.2013.12.12.adam.levine.webrip.x264-coco.r18" yEnc', 'ordinal' => 395, - ), + ], 496 => - array ( + [ 'id' => 997, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\w -]+[-_\\s]{0,3}[\\[\\(]\\d+ of \\d+[\\]\\)][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Dave Gorman Modern L', 'ordinal' => 400, - ), + ], 497 => - array ( + [ 'id' => 998, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\[\\(]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(1/9) "Tronens_Spil_S03E08.par2" yEnc', 'ordinal' => 405, - ), + ], 498 => - array ( + [ 'id' => 999, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\d+\\/\\d+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//07/14 "Sister.Wives.S06E06.STV.XviD-kralcx.vol000+01.PAR2" yEnc', 'ordinal' => 410, - ), + ], 499 => - array ( + [ 'id' => 1000, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\d+\\/\\d+[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//07/14 "Sister.Wives.S06E06.STV.XviD-kralcx.vol000+01.PAR2" yEnc', 'ordinal' => 415, - ), - )); - \DB::table('release_naming_regexes')->insert(array ( + ], + ]); + \DB::table('release_naming_regexes')->insert([ 0 => - array ( + [ 'id' => 1001, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^\\[ \\d+[.,]\\d+ [kKmMgG][bB] \\][-_\\s]{0,3}\\[ \\d+\\/\\d+ \\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ 749,75 MB ]-[ 01/20 ]-"choir.of.young.believers-this.is.for.the.white.in.your.eyes.live.2009.pdtv.x264.nfo" yEnc', 'ordinal' => 420, - ), + ], 1 => - array ( + [ 'id' => 1002, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^ (?P[\\w. \\()-]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '// Hannibal.S01E04.mp4 yEnc', 'ordinal' => 425, - ), + ], 2 => - array ( + [ 'id' => 1003, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^A5F[-_\\s]{0,3}\\[ (?P[\\w. \\()-]{8,}?\\b) \\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//A5F - [ NOVA.S40E19.Manhunt.Boston.Bombers.HDTV.x264-A5F ] - [01/43] - "NOVA.S40E19.Manhunt.Boston.Bombers.HDTV.x264-A5F.sfv" (not.teevee) yEnc', 'ordinal' => 430, - ), + ], 3 => - array ( + [ 'id' => 1004, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^[\\w. \\()-]{8,}?\\b\\(\\d+\\/\\d+\\)[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Arrested.Development.S04E08.x264(04/164) "Arrested.Development.S04E08.WEBRiP.x264.part03.rar" - 197.21 MB - yEnc', 'ordinal' => 435, - ), + ], 4 => - array ( + [ 'id' => 1005, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '/^(?P[a-zA-Z0-9 ]+) \\(\\d+\\/\\d+\\) - ?".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Divers (12/42) -"Juste.Pour.Rire.2013.Gala.JF.Mercier.FRENCH.720p.HDTV.x264-QuebecRules.part11.rar" yEnc ::: //Par le chapeau (06/43) - "8C7D59F472E03.part04.rar" yEnc', 'ordinal' => 440, - ), + ], 5 => - array ( + [ 'id' => 1006, 'group_regex' => '^alt\\.binaries\\.test$', 'regex' => '/^brothers-of-usenet.net\\)\\((?P.+)\\)\\)\\(\\d+\\/\\d+\\) ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '//brothers-of-usenet.net)(Sons.of.Anarchy.S03E03.Fuersorge.GERMAN.DUBBED.720p.BLURAY.x264-ZZGtv))(07/31) #34;zzgtv-soa-s03e03.part05.rar#34; - 2,02 GB - yEnc', 'ordinal' => 5, - ), + ], 6 => - array ( + [ 'id' => 1007, 'group_regex' => '^alt\\.binaries\\.test$', 'regex' => '/^brothers-of-usenet.net\\((?P.+)\\)\\)\\(\\d+\\/\\d+\\) ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '//brothers-of-usenet.net(Sons.of.Anarchy.S03E03.Fuersorge.GERMAN.DUBBED.720p.BLURAY.x264-ZZGtv))(07/31) #34;zzgtv-soa-s03e03.part05.rar#34; - 2,02 GB - yEnc ::: else', 'ordinal' => 10, - ), + ], 7 => - array ( + [ 'id' => 1008, 'group_regex' => '^alt\\.binaries\\.test$', 'regex' => '/^brothers-of-usenet.net><(?P.+)>>\\(\\d+\\/\\d+\\) ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '//brothers-of-usenet.net>>(01/31) "zzgtv-soa-s03e02.nfo" - 1,98 GB - yEnc ::: else', 'ordinal' => 15, - ), + ], 8 => - array ( + [ 'id' => 1009, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^[\\[(?P]\\d+\\/\\d+[\\])] - "([A-Z0-9].{2,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//[01/29] - "Bellflower.2011.German.AC3.BDRip.XviD-EPHEMERiD.par2" - 1,01 GB yEnc ::: //(3/9) - "Microsoft Frontpage 2003 - 4 Town-Up from Kraenk.rar.par2" - 181,98 MB - yEnc', 'ordinal' => 5, - ), + ], 9 => - array ( + [ 'id' => 1010, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^"(?P.+)__www.realmom.info__.+" \\(\\d+\\/(\\d+\\)) \\d+[.,]\\d+ [kKmMgG][bB] yEnc$/', 'status' => 1, 'description' => '//"Armored_Core_V_PS3-ANTiDOTE__www.realmom.info__.r00" (03/78) 3,32 GB yEnc', 'ordinal' => 10, - ), + ], 10 => - array ( + [ 'id' => 1011, 'group_regex' => '^alt\\.binaries\\.town\\.cine$', 'regex' => '/^[\\[(?P]\\d+\\/\\d+[\\])] - "([A-Z0-9].{2,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//[01/29] - "Bellflower.2011.German.AC3.BDRip.XviD-EPHEMERiD.par2" - 1,01 GB yEnc ::: //(3/9) - "Microsoft Frontpage 2003 - 4 Town-Up from Kraenk.rar.par2" - 181,98 MB - yEnc', 'ordinal' => 5, - ), + ], 11 => - array ( + [ 'id' => 1012, 'group_regex' => '^alt\\.binaries\\.town\\.xxx$', 'regex' => '/^[\\[(?P]\\d+\\/\\d+[\\])] - "([A-Z0-9].{2,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//[01/29] - "Bellflower.2011.German.AC3.BDRip.XviD-EPHEMERiD.par2" - 1,01 GB yEnc ::: //(3/9) - "Microsoft Frontpage 2003 - 4 Town-Up from Kraenk.rar.par2" - 181,98 MB - yEnc', 'ordinal' => 5, - ), + ], 12 => - array ( + [ 'id' => 1013, 'group_regex' => '^alt\\.binaries\\.tun$', 'regex' => '/^\\[ nEwZ\\[NZB\\]\\.iNFO - \\[ (?P[a-z0-9A-Z]{3,}=) \\] - File \\[\\d+\\/\\d+\\]: ".+?" yEnc$/', 'status' => 0, 'description' => '// Leaving here to show that you can get the names from these. ::: // Useless since all these are passworded and', 'ordinal' => 5, - ), + ], 13 => - array ( + [ 'id' => 1014, 'group_regex' => '^alt\\.binaries\\.tun$', 'regex' => '/^\\[PRiVATE\\] (?P[a-z0-9A-Z]{4,}=*) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 0, 'description' => '//[PRiVATE] VHdpc3R5cy5jb21fMTMuMDguMDkuQWlkZW4uQXNobGV5LkVsbGUuQWxleGFuZHJhLldoYXQuWW91ci5GdXR1cmUuSG9sZHMuWFhYLklNQUdFU0VULUZ1R0xp [06/10] - "89857cebff1efd7927ebddf30281b0e4.part2.rar" yEnc', 'ordinal' => 10, - ), + ], 14 => - array ( + [ 'id' => 1015, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^#?.+req (\\d+|x+)[ -]{1,}(?P.+)\\s*- ?\\[?\\d+\\/\\d+\\]?[ -]{1,3}"?.+"? yEnc$/i', 'status' => 1, 'description' => '//#a.b.mm@efnet - req 86820 - World.Series.of.Poker.2009.E05.Celebrity.No-Limit.Holdem.Part.1.of.2.HDTV.XviD-FQM - [26/28] - "world.series.of.poker.2009.e05.hdtv.xvid-fqm.vol07+08.par2" yEnc ::: //#a.b.mm@efnet - req 60243 - Dawn.Porter.Mail.Order.Bride.PROPER.WS.PDTV.XviD-NOsegmenT - [01/28] - dawn.porter.mail.order.bride.proper.ws.pdtv.xvid-nosegment.nfo yEnc ::: //a.b.mm@EFNet - Req 58360 - Seinfeld.7x02.The_Postponement.DVDRip_XviD-FoV - [01/21] "seinfeld.7x02.the_postponement.dvdrip_xvid-fov.nfo" yEnc ::: //#a.b.mm@efnet - req xxxxx - Spin.City.S02E04.PROPER.DVDRiP.XViD-NODLABS - [07/28] - "spin.city.s02e04.proper.dvdrip.xvid.subs-nodlabs.vol0+1.par2" yEnc ::: //#a.b.mm@EFNeT - REQ 58160 - How.I.Met.Your.Mother.S03E19.DVDRip.XviD-ORPHEUS - 00/26 - how.i.met.your.mother.s03e19.dvdrip.xvid-orpheus.nzb yEnc ::: //#a.b.mm@EFNeT - REQ 81686 - Burn.Notice.S02E01.720p.HDTV.X264-2HD- 00/42 - Burn.Notice.S02E01.720p.HDTV.X264-2HD.nzb yEnc', 'ordinal' => 5, - ), + ], 15 => - array ( + [ 'id' => 1016, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^www\\.Bin-Req\\.net Presents: #\\d+[ -]{1,3}(?P.+) - \\[\\d+\\/\\d+\\].+\\(\\d+\\/\\d+\\) yEnc$/', 'status' => 1, 'description' => '//www.Bin-Req.net Presents: #57629 - Man.vs.Wild.S05E03.Bears.Essentials.HDTV.XviD-GNARLY - [01/37] - man.vs.wild.s05e03.bears.essentials.hdtv.xvid-gnarly.sample.avi (1/27) yEnc', 'ordinal' => 10, - ), + ], 16 => - array ( + [ 'id' => 1017, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^\\((?P[a-zA-Z].+)\\) \\(\\d+\\/\\d+\\) - ".+" yEnc$/', 'status' => 1, 'description' => '//(The.Legend.Of.Korra.S01E08.When.Extremes.Meet.720p.HDTV.h264) (00/41) - "The.Legend.Of.Korra.S01E08.When.Extremes.Meet.720p.HDTV.h264.nzb" yEnc', 'ordinal' => 15, - ), + ], 17 => - array ( + [ 'id' => 1018, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^(?P[A-Za-z0-9][a-zA-Z0-9.-]{6,})\\s+- ".+" yEnc$/', 'status' => 1, 'description' => '//NCIS.S11E08.HDTV.x264-LOL - "NCIS.S11E08.HDTV.x264-LOL.part.par2" yEnc', 'ordinal' => 20, - ), + ], 18 => - array ( + [ 'id' => 1019, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^>ghost-of-usenet\\.org< ?(?P.+)>Sponsored.+< ?\\(\\d+\\/\\d+\\)[ _-]{0,3}("|#34;)?.+("|#34;)?[ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//>ghost-of-usenet.org<24.S07E01.German.SATRip.XviD-ITG>Sponsored by Astinews< (02/27) "itg-24-s07e01.nfo" yEnc', 'ordinal' => 25, - ), + ], 19 => - array ( + [ 'id' => 1020, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^(?P[\\w.\\\' -]{8,}) [\\[\\(]\\d+\\/\\d+[\\]\\)] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")([-_\\s]{0,3}[\\w.-]+)?[ _-]{0,3}yEncs$/', 'status' => 1, 'description' => '//World\'s.Strongest.Man.2013.Episode1.Webrip [01/46] - "2013x01.nfo" yEnc', 'ordinal' => 30, - ), + ], 20 => - array ( + [ 'id' => 1021, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^Handyman Shows-(?P.+) - File \\d+ of \\d+ - yEnc$/', 'status' => 1, 'description' => '//Handyman Shows-TOH-S32E10 - File 01 of 32 - yEnc', 'ordinal' => 35, - ), + ], 21 => - array ( + [ 'id' => 1022, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^Handyman Shows.+"(?P.+)\\.(par2|nfo|avi|nzb)" yEnc$/', 'status' => 1, 'description' => '///^Handyman Shows.+"(.+).(par2|nfo|avi|nzb)" yEnc$/', 'ordinal' => 40, - ), + ], 22 => - array ( + [ 'id' => 1023, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^(?P(Kung Fu|Kids In The Hall) S\\d+\\E\\d+.+)\\.(par2|avi)\\s+yEnc$/', 'status' => 1, 'description' => '//Kung Fu S02E15 A Dream WIthin a Dream.par2 yEnc ::: //Kids In The Hall S01E15.par2 yEnc', 'ordinal' => 45, - ), + ], 23 => - array ( + [ 'id' => 1024, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^(?P[a-zA-Z][\\w\\d\\.-]+) - \\[?\\d+\\/\\d+\\]? - "?.+\\.?(par2|nzb|nfo|avi)?"? yEnc$/', 'status' => 1, 'description' => '//Project.Runway.Canada.S02E05.HDTV.DivX-JWo - 00/33 - project.runway.canada.205.nzb yEnc ::: //Yu-Gi-Oh.S03.DVDRip.AAC2.0.x264-DarkDream - [000/306] - "Yu-Gi-Oh.S03.DVDRip.AAC2.0.x264-DarkDream" yEnc', 'ordinal' => 50, - ), + ], 24 => - array ( + [ 'id' => 1025, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^(?P[a-zA-Z0-9.-]+) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Borgen.2x02.A.Bruxelles.Non.Ti.Sentono.Urlare.ITA.BDMux.x264-NovaRip [02/22] - "borgen.2x02.ita.bdmux.x264-novarip.par2" yEnc', 'ordinal' => 55, - ), + ], 25 => - array ( + [ 'id' => 1026, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^[\\[\\(]\\w+[\\]\\)][-_\\s]{0,3}\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(bf1) [03/31] - "The.Block.AU.Sky.High.S07E56.WS.PDTV.XviD.BF1.part01.sfv" yEnc ::: //[REPOST] - [01/33] - "Breaking.Bad.S05E16.Felina.1080p.WEB-DL.DD5.1.H.264-BS.par2" yEnc', 'ordinal' => 60, - ), + ], 26 => - array ( + [ 'id' => 1027, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^\\(\\?+\\)[-_\\s]{0,3}[\\(\\[]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}"(?P.+?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})Carrie.+"[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [01/11] - "The Carrie Diaries - S02E01 - HDTV x264-LOL.sfvCarrieDiariesS02E01" yEnc', 'ordinal' => 65, - ), + ], 27 => - array ( + [ 'id' => 1028, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^\\([\\w. ]+\\)[-_\\s]{0,3}(?P[\\w+. -]{8,})(\\[\\w+\\])?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(noname 0307) NCIS.S11E14.HDTV.x264-LOL[rarbg].vol047+40.PAR2 yEnc', 'ordinal' => 70, - ), + ], 28 => - array ( + [ 'id' => 1029, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^\\[\\d+\\/\\d+\\][-_\\s]{0,3}(?P[\\w.\\() -]{8,}?\\b)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[014/144] - The Bible (2013) - S1E01 - In the Beginning AVC 480p.vol31+27.PAR2 yEnc', 'ordinal' => 75, - ), + ], 29 => - array ( + [ 'id' => 1030, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^Saturday Morning Classic (?P[\\w.\\()-]{8,}?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar)?(\\d{1,3}\\.rev|\\.vol.+?|\\.[A-Za-z0-9]{2,4})[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//Saturday Morning Classic Return-to-the-Planet-of-the-Apes-S01E03 - Lagoon of Peril.avi.001 yEnc', 'ordinal' => 80, - ), + ], 30 => - array ( + [ 'id' => 1031, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^"[\\w ]+" yEnc[-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"NCIS S11E21" yEnc - [01/21] - "NCIS.S11E21.hdtv-lol.par2" yEnc', 'ordinal' => 85, - ), + ], 31 => - array ( + [ 'id' => 1032, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^(\\[\\d+\\]-)?\\[ ?(?P[a-zA-Z0-9.-]{6,}) ?\\](-\\[REAL\\])? ?- ?\\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//[ Best.Friends.Forever.S01E06.720p.WEB-DL.DD5.1.H.264-HWD ]-[01/25] - "Best.Friends.Forever.S01E06.720p.WEB-DL.DD5.1.H.264-HWD.nfo" yEnc', 'ordinal' => 90, - ), + ], 32 => - array ( + [ 'id' => 1033, 'group_regex' => '^alt\\.binaries\\.tv$', 'regex' => '/^"(?P[\\w. -]{8,})"[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//"Arrow S02E07" yEnc', 'ordinal' => 95, - ), + ], 33 => - array ( + [ 'id' => 1034, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P.+\\d+x\\d+.+)\\s*\\[\\d+\\/\\d+\\][ -]*".+" yEnc$/', 'status' => 1, 'description' => '//Mr.Sunshine.1x10.Ben.E.Vivian.ITA.DVDMux.XviD-NovaRip [01/14] - "mr.sunshine.1x10.ita.dvdmux.xvid-novarip.nfo" yEnc', 'ordinal' => 5, - ), + ], 34 => - array ( + [ 'id' => 1035, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P.+S\\d+E\\d+.+)[ -]+\\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//Ancient.Aliens.S06E03.The.Anunnaki.Connection.HDTV.x264-SOL - [13/28] - "Ancient.Aliens.S06E03.The.Anunnaki.Connection.HDTV.x264-SOL.r10" yEnc', 'ordinal' => 10, - ), + ], 35 => - array ( + [ 'id' => 1036, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[\\w\\s]+)\\[\\d+\\/\\d+\\] - ".+" [\\w\\s]+ yEnc$/', 'status' => 1, 'description' => '//Moonlight Post Voor Dutch Release Crew [077/110] - "HLVRSM87654_S2D4.part76.rar" Wij Zoeken Nog Stafleden Meld Je Bij De Staf yEnc yEnc', 'ordinal' => 15, - ), + ], 36 => - array ( + [ 'id' => 1037, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/\\[QWERTY\\] "(?P.+)\\.(mp4|mkv|ts)"( - \\d+[.,]\\d+ GB)?[ -]+yEnc$/', 'status' => 1, 'description' => '//[QWERTY] "The.Real.Housewives.of.Atlanta.S06E02.HDTV.x264-CRiMSON.mp4" yEnc ::: //[QWERTY] "Air.Crash.Investigation.S10E06.HDTV.x264-TViLLAGE.mp4" - 6.76 GB - yEnc', 'ordinal' => 20, - ), + ], 37 => - array ( + [ 'id' => 1038, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/\\(\\d+\\/\\d+\\)[ -]*"(BBC )?(?P.+)\\.(mp4|mkv|ts|nfo|par|par2)".+[GKM]B - yEnc$/', 'status' => 1, 'description' => '//(01/32) - "Adam.Devines.House.Party.S01E04.HDTV.x264-YesTV.mp4" - 9.98 GB - yEnc ::: //(01/24) "BBC Dr Who An Unearthly Child S01E04 The Firemaker 1963.nfo" - 3.86 kB - 329.37 MB - yEnc', 'ordinal' => 25, - ), + ], 38 => - array ( + [ 'id' => 1039, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.]+) \\(\\d+\\/\\d+\\) - Description - "(.+)".+yEnc$/', 'status' => 1, 'description' => '//Touched.By.An.Angel.S09 (001/179) - Description - "Season 9.par2" - 8.10 GB - yEnc', 'ordinal' => 30, - ), + ], 39 => - array ( + [ 'id' => 1040, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\(\\d+\\/\\d+\\) - (?P.+) - "(.+)".+yEnc$/', 'status' => 1, 'description' => '//(01/31) - Balika.Vadhu.s01e1379.2013.09.07.720p.web-dl.x264 - "Balika.Vadhu.s01e1379.2013.09.07.720p.web-dl.x264.nfo" - 340.72 MB - yEnc', 'ordinal' => 35, - ), + ], 40 => - array ( + [ 'id' => 1041, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/\\Israeli.+\\[\\d+\\/\\d+\\] - "(?P.+)\\.(mp4|mkv|ts|vol.+|)" yEnc$/', 'status' => 1, 'description' => '//Israeli AutoRarPar0002 [54/55] - "Hameofefim.Hanoazim.E02.PDTV.XviD-Sweet-Star.vol063+64.par2" yEnc', 'ordinal' => 40, - ), + ], 41 => - array ( + [ 'id' => 1042, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/\\Israeli.+\\[\\d+\\/\\d+\\] - "(?P.+)\\.(mp4|mkv|ts|par.+)" yEnc$/', 'status' => 1, 'description' => '//Israeli AutoRarPar0021 [07/44] - "Hameofefim.Hanoazim.E23.PDTV.XviD-Sweet-Star.part06.rar" yEnc', 'ordinal' => 45, - ), + ], 42 => - array ( + [ 'id' => 1043, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/AutoRarPar\\d+\\s+\\[\\d+\\/\\d+\\] - "(?P.+S\\d+\\s*E\\d+.+)\\.[vol|part].+" yEnc$/', 'status' => 1, 'description' => '//AutoRarPar0005 [44/45] - "Prisoners of War (Hatufim) S01 E05 - Xvid - Hardcoded Subs - Sno.vol063+64.par2" yEnc', 'ordinal' => 50, - ), + ], 43 => - array ( + [ 'id' => 1044, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/\\[ .+S\\d+.+ \\] \\w+\\.\\w+ \\(\\d+\\/\\d+\\) - "(?P.+)\\.(mp4|mkv|ts|rar)" yEnc$/', 'status' => 1, 'description' => '//[ Skins UK - S02 - Season 2 DVDRip ] AVI.XviD (06/20) - "Skins.UK.S02E04.DVDRip.XviD-Affinity.rar" yEnc', 'ordinal' => 55, - ), + ], 44 => - array ( + [ 'id' => 1045, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\[ .+[sS]\\d+ \\[ \\w+ \\] - \\[ \\w+ \\] - \\[ \\w+ \\d+ \\] - \\[ "(?P.+[sS]\\d+[eE]\\d+).+".+yEnc$/', 'status' => 1, 'description' => '//[ gtvg-mm.xvid.s03 [ PWP ] - [ TV ] - [ DBS 0883 ] - [ "gtvg-mm.xvid.s03e11.r09" ] 7,32 GB yEnc', 'ordinal' => 60, - ), + ], 45 => - array ( + [ 'id' => 1046, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")( - \\d+([.,]\\d+ [kKmMgG])?[bB])? - \\d+([.,]\\d+ [kKmMgG])?[bB] - yEnc$/', 'status' => 1, 'description' => '//"Forbrydelsen.II.S01E03.2009.DVDRip.MULTi.DD5.1.x264.nzb" - 213.54 kB - yEnc ::: //"Futurama S07E01 The Bots And The Bees.vol26+23.PAR2" - 8.49 MB - 193.51 MB - yEnc', 'ordinal' => 65, - ), + ], 46 => - array ( + [ 'id' => 1047, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\[\\d+\\/(\\d+\\]) - yEnc$/', 'status' => 1, 'description' => '//"Rijdende.Rechter.-.19x01.-.Huisbiggen.1080p.MKV-BNABOYZ.part38.rar" - [40/56] - yEnc', 'ordinal' => 70, - ), + ], 47 => - array ( + [ 'id' => 1048, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/', 'status' => 1, 'description' => '//(003/104) "blackcave1001.part002.rar" - 4,83 GB - yEnc', 'ordinal' => 75, - ), + ], 48 => - array ( + [ 'id' => 1049, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.]+) \\(\\d+(\\/\\d+\\)) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//Chuck - Season2 (015/164) - "2x04.par2" yEnc', 'ordinal' => 80, - ), + ], 49 => - array ( + [ 'id' => 1050, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^[a-zA-Z0-9 -_\\.]+ \\[\\d+\\/(\\d+\\]) - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//X-Men Evolution - 2000 - [01/20] - "X-Men Evolution - 3x03 - Mainstream.par2" yEnc', 'ordinal' => 85, - ), + ], 50 => - array ( + [ 'id' => 1051, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.]+) (RETRY)?[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") \\d+(\\/\\d+)( {0,2}yEnc)?$/', 'status' => 1, 'description' => '//\'X-Files\' Season 1 XviD RETRY "Files101.par2" 004/387 ::: //\'X-Files\' Season 5 XviD "Files502.par2" 018/321 yEnc ::: //\'X-Files\' Season 2 XviD "Files223.part2.rar" 356/401 yEnc', 'ordinal' => 90, - ), + ], 51 => - array ( + [ 'id' => 1052, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"the.tudors.s03e03.nfo" yEnc', 'ordinal' => 95, - ), + ], 52 => - array ( + [ 'id' => 1053, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) "((BBC|ITV) )?(?P.+?)(\\.part\\d+)?(\\.(par2|(vol.+?))"|\\.[a-z0-9]{3}"|") - \\d.+? - (\\d.+? -)? yEnc$/', 'status' => 1, 'description' => '//(08/25) "Wild Russia 5 of 6 The Secret Forest 2009.part06.rar" - 47.68 MB - 771.18 MB - yEnc ::: //(01/24) "ITV Wild Britain With Ray Mears 1 of 6 Deciduous Forest 2011.nfo" - 4.34 kB - 770.97 MB - yEnc ::: //(24/24) "BBC Great British Garden Revival 03 of 10 Cottage Gardens And House Plants 2013.vol27+22.PAR2" - 48.39 MB - 808.88 MB - yEnc', 'ordinal' => 100, - ), + ], 53 => - array ( + [ 'id' => 1054, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(.+?)[-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//[ Angel.S01.NTSC.DVDRip.DD2.0.x264.CRF-OtakuLoser ]-[003/550] - "Angel.S01E01.City.Of.NTSC.DVDRip.DD2.0.CRF.x264-OtakuLoser.part01.rar" yEnc', 'ordinal' => 105, - ), + ], 54 => - array ( + [ 'id' => 1055, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^(?P[a-zA-Z0-9 -_\\.]+) - \\[\\d+(\\/\\d+\\]) - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//FIRST.WAVE.NTSC.DVD.DD2.0 - [121/512] - "FIRST_WAVE_SEASON_1_DVD2.r26" - 44,33 GB - yEnc', 'ordinal' => 110, - ), + ], 55 => - array ( + [ 'id' => 1056, 'group_regex' => '^alt\\.binaries\\.tvseries$', 'regex' => '/^\\(\\d+(\\/\\d+\\)) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(03/19) "Damages S04E02 FR.avi" - 5,49 GB yEnc', 'ordinal' => 115, - ), + ], 56 => - array ( + [ 'id' => 1057, 'group_regex' => '^alt\\.binaries\\.tv\\.deutsch$', 'regex' => '/^>ghost-of-usenet\\.org<< ?(?P.+) ?>>www.+>[ _-]{0,3}("|#34;)?.+("|#34;)? ?yEnc$/i', 'status' => 1, 'description' => '//>ghost-of-usenet.org<< Roseanne.S03E02.Die.lieben.Verwandten.German.1990.FS.DVDRip.XviD-GM4FS >>www.SSL-News.info> - (01/32) - "gm4fs-roseannedxvid-s03e02-sample.par2" yEnc', 'ordinal' => 5, - ), + ], 57 => - array ( + [ 'id' => 1058, 'group_regex' => '^alt\\.binaries\\.u4e$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"Angry Birds USA PSN PSP-NRP.exe" yEnc', 'ordinal' => 5, - ), + ], 58 => - array ( + [ 'id' => 1059, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/^(?P.+)\\[.+?usenet-4all\\.info\\][ _-]{0,3}\\[.+\\][ _-]{0,3}\\(\\d+\\/\\d+\\) ("|#34;).+("|#34;) yEnc$/', 'status' => 1, 'description' => '//Breakin.1984.German.DL.720p.HDTV.x264-msd [ich for usenet-4all.info] [ich25729] [powered by ssl-news.info] (01/99) "ich25729.par2" yEnc', 'ordinal' => 5, - ), + ], 59 => - array ( + [ 'id' => 1060, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/\\[ usenet-4all\\.info - powered by ssl\\.news -\\][-_\\s]{0,3}\\[\\d+([.,]\\d+)? [kKmMgG][bB]\\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//-4y (PW) [ usenet-4all.info - powered by ssl.news -] [1,44 GB] [08/14] "71cc4edc6R08eb7.vol00+01.PAR2" yEnc', 'ordinal' => 10, - ), + ], 60 => - array ( + [ 'id' => 1061, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(????) [02838/75096] - "3D Browser v5.51.rar" yEnc', 'ordinal' => 15, - ), + ], 61 => - array ( + [ 'id' => 1062, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/^\\(\\?{4}\\) \\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/ui', 'status' => 1, 'description' => '//(????) [02838/75096] - "3D Browser v5.51.rar" yEnc', 'ordinal' => 20, - ), + ], 62 => - array ( + [ 'id' => 1063, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/^[\\[\\(]\\d+\\/\\d+[\\]\\)][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(06/10) "Christopher Paolini - Eragon 01-04.part5.rar" - 7,84 GB - yEnc ::: //[09/22] - "H56A2_20131018_038.part08.rar" - 858,20 MB yEnc', 'ordinal' => 25, - ), + ], 63 => - array ( + [ 'id' => 1064, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/^\\(\\d+\\/\\d+\\)[-_\\s]{0,3}Description[-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(07/27) - Description - " Court Order 890879887870337.vol015+016.par2" - 1.80 GB - yEnc', 'ordinal' => 30, - ), + ], 64 => - array ( + [ 'id' => 1065, 'group_regex' => '^alt\\.binaries\\.u-4all$', 'regex' => '/^"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//"18X Girls Mirabella Gets Her Tight Ass Hole Plowed Hard.rar" yEnc', 'ordinal' => 35, - ), + ], 65 => - array ( + [ 'id' => 1066, 'group_regex' => '^alt\\.binaries\\.usenetrevolution$', 'regex' => '/^\\[\\d+\\/\\d+\\][ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB].+secretusenet\\.com.+yEnc$/i', 'status' => 1, 'description' => '//[3/3] - "Berwein Saskia - Leitner und Grohmann 02 - Herzenskaelte.epub.vol0+1.par2" - 860,05 kB {UR - powered by secretusenet.com} yEnc', 'ordinal' => 5, - ), + ], 66 => - array ( + [ 'id' => 1067, 'group_regex' => '^alt\\.binaries\\.usenetrevolution$', 'regex' => '/^.secretusenet\\.com[ _-]{0,3}\\[\\d+\\/\\d+\\][ _-]{0,3}"(?P[\\w.,&! \\()\\[\\]\\\'-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//- UR-powered by secretusenet.com - [3/3] - "Berg Ellen - Zur Hoelle mit Seniorentellern!.vol0+1.par2" - 1,24 MB yEnc', 'ordinal' => 10, - ), + ], 67 => - array ( + [ 'id' => 1068, 'group_regex' => '^alt\\.binaries\\.usenetrevolution$', 'regex' => '/^"(?P[\\w.,&! \\()\\[\\]\\\'-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[ _-]{0,3}\\(\\d+\\/\\d+\\)[ _-]{0,3}[-_\\s]{0,3}\\d+[.,]\\d+ [kKmMgG][bB].+secretusenet\\.com.+yEnc$/i', 'status' => 1, 'description' => '//- "Alcohol 120 Retail v2.0.2.5629German-UR.info.rar" - (2/3) - 13,35 MB -...:::UR.info-SecretUsenet.com:::... yEnc', 'ordinal' => 15, - ), + ], 68 => - array ( + [ 'id' => 1069, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/^(?P[a-zA-Z].+) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//BabysitterMovies.13.03.11.Babysitter.Jocelyn.Pink.XXX.HR.WMV-VSEX - [7/7] - "BabysitterMovies.13.03.11.Babysitter.Jocelyn.Pink.XXX.HR.WMV-VSEX.rar.vol15+5.par2" yEnc', 'ordinal' => 5, - ), + ], 69 => - array ( + [ 'id' => 1070, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/^(?P[a-z].+) - \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//ATKExotics.13.01.06.Janea.Toys.XXX.1080p.x264-SEXORS - [1/7] - #34;ATKExotics.13.01.06.Janea.Toys.XXX.1080p.x264-SEXORS.rar#34; yEnc', 'ordinal' => 10, - ), + ], 70 => - array ( + [ 'id' => 1071, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/.*[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/', 'status' => 1, 'description' => '//-Panzer.Command.Kharkov-SKIDROW - [1/7] - "-Panzer.Command.Kharkov-SKIDROW.rar" yEnc ::: //-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS - [1/7] - #34;-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS.rar#34; yEnc', 'ordinal' => 15, - ), + ], 71 => - array ( + [ 'id' => 1072, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}")(.+?)yEnc$/', 'status' => 1, 'description' => '//- "JH2U0H5FIK8TO7YK3Q.part12.rar" yEnc', 'ordinal' => 20, - ), + ], 72 => - array ( + [ 'id' => 1073, 'group_regex' => '^alt\\.binaries\\.warez$', 'regex' => '/^\\( (?P.+?) \\) - yEnc$/', 'status' => 1, 'description' => '//( XS Video Converter Ultimate 7.7.0 Build 20121226 ) - yEnc', 'ordinal' => 25, - ), + ], 73 => - array ( + [ 'id' => 1074, 'group_regex' => '^alt\\.binaries\\.warez(|\\.ibm-pc)\\.0-day$', 'regex' => '/^(?P[a-zA-Z].+) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//BabysitterMovies.13.03.11.Babysitter.Jocelyn.Pink.XXX.HR.WMV-VSEX - [7/7] - "BabysitterMovies.13.03.11.Babysitter.Jocelyn.Pink.XXX.HR.WMV-VSEX.rar.vol15+5.par2" yEnc', 'ordinal' => 5, - ), + ], 74 => - array ( + [ 'id' => 1075, 'group_regex' => '^alt\\.binaries\\.warez(|\\.ibm-pc)\\.0-day$', 'regex' => '/^(?P[a-z].+) - \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//ATKExotics.13.01.06.Janea.Toys.XXX.1080p.x264-SEXORS - [1/7] - #34;ATKExotics.13.01.06.Janea.Toys.XXX.1080p.x264-SEXORS.rar#34; yEnc', 'ordinal' => 10, - ), + ], 75 => - array ( + [ 'id' => 1076, 'group_regex' => '^alt\\.binaries\\.warez(|\\.ibm-pc)\\.0-day$', 'regex' => '/.*[\\(\\[]\\d+\\/\\d+[\\)\\]][-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4})("|#34;)(.+?)yEnc$/', 'status' => 1, 'description' => '//-Panzer.Command.Kharkov-SKIDROW - [1/7] - "-Panzer.Command.Kharkov-SKIDROW.rar" yEnc ::: //-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS - [1/7] - #34;-AssMasterpiece.12.07.09.Alexis.Monroe.XXX.1080p.x264-SEXORS.rar#34; yEnc', 'ordinal' => 15, - ), + ], 76 => - array ( + [ 'id' => 1077, 'group_regex' => '^alt\\.binaries\\.warez(|\\.ibm-pc)\\.0-day$', 'regex' => '/.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}")(.+?)yEnc$/', 'status' => 1, 'description' => '//- "JH2U0H5FIK8TO7YK3Q.part12.rar" yEnc', 'ordinal' => 20, - ), + ], 77 => - array ( + [ 'id' => 1078, 'group_regex' => '^alt\\.binaries\\.warez(|\\.ibm-pc)\\.0-day$', 'regex' => '/^\\( (?P.+?) \\) - yEnc$/', 'status' => 1, 'description' => '//( XS Video Converter Ultimate 7.7.0 Build 20121226 ) - yEnc', 'ordinal' => 25, - ), + ], 78 => - array ( + [ 'id' => 1079, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^(?P.+)>\\(\\d+\\/\\d+\\) ".+" yEnc$/', 'status' => 1, 'description' => '//Guitar.Hero.5-Vampire.Weekend.The.Kids.Dont.Stand.a.Chance.PAL.DLC.Wii-OneUp>(01/13) "1u-gh5-the-kids-dont-stand-a-chance-pal.nfo" yEnc', 'ordinal' => 5, - ), + ], 79 => - array ( + [ 'id' => 1080, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^\\((?P[a-zA-Z].+)\\) \\[\\d+\\/\\d+\\] - ".+".+yEnc$/', 'status' => 1, 'description' => '//(Alice_In_Wonderland_PAL_Wii-BAHAMUT) [000/101] - "b-alicew.nzb" (1/4yEnc', 'ordinal' => 10, - ), + ], 80 => - array ( + [ 'id' => 1081, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+)\\.(rar|par2|avi|URL|jpg)".+yEnc$/', 'status' => 1, 'description' => '//(13/24) "amateur.-.Deutsches.Girl.-.Erster.User.Anal.Fick.rar" - 2,40 GB -md-hobbys.com yEnc', 'ordinal' => 15, - ), + ], 81 => - array ( + [ 'id' => 1082, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^\\[\\d+\\/\\d+\\] - ".+" - (?P[A-z0-9_-]+).+yEnc$/', 'status' => 1, 'description' => '//[000/104] - "Story_Hour_Adventures_USA_WII-ZRY.nzb" - Story_Hour_Adventures_USA_WII-ZRY (1/9yEnc', 'ordinal' => 20, - ), + ], 82 => - array ( + [ 'id' => 1083, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^www\\.theplace4you\\.org.*"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}").+?yEnc$/', 'status' => 1, 'description' => '//www.theplace4you.org - [066/104] - "1234 Star.Wars.The.Force.Unleashed.2.PAL.Wii.part065.rar" yEnc', 'ordinal' => 25, - ), + ], 83 => - array ( + [ 'id' => 1084, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^<>(?P.+)>\\(\\d+\\/\\d+\\) ".+" yEnc$/', 'status' => 1, 'description' => '//<>Super_Monkey_Ball_PAL_MULTi5_NGC_WORKING_iNTERNAL_For_Wii-SUNSHiNE>(01/35) "shine-gmbp.nfo" yEnc', 'ordinal' => 30, - ), + ], 84 => - array ( + [ 'id' => 1085, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^\\(-=\\s+R-KNORLOADING POST\\s+=-: (?P.+) FTD-NR: \\d+\\s+=-.+-= \\) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//(-= R-KNORLOADING POST =-: Super Paper MarioPAL FTD-NR: 874068 =- R-KNORLOADING -= ) [01/19] - "R-KNORLOADING POST super paper mario PAL.sfv" yEnc', 'ordinal' => 35, - ), + ], 85 => - array ( + [ 'id' => 1086, 'group_regex' => '^alt\\.binaries\\.wii$', 'regex' => '/^.+"(?P.+)\\.nfo" - \\(\\d+\\/\\d+\\) yEnc$/', 'status' => 1, 'description' => '//With Wii-Studio you can convert movie and music files easily so you can play it on Wii (2009) - "S.A.D.-Wii.Studio.v1.0.7.1127-incl.Patch.nfo" - (01/18) yEnc', 'ordinal' => 40, - ), + ], 86 => - array ( + [ 'id' => 1087, 'group_regex' => '^alt\\.binaries\\.wii\\.gamez$', 'regex' => '/^(?P\\w.+) - \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//Wicked_Monster_Blast_USA_WII-ZRY - [1/105] - "Wicked_Monster_Blast_USA_WII-ZRY.par2" yEnc', 'ordinal' => 5, - ), + ], 87 => - array ( + [ 'id' => 1088, 'group_regex' => '^alt\\.binaries\\.worms$', 'regex' => '/^(\\[U4A]) (?P.+?)\\[\\d+(\\/\\d+\\]) - ".+?" yEnc$/', 'status' => 1, 'description' => '//[U4A] 2 Dudes and a Dream 2009 BRRip XvidHD 720p-NPW[01/36] - "2 Dudes and a Dream 2009 BRRip XvidHD 720p-NPW-Sample.avi" yEnc', 'ordinal' => 5, - ), + ], 88 => - array ( + [ 'id' => 1089, 'group_regex' => '^alt\\.binaries\\.worms$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) ("|#34;)(?P.+)(\\.[vol|part].+)?\\.(par2|nfo|rar|nzb)("|#34;) - \\d+[.,]\\d+ [kKmMgG][bB] - yEnc$/i', 'status' => 1, 'description' => '//(38/57) "Fright.Night.2.New.Blood.2013.UNRATED.BluRay.810p.DTS.x264-PRoDJi.part26.rar" - 4,81 GB - yEnc ::: //(14/20) "Jack.the.Giant.Slayer.2013.AC3.192Kbps.23fps.2ch.TR.Audio.BluRay-Demuxed.by.par2" - 173,15 MB - yEnc', 'ordinal' => 10, - ), + ], 89 => - array ( + [ 'id' => 1090, 'group_regex' => '^alt\\.binaries\\.worms$', 'regex' => '/^\\(\\d+\\/\\d+\\) - Description - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(01/40) - Description - "Cloudy.with.a.Chance.of.Meatballs.2009.AC3.23Fps.640Kbps.6Ch.TR.Audio.BD-Demuxed.by.DWA.nfo" - 454,60 MB - yEnc', 'ordinal' => 15, - ), + ], 90 => - array ( + [ 'id' => 1091, 'group_regex' => '^alt\\.binaries\\.worms$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(151/161) "Troy.2004.Directors.Cut.1080p.BluRay.x264.DTS.vol064+21.PAR2.bad" - 18,64 GB - yEnc', 'ordinal' => 20, - ), + ], 91 => - array ( + [ 'id' => 1092, 'group_regex' => '^alt\\.binaries\\.worms$', 'regex' => '/^(\\[(Request|Repost)\\])?\\[Macguffin Proudly Presents\\][-_\\s]{0,3}\\(\\d+\\/\\d+\\)[-_\\s]{0,3}(?P.+?) MacGuffin[-_\\s]{0,3}".+([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[- ]{0,4}\\d+[.,]\\d+ [kKmMgG][bB][-_\\s]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[Macguffin Proudly Presents] (33/75) -Reservoir Dogs 1992 720p BDRip AC3 x264 MacGuffin - "macguffin-redog720p.r30" - 3.06 GB - yEnc ::: //[Request][MacGuffin Proudly Presents](056/229) - LOTR The Trilogy EXTENDED REPOST 720p BRRip AC3 x264 MacGuffin - "macguffin-tfotr720p.r53" - 18.54 GB - yEnc ::: //[REPOST][MacGuffin Proudly Presents](44/54) - Flight 2012 720p BRRip REPOST AC3 x264 MacGuffin - "macguffin-flit720p.rar" - 4.09 GB - yEnc', 'ordinal' => 25, - ), + ], 92 => - array ( + [ 'id' => 1093, 'group_regex' => '^alt\\.binaries\\.x$', 'regex' => '/^!!www\\.usenet4all\\.eu!![ _-]{0,3}(?P.+)\\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+("|#34;) yEnc$/i', 'status' => 1, 'description' => '//!!www.usenet4all.eu!! - Acceptance.2009.COMPLETE.NTSC.DVDR-D0PE[001/100] - #34;d0pe-a.nfo#34; yEnc', 'ordinal' => 5, - ), + ], 93 => - array ( + [ 'id' => 1094, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^"(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+?"|\\.[A-Za-z0-9]{2,4}") \\(\\d+\\/(\\d+\\)) yEnc$/', 'status' => 1, 'description' => '//"Batman-8 TDKR-Pittis AVCHD-ADD.English.dtsHDma.part013.rar" (042/197) yEnc', 'ordinal' => 5, - ), + ], 94 => - array ( + [ 'id' => 1095, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^\\(\\d+\\/(\\d+\\)) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//(001/108) "Wizards.of.Waverly.Place.720p.S04E01.by.sugarr.par2" - 5,15 GB - yEnc', 'ordinal' => 10, - ), + ], 95 => - array ( + [ 'id' => 1096, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^\\[NZBsRus\\.com.+\\]-\\[(?P.+)\\][-_\\s]{0,3}\\[\\d+\\/\\d+\\] - ".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[NZBsRus.com]-[Arthur.Christmas.2011.BDRip.AC3-5.1.x264-AKS74u] [18/74] - "ac-bdrip-aks74u.r15" yEnc', 'ordinal' => 15, - ), + ], 96 => - array ( + [ 'id' => 1097, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^\\[.+\\]-\\[\\d+\\/\\d+\\] - "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[Entourage.S05.720p.WEB-DL.DD5.1.H.264-BTN]-[167/193] - "Entourage.S05E11.Playn.With.Fire.720p.WEB-DL.DD5.1.h.264-BTN.part05.rar" yEnc', 'ordinal' => 20, - ), + ], 97 => - array ( + [ 'id' => 1098, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^CTW\\d+ \\| (?P.+) yEnc$/', 'status' => 1, 'description' => '//CTW487678426 | Get.the.Gringo.1080p.BluRay.x264.DTS-HDChina.r43-CTW yEnc', 'ordinal' => 25, - ), + ], 98 => - array ( + [ 'id' => 1099, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^.+?\\[\\d+\\/(\\d+\\][-_\\s]{0,3}.+?)[-_\\s]{0,3}("|#34;)(?P.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_\\s]{0,3}yEnc$/', 'status' => 1, 'description' => '//(????) [0/8] - Crionics Post - Alice In Chains - Dirt REPOST"Alice In Chains - Dirt.nzb" yEnc', 'ordinal' => 30, - ), + ], 99 => - array ( + [ 'id' => 1100, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\][-_\\s]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [001/153] - "C4 House Party Horse Meat Disco Set 6.nfo" C4 House Party Horse Meat Disco Set 6 yEnc', 'ordinal' => 35, - ), + ], 100 => - array ( + [ 'id' => 1101, 'group_regex' => '^alt\\.binaries\\.x264$', 'regex' => '/^\\(\\?+\\) \\[\\d+\\/\\d+\\] - (?P.+)[-_\\s]{0,3}".+?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|").+yEnc$/', 'status' => 1, 'description' => '//(????) [19/22] - C.K.N. Demo 85 "19-rotten system.mp3" yEnc', 'ordinal' => 40, - ), + ], 101 => - array ( + [ 'id' => 1102, 'group_regex' => '^alt\\.binaries\\.xbox360$', 'regex' => '/^a\\.b\\.g\\.xbox360 presents \\[ReqID: \\d+\\]\\[(?P.+)\\] \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '//a.b.g.xbox360 presents [ReqID: 8747][Lego_Star_Wars_The_Complete_Saga_USA_XBOX360-PROTOCOL] [01/80] - "ptc-swcs.nfo" yEnc', 'ordinal' => 5, - ), + ], 102 => - array ( + [ 'id' => 1103, 'group_regex' => '^dk\\.binaer\\.tv$', 'regex' => '/^(?P[a-zA-Z0-9].+?) - \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '//Store.Boligdroemme.S02E06.DANiS H.HDTV.x264-TVBYEN - [01/28] - "store.boligdroemme.s02e06.danis h.hdtv.x264-tvbyen.nfo" yEnc', 'ordinal' => 5, - ), + ], 103 => - array ( + [ 'id' => 1104, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^.+?town\\.ag.+?(www\\..+?|News)\\.[iI]nfo.+? \\[\\d+\\/\\d+\\]( -)? "(?P.+?)(-sample)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[.,]\\d+ [kKmMgG][bB]M? yEnc$/', 'status' => 1, 'description' => '// >> www.ssl-news.info <<< > [05/87] - "Deep.Black.Ass.5.XXX.1080p.WEBRip.x264-TBP.part03.rar" - 7,87 GB yEnc ::: // [02/24] - "Dragons.Den.UK.S11E02.HDTV.x264-ANGELiC.nfo" - 288,96 MB yEnc ::: // [6/6] - "TTT.Magazine.2013.08.vol0+1.par2" - 33,47 MB yEnc', 'ordinal' => 5, - ), + ], 104 => - array ( + [ 'id' => 1105, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\[\\s*TOWN\\s*\\][-_\\s]{0,3}\\[\\s*www\\.town\\.ag\\s*\\][-_\\s]{0,3}\\[\\s*partner of www\\.ssl-news\\.info\\s*\\][-_\\s]{0,3}\\[\\s* .*\\s*\\][-_\\s]{0,3}\\[\\d+\\/\\d+\\][-_\\s]{0,4}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ 1080p ] - [320/352] - "Gq7YGEWLy8wAA2NhbZx5LukEa.vol000+5.par2" - 17.09 GB yEnc', 'ordinal' => 10, - ), + ], 105 => - array ( + [ 'id' => 1106, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^.+?town\\.ag.+?(www\\..+?|News)\\.[iI]nfo.+? \\[\\d+\\/\\d+\\]( -)? "(?P.+?)(-sample)?([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '// >> www.ssl-news.info <<< >IP Scanner Pro 3.21-Sebaro - [1/3] - "IP Scanner Pro 3.21-Sebaro.rar" yEnc', 'ordinal' => 15, - ), + ], 106 => - array ( + [ 'id' => 1107, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\(\\d+\\/\\d+\\) -\\s+ - ("|#34;)(?P[\\w. \\()-]{8,}?\\b)(\\.par2|-\\.part\\d+\\.rar|\\.nfo)("|#34;) - \\d+[.,]\\d+ [kKmMgG][bB]( -)? yEnc$/', 'status' => 1, 'description' => '//(05/10) - - "D.Olivier.Wer Boeses.saet-gsx-.part4.rar" - 741,51 kB - yEnc', 'ordinal' => 20, - ), + ], 107 => - array ( + [ 'id' => 1108, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[ .* \\] \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;)(?P.+)((\\.part\\d+\\.rar)|(\\.vol\\d+\\+\\d+\\.par2))("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ MOVIE ] [14/19] - "Night.Vision.2011.DVDRip.x264-IGUANA.part12.rar" - 660,80 MB yEnc', 'ordinal' => 25, - ), + ], 108 => - array ( + [ 'id' => 1109, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[ .* \\] \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;)(?P.+)\\.(par2|rar|nfo|nzb)("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ]-[ MOVIE ] [01/84] - "The.Butterfly.Effect.2.2006.1080p.BluRay.x264-LCHD.par2" - 7,49 GB yEnc', 'ordinal' => 30, - ), + ], 109 => - array ( + [ 'id' => 1110, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}(\\[ TV \\] )?\\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;)(?P.+)((\\.part\\d+\\.rar)|(\\.vol\\d+\\+\\d+\\.par2)|\\.nfo|\\.vol\\d+\\+\\.par2)("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ] [22/22] - "Arsenio.Hall.2013.09.11.Magic.Johnson.720p.HDTV.x264-2HD.vol31+11.par2" - 1,45 GB yEnc', 'ordinal' => 35, - ), + ], 110 => - array ( + [ 'id' => 1111, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}(\\[ TV \\] )?\\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;)(?P.+)\\.par2("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ partner of www.ssl-news.info ] [01/28] - "Arsenio.Hall.2013.09.18.Dr.Phil.McGraw.HDTV.x264-2HD.par2" - 352,58 MB yEnc', 'ordinal' => 40, - ), + ], 111 => - array ( + [ 'id' => 1112, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\d+\\.-\\.(?P.+) \\s+\\s+<.+>\\s+\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '//4675.-.Wedding.Planner.multi3.(EU) [01/10] - "4675.-.Wedding.Planner.multi3.(EU).par2" - 72,80 MB - yEnc', 'ordinal' => 45, - ), + ], 112 => - array ( + [ 'id' => 1113, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\d+\\.-\\.(?P.+) \\s+\\s+<.+>\\s+\\[\\d+\\/\\d+\\] - ("|#34;).+/', 'status' => 1, 'description' => '//4675.-.Wedding.Planner.multi3.(EU) [01/10] - "4675.-.Wedding.Planner.multi3.(EU).par2" - 72,80 MB - yEnc ::: // Some have no yEnc', 'ordinal' => 50, - ), + ], 113 => - array ( + [ 'id' => 1114, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^(?P\\w.+) \\s+\\s+\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '//Marco.Fehr.-.In.the.Mix.at.Der.Club-09-01-SAT-2012-XDS [01/13] - "Marco.Fehr.-.In.the.Mix.at.Der.Club-09-01-SAT-2012-XDS.par2" - 92,12 MB - yEnc', 'ordinal' => 55, - ), + ], 114 => - array ( + [ 'id' => 1115, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^(?P\\w.+) \\s+\\s+\\[\\d+\\/\\d+\\] - ("|#34;).+/', 'status' => 1, 'description' => '//Marco.Fehr.-.In.the.Mix.at.Der.Club-09-01-SAT-2012-XDS [01/13] - "Marco.Fehr.-.In.the.Mix.at.Der.Club-09-01-SAT-2012-XDS.par2" - 92,12 MB - yEnc ::: // Some have no yEnc', 'ordinal' => 60, - ), + ], 115 => - array ( + [ 'id' => 1116, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\s+\\s+(?P.+)\\s+\\[\\d+\\/\\d+\\] - ("|#34;).+("|#34;).+yEnc$/', 'status' => 1, 'description' => '// JetBrains.IntelliJ.IDEA.v11.1.4.Ultimate.Edition.MacOSX.Incl.Keymaker-EMBRACE [01/18] - "JetBrains.IntelliJ.IDEA.v11.1.4.Ultimate.Edition.MacOSX.Incl.Keymaker-EMBRACE.par2" - 200,77 MB - yEnc', 'ordinal' => 65, - ), + ], 116 => - array ( + [ 'id' => 1117, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\s+\\s+(?P.+)\\s+\\[\\d+\\/\\d+\\] - ("|#34;).+/', 'status' => 1, 'description' => '// JetBrains.IntelliJ.IDEA.v11.1.4.Ultimate.Edition.MacOSX.Incl.Keymaker-EMBRACE [01/18] - "JetBrains.IntelliJ.IDEA.v11.1.4.Ultimate.Edition.MacOSX.Incl.Keymaker-EMBRACE.par2" - 200,77 MB - yEnc ::: // Some have no yEnc', 'ordinal' => 70, - ), + ], 117 => - array ( + [ 'id' => 1118, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^[ <\\[]{0,2}TOWN[ >\\]]{0,2}[ _-]{0,3}[ <\\[]{0,2}www\\.town\\.ag[ >\\]]{0,2}[ _-]{0,3}[ <\\[]{0,2}partner of www.ssl-news\\.info[ >\\]]{0,2}[ _-]{0,3}\\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;)(?P.+)\\.(par|vol|rar|nfo).*?("|#34;).+?yEnc$/i', 'status' => 1, 'description' => '// [01/18] - "2012-11.-.Supurbia.-.Volume.Tw o.Digital-1920.K6-Empire.par2" - 421,98 MB yEnc', 'ordinal' => 75, - ), + ], 118 => - array ( + [ 'id' => 1119, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^ www\\.town\\.ag > sponsored by www\\.ssl-news\\.info > \\(\\d+\\/\\d+\\) "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|") - \\d+[,.]\\d+ [mMkKgG][bB] - yEnc$/', 'status' => 1, 'description' => '// www.town.ag > sponsored by www.ssl-news.info > (1/3) "HolzWerken_40.par2" - 43,89 MB - yEnc', 'ordinal' => 80, - ), + ], 119 => - array ( + [ 'id' => 1120, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\(\\d+\\/\\d+\\).+?www\\.town\\.ag.+?sponsored by (www\\.)?ssl-news\\.info<+?.+? "(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//(1/9)<<>> sponsored by ssl-news.info<<<[HorribleSubs]_AIURA_-_01_[480p].mkv "[HorribleSubs]_AIURA_-_01_[480p].par2" yEnc', 'ordinal' => 85, - ), + ], 120 => - array ( + [ 'id' => 1121, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ (?P.+?) \\][ _-]{0,3}\\[ partner of www\\.ssl-news\\.info \\][ _-]{0,3}\\[\\d+\\/(\\d+\\])[ _-]{0,3}"(.+)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\\) "|\\.[A-Za-z0-9]{2,4}")[ _-]{0,3}yEnc$/i', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ Assassins.Creed.IV.Black.Flag.XBOX360-COMPLEX ]-[ partner of www.ssl-news.info ] [074/195]- "complex-ac4.bf.d1.r71" yEnc', 'ordinal' => 90, - ), + ], 121 => - array ( + [ 'id' => 1122, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\(TOWN\\)\\(www\\.town\\.ag \\)[ _-]{0,3}\\(partner of www\\.ssl-news\\.info \\)[ _-]{0,3} (?P.+?) \\[\\d+\\/(\\d+\\][ _-]{0,3}("|#34;).+?)\\.(par2|rar|nfo|nzb)("|#34;)[ _-]{0,3}\\d+[.,]\\d+ [kKmMgG][bB][ _-]{0,3}yEnc$/', 'status' => 1, 'description' => '//(TOWN)(www.town.ag ) (partner of www.ssl-news.info ) Twinz-Conversation-CD-FLAC-1995-CUSTODES [01/23] - #34;Twinz-Conversation-CD-FLAC-1995-CUSTODES.par2#34; - 266,00 MB - yEnc', 'ordinal' => 95, - ), + ], 122 => - array ( + [ 'id' => 1123, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^ (?P.+) \\[\\d+\\/\\d+\\][ _-]{0,3}("|#34;).+?("|#34;).+?yEnc$/i', 'status' => 1, 'description' => '// Greek.S04E06.Katerstimmung.German.DL.Dubbed.WEB-DL.XviD-GEZ [01/22] - "Greek.S04E06.Katerstimmung.German.DL.Dubbed.WEB-DL.XviD-GEZ.par2" - 526,99 MB - yEnc', 'ordinal' => 100, - ), + ], 123 => - array ( + [ 'id' => 1124, 'group_regex' => '^alt\\.binaries\\.town$', 'regex' => '/^\\[ TOWN \\][ _-]{0,3}\\[ www\\.town\\.ag \\][ _-]{0,3}\\[ .* \\][ _-]{0,3}\\[\\d+\\/\\d+\\][ _-]{0,3}"(?P[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[-_\\s]{0,3}\\d+([.,]\\d+)? [kKmMgG][bB][-_\\s]{0,3}[-_\\s]{0,3}yEnc$/ui', 'status' => 1, 'description' => '//[ TOWN ]-[ www.town.ag ]-[ ANIME ] [01/17] - "[Chyuu] Nanatsu no Taizai - 12 [720p][D1F49539].par2" - 585,03 MB yEnc', 'ordinal' => 105, - ), + ], 124 => - array ( + [ 'id' => 1125, 'group_regex' => '^alt\\.binaries\\.b4e\\.erotica$', 'regex' => '/^Uploader.Presents-(?P.+?)\\[\\d+\\/\\d+\\]".+?" yEnc$/ui', 'status' => 1, 'description' => '//Uploader.Presents-Jupiter.Ascending.2015.German.Cam.MD.XviD.Read.NFO-KMOA [01/51]"jupiter.cam.md-kmoa.nfo" yEnc', 'ordinal' => 5, - ), + ], 125 => - array ( + [ 'id' => 1126, 'group_regex' => '^alt\\.binaries\\.b4e\\.erotica$', 'regex' => '/^\\((?P.+?)\\) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/ui', 'status' => 1, 'description' => '//(Navy CIS - Drei Folgen) [35/63] - "NCIS.part34.rar" yEnc', 'ordinal' => 10, - ), + ], 126 => - array ( + [ 'id' => 1127, 'group_regex' => '^alt\\.binaries\\.teevee$', 'regex' => '#^\\[KoreanTV]\\s*(?P.+?)\\.[a-z0-9]+\\s+\\[\\d+/\\d+\\]\\s+-\\s+".+?"\\s+yEnc$#i', 'status' => 1, 'description' => '[KoreanTV] Star.King.E412.150509.HDTV.H264.720p-WITH.mp4 [1/36] - "놀ë�¼ìš´ 대회 스타킹.E412.150509.HDTV.H264.720p-WITH.par2" yEnc', 'ordinal' => 445, - ), + ], 127 => - array ( + [ 'id' => 1128, 'group_regex' => '^alt\\.binaries\\.fz$', 'regex' => '#^Uploader.Presents-(?P.+?)\\s+\\[\\d{1,3}/\\d{1,3}\\]\\s*".+?"\\s+yEnc$#i', 'status' => 1, 'description' => 'Uploader.Presents-Black.Sails.S02E02.Die.schwarze.Flagge.GERMAN.DUBBED.BLURAYRiP.x264-SOF [00/23]"sof-black-sails-s02e02.nzb" yEnc', 'ordinal' => 10, - ), + ], 128 => - array ( + [ 'id' => 1129, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '#^(?P[\\w.-]{8,}?) \\[\\d+/\\d+\\] - ".+?" yEnc$#', 'status' => 1, 'description' => 'Search.Party.2014.1080p.WEB-DL.DD5.1.H264-RARBG [01/57] - "Search.Party.2014.1080p.WEB-DL.DD5.1.H264-RARBG.nfo" yEnc', 'ordinal' => 95, - ), + ], 129 => - array ( + [ 'id' => 1130, 'group_regex' => '^alt\\.binaries\\.moovee$', 'regex' => '#^\\[FETiSH]-(\\[REPOST\\]-)?\\[ (?P.+?) \\]-\\[\\d+/\\d+\\] ".+?" yEnc$#', 'status' => 1, 'description' => '[FETiSH]-[ In.Dreams.1999.DVDRip.x264-FETiSH ]-[32/40] " fetish-ids1999.vol000+001.PAR2 " yEnc', 'ordinal' => 100, - ), + ], 130 => - array ( + [ 'id' => 1131, 'group_regex' => '^korea\\.binaries\\.music\\.videos)$', 'regex' => '/^\\[KoreanMusic\\] \\[(?P(뮤직뱅크|스케치북|음악중심|인기가요|더\\.쇼))\\](?P\\.\\d{6}\\..+?) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanMusic] [더.쇼].150730.워너비.전체.차렷.ts [5/16] - "[더.쇼].150730.워너비.전체.차렷.part04.rar" yEnc', 'ordinal' => 0, - ), + ], 131 => - array ( + [ 'id' => 1132, 'group_regex' => '^korea\\.binaries\\.music\\.videos$', 'regex' => '/^\\[KoreanMusic\\] (?P\\d{8}_)(?P(Simply\\.K-POP|쇼챔|더쇼|위열|음중|엠카)_)(?P.*?)_FHD_M2T \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanMusic] 20151009_Simply.K-POP_GI-Doligo.Doligo_FHD_M2T [11/18] - "20151009_Simply.K-POP_GI-Doligo.Doligo_FHD_M2T.part09.rar" yEnc', 'ordinal' => 1, - ), + ], 132 => - array ( + [ 'id' => 1133, 'group_regex' => '^korea\\.binaries\\.movies$', 'regex' => '/^\\[KoreanMovies\\] (?P.+?) \\[\\d+\\/\\d+\\] - ".+" yEnc$/', 'status' => 1, 'description' => '[KoreanMovies] 12.Deep.Red.Nights.2013.AVC1.H264.720p-UNknown [11/69] - "12 Deep Red Nights 2013.AVC1.H264.720p-UNknown.part09.rar" yEnc', 'ordinal' => 6, - ), + ], 133 => - array ( + [ 'id' => 1134, 'group_regex' => '^(korea\\.binaries\\.tv|alt\\.binaries\\.multimedia\\.korean)$', 'regex' => '/^\\[KoreanTV] (\\[.+?]\\.)?(?P.+?) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanTV] Hyde.Jekyll.Me.E15.150311.HDTV.H264.720p-WITH [20/31] - "Hyde.Jekyll.Me.E15.150311.HDTV.H264.720p-WITH.part19.rar" yEnc ::: [KoreanTV] [OCN].My.Beautiful.Bride.E16.END.150809.HDTV.H264.720p-WITH.mp4 [31/32] - "[OCN] 아름다운 나의신부.E16.END.150809.HDTV.H264.720p-WITH.vol15+16.par2" yEnc', 'ordinal' => 0, - ), + ], 134 => - array ( + [ 'id' => 1135, 'group_regex' => '^(korea\\.binaries\\.tv|alt\\.binaries\\.multimedia\\.korean)$', 'regex' => '/^.+?-enjoy-\\s+\\[\\d+\\/\\d+\\] - "(?P.+?)\\.(mkv|mp4|avi|jpe?g|par2|nzb|nfo|iso|ts|part\\d+\\.rar|vol\\d+\\+\\d+\\.par2|rar)(\\.\\d+)?" yEnc$/i', 'status' => 1, 'description' => 'Take Care of the Young Lady 2009 720p Completed -enjoy- [542/630] - "Take Care of the Young Lady.E06.720p.HDTV.x264-Zeus.vol000+001.PAR2" yEnc ::: Dream High 2 E01 720p -enjoy- [01/40] - "Dream.High.2.E01.120130.HDTV.X264.720p-HANrel.par2" yEnc', 'ordinal' => 10, - ), + ], 135 => - array ( + [ 'id' => 1136, 'group_regex' => '^(korea\\.binaries\\.tv|alt\\.binaries\\.multimedia\\.korean)$', 'regex' => '/^.+?-enjoy-\\s+- File \\d+ of \\d+: "(?P.+?)\\.(mkv|mp4|avi|jpe?g|par2|nzb|nfo|iso|ts|part\\d+\\.rar|vol\\d+\\+\\d+\\.par2|rar)(\\.\\d+)?" yEnc$/i', 'status' => 1, 'description' => '[MV] C-REAL - No No No No No [2011.10.12] 1080p WEB MP4 -enjoy- - File 03 of 15: "C-real-no.no.no.no.part1.rar" yEnc', 'ordinal' => 70, - ), + ], 136 => - array ( + [ 'id' => 1137, 'group_regex' => '^(korea\\.binaries\\.tv|alt\\.binaries\\.multimedia\\.korean)$', 'regex' => '/^.+?-enjoy-\\s+\\(\\d+\\/\\d+\\) "(?P.+)$/', 'status' => 1, 'description' => 'Queen Seon Deok 720p Completed -enjoy- (1538/2482) "Queen Seon Deok.E39.091005.HDTV.X264.720p-HAN', 'ordinal' => 40, - ), + ], 137 => - array ( + [ 'id' => 1138, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+?)\\.(par2|part\\d+\\.rar)" - .+yEnc$/', 'status' => 1, 'description' => '(01/24) "IRIS E02 091015 HDTV X264 720p-HAN™.par2" - 1.60 GB - ????(IRIS) E02 091015 HDTV X264 720p-HAN™ with eng subs yEnc', 'ordinal' => 45, - ), + ], 138 => - array ( + [ 'id' => 1139, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^alt\\.binaries\\.newmiyamoto - .+? \\[\\d+\\/\\d+\\] - "(?P.+?)\\.(vol\\d+\\+\\d+\\.par2|avi|mkv)(\\.\\d+)?" yEnc$/', 'status' => 1, 'description' => 'alt.binaries.newmiyamoto - for scr3wtard and the canuck [002/276] - "Delightful Girl Choon-Hyang .vol000+561.par2" yEnc', 'ordinal' => 20, - ), + ], 139 => - array ( + [ 'id' => 1140, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^(\\(|\\[)OMNi(\\)|\\]) (alt\\.binaries\\.newmiyamoto - )?.+?\\[\\d+\\/\\d+] - "(?P.+?)\\.(avi|mkv|vol\\d+\\+\\d+|iso|t(s|p))(\\.(par2|\\d+))?" yEnc$/i', 'status' => 1, 'description' => '(OMNi) alt.binaries.newmiyamoto - Gourmet 720p RAW - 19-24 - [052/206] - "Sikgaek.E20.720p.HDTV.x264-jinuki.mkv.011" yEnc ::: (OMNi) alt.binaries.newmiyamoto - Fantasy Couple 720p - softsubbed - [002/584] - "Fantasy.Couple.01-02.vol00+01.PAR2" yEnc ::: (OMNi) Korean Kdrama of Hana Yori Dango - [02/70] - "Boys.Before.Flowers.E01.720p.HDTV.x264-NotoriouS.mkv.001" yEnc', 'ordinal' => 21, - ), + ], 140 => - array ( + [ 'id' => 1141, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^\\(.+?\\) \\[\\d+\\/\\d+] - "(?P.+)\\[T1\\]\\.avi" yEnc$/', 'status' => 1, 'description' => '(Winter Sonata) [12/34] - "Winter_Sonata_ep-10[T1].avi" yEnc', 'ordinal' => 60, - ), + ], 141 => - array ( + [ 'id' => 1142, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^\\[KDrama\\].+? \\[\\d+\\/\\d+\\] - "(?P.+?)\\.(nzb|par2|r\\d+)" yEnc$/', 'status' => 1, 'description' => '[KDrama]Secret.Garden.450p-HANrel [00/12] - "Secret.Garden.New.Year.Special.Part2.HDTV.X264.450p-HANrel.nzb" yEnc', 'ordinal' => 50, - ), + ], 142 => - array ( + [ 'id' => 1143, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^\\[Album\\] (?P.+?) -enjoy- .+" yEnc$/', 'status' => 1, 'description' => '[Album] Secret - Moving In Secret [2011.10.18] MP3 320 WEB -enjoy- - File 02 of 20: "02 섹시하게.mp3" yEnc', 'ordinal' => 65, - ), + ], 143 => - array ( + [ 'id' => 1144, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^\\[\\?{4}\\] - "(?P.+?)\\.mp3" \\[\\d+\\/\\d+\\] yEnc$/', 'status' => 1, 'description' => '[????] - "Elmio-09-You Will Follow.mp3" [009/130] yEnc', 'ordinal' => 55, - ), + ], 144 => - array ( + [ 'id' => 1145, 'group_regex' => '^alt\\.binaries\\.multimedia\\.korean$', 'regex' => '/^\\(\\d+\\/\\d+\\) "(?P.+?)\\..+?" - \\d+\\.\\d+ .+ yEnc$/', 'status' => 1, 'description' => '(1/1) "100612.MBC MusicCore.Just Married.Bye Bye Bye.60fps.x264-Izo.mkv" - 150.66 MB - 100612.MBC MusicCore.Double K.Favorite Music.60fps.x264-Izo yEnc', 'ordinal' => 35, - ), + ], 145 => - array ( + [ 'id' => 1146, 'group_regex' => '^korea\\.binaries\\.tv$', 'regex' => '/^.+? -?"(?P.+?)\\.(nzb|par2|vol\\d+\\+\\d+\\.par2|part\\d+\\.rar|r\\d+|rar)" \\[\\d+\\/\\d+\\] yEnc$/', 'status' => 1, 'description' => 'Posts by AREA11 ::: Sunbi18 "Scholar.Who.Walks.the.Night.E18.720p.HDTV.x264-AREA11.nzb" [00/56] yEnc', 'ordinal' => 15, - ), + ], 146 => - array ( + [ 'id' => 1147, 'group_regex' => '^(korea\\.binaries\\.(tv|movies)|alt\\.binaries\\.multimedia\\.korean)$', 'regex' => '/^\\((?P.+?)\\) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '(BMask.E25.120829.HDTV.H264.720p-HANrel) [00/44] - "BMask.E25.nzb" yEnc', 'ordinal' => 30, - ), + ], 147 => - array ( + [ 'id' => 1148, 'group_regex' => '^korea\\.binaries\\.tv$', 'regex' => '/^"(?P\\w.+)\\.(par2|nzb|part\\d+\\.rar)" \\[\\d+\\/\\d+\\] yEnc$/', 'status' => 1, 'description' => '"Queen.InHyun\'s.Man.E16.END.720p.HDTV.x264-AREA11.nzb" [00/40] yEnc 25', 'ordinal' => 0, - ), + ], 148 => - array ( + [ 'id' => 1149, 'group_regex' => '^korea\\.binaries\\.music\\.videos$', 'regex' => '/^\\[KoreanMusic\\] \\[.+?\\]\\.(?P.+?)(?P(MCD|The\\.Show)\\.\\d{6}\\.)(?P1080i\\.HDMI) \\[\\d+\\/\\d+\\] - ".+?" yEnc$/', 'status' => 1, 'description' => '[KoreanMusic] [Mnet].NS윤지-Wifey.MCD.150409.1080i.HDMI [5/16] - "[Mnet].NS윤지-Wifey.MCD.150409.1080i.HDMI.part04.rar" yEnc', 'ordinal' => 2, - ), + ], 149 => - array ( + [ 'id' => 1150, 'group_regex' => '^alt\\.binaries\\.e-book\\.technical$', 'regex' => '/^(New )?tech eBooks -=?\\[?\\s?(?P[\\w\\.-]+)\\s?\\]?=?- ".+?" yEnc$/i', 'status' => 1, 'description' => 'New Tech eBooks -=[ ELSEVIER.SYSTEMS.PROGRAMMING.2015.RETAIL.EPUB.EBOOK-kE]=- "kesp15ef.zip" yEnc', 'ordinal' => 5, - ), + ], 150 => - array ( + [ 'id' => 1151, 'group_regex' => '^alt\\.binaries\\.(cores|ath)$', 'regex' => '/^\\[(SERIES|MOVIES)]-\\[ www\\.vip-lounge\\.me \\] \\[\\d+\\/\\d+\\] - "(?P.+?)\\.(par2|nfo|rar|part\\d+\\.rar|vol\\d+\\+\\d+\\.par2)" - \\d+\\d+ [GM]B yEnc$/i', 'status' => 1, 'description' => '[SERIES]-[ www.vip-lounge.me ] [19/20] - "Wild.World.Africas.Deadly.Eden.480p.x264-mSD.vol03+4.par2" - 44342 MB yEnc', 'ordinal' => 55, - ), + ], 151 => - array ( + [ 'id' => 1152, 'group_regex' => '^alt\\.binaries\\.cores$', 'regex' => '/^(?P.+?) - \\[\\d+\\/\\d+] - ".+?" yEnc$/', 'status' => 1, 'description' => 'Gracepoint S01E04 Episode Four 1080p WEB-DL DD51 H 264 CtrlHD - [52/52] - "Gracepoint S01E04 Episode Four 1080p WEB-DL DD51 H 264 CtrlHD.vol511+021.par2" yEnc', 'ordinal' => 110, - ), + ], 152 => - array ( + [ 'id' => 1153, 'group_regex' => '^alt\\.binaries\\.howard-stern$', 'regex' => '/^.+? \\[\\d+\\/\\d+] "(?P.+?).(mp3|nzb).*?" yEnc$/', 'status' => 1, 'description' => 'Artie Lange ArtieQuitter Podcast [2/9] "ArtieQuiterPodcast_2015-11-05_161_CF_128k.mp3.par2" yEnc', 'ordinal' => 5, - ), + ], 153 => - array ( + [ 'id' => 1154, 'group_regex' => '^alt\\.binaries\\.howard-stern$', 'regex' => '/^.+? - File \\d+ of \\d+ - yEnc "(?P.+?).mp3" \\d+ bytes$/', 'status' => 1, 'description' => 'Howard Stern 11.04.2015 CF 32K 57.7MB + WUS - File 1 of 1 - yEnc "Howard Stern 11.04.15 (Alanis Morissette Visits).mp3" 60596352 bytes', 'ordinal' => 10, - ), + ], 154 => - array ( + [ 'id' => 1155, 'group_regex' => '^alt\\.binaries\\.howard-stern$', 'regex' => '/^(?P.+?) \\d (?P\\d+kbps) - \\[\\d+\\/\\d+\\] - ".+?Part_\\d+\\.(mp3|nzb).*?" yEnc$/', 'status' => 1, 'description' => 'Howard Stern Show Oct 19 2015 Mon Hour 6 96kbps - [1/1] - "Stern-2015_10_19-96k-Part_06.mp3" yEnc', 'ordinal' => 15, - ), + ], 155 => - array ( + [ 'id' => 1156, 'group_regex' => '^alt\\.binaries\\.movies$', 'regex' => '/^.*?"(?P.*?)\\.\\w+"\\s+yenc$/i', 'status' => 1, 'description' => '//BDRips "Daredevil.2003.BDRip.x264-DJ.par2" yEnc', 'ordinal' => 70, - ), + ], 156 => - array ( + [ 'id' => 1157, 'group_regex' => '^alt\\.binaries\\.multimedia\\.sports$', 'regex' => '/^\\[?AFL.+\\" ?[ .-]?(?P.+?) ?[ .](7z|avi|md5|mkv|mp4|nfo|nzb|par|rar|sfv|vol)t?\\d?+.+yEnc$/', 'status' => 1, 'description' => '//[AFL 2017 Round 8 NMFC vs SYD 720p] - "AFL 2017 Round 8 NMFC vs SYD 720p par2" yEnc or AFL.2017.Round.8.ADEL.vs.MELB.480p] - "AFL.2017.Round.8.ADEL.vs.MELB.480p.sfv" yEnc', 'ordinal' => 5, - ), - )); - - + ], + ]); } -} \ No newline at end of file +} diff --git a/misc/run_me_once/add_tags_to_releases.php b/misc/run_me_once/add_tags_to_releases.php index bf14d1154..8ad515e2c 100644 --- a/misc/run_me_once/add_tags_to_releases.php +++ b/misc/run_me_once/add_tags_to_releases.php @@ -1,7 +1,7 @@ getPdo(); diff --git a/misc/testing/PostProc/getGameCovers.php b/misc/testing/PostProc/getGameCovers.php index 4588c0f8e..27d2b37ef 100644 --- a/misc/testing/PostProc/getGameCovers.php +++ b/misc/testing/PostProc/getGameCovers.php @@ -4,8 +4,8 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\Games; use Blacklight\ColorCLI; +use Blacklight\Games; $pdo = DB::connection()->getPdo(); $game = new Games(['Echo' => true]); diff --git a/misc/testing/PostProc/getImdb.php b/misc/testing/PostProc/getImdb.php index 45cb4bde6..1cffa5109 100644 --- a/misc/testing/PostProc/getImdb.php +++ b/misc/testing/PostProc/getImdb.php @@ -3,8 +3,8 @@ //This script will update all records in the movieinfo table require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\Movie; use Blacklight\ColorCLI; +use Blacklight\Movie; use Illuminate\Support\Facades\DB; $pdo = DB::connection()->getPdo(); diff --git a/misc/testing/PostProc/getMovieCovers.php b/misc/testing/PostProc/getMovieCovers.php index 3cdba1711..a0fca34ca 100644 --- a/misc/testing/PostProc/getMovieCovers.php +++ b/misc/testing/PostProc/getMovieCovers.php @@ -3,9 +3,9 @@ //This script will update all records in the movieinfo table where there is no cover require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\Movie; -use Blacklight\ColorCLI; use App\Models\MovieInfo; +use Blacklight\ColorCLI; +use Blacklight\Movie; $movie = new Movie(['Echo' => true]); $colorCli = new ColorCLI(); diff --git a/misc/testing/PostProc/getTraktData.php b/misc/testing/PostProc/getTraktData.php index 9c90e1d17..b65b66b83 100644 --- a/misc/testing/PostProc/getTraktData.php +++ b/misc/testing/PostProc/getTraktData.php @@ -3,9 +3,9 @@ //This script will update all records in the movieinfo table where there is no cover require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\Movie; -use Blacklight\ColorCLI; use App\Models\MovieInfo; +use Blacklight\ColorCLI; +use Blacklight\Movie; use Blacklight\processing\tv\TraktTv; $movie = new Movie(['Echo' => true]); diff --git a/misc/testing/PostProc/getXXXCovers.php b/misc/testing/PostProc/getXXXCovers.php index d8f5244ec..8c0d1d343 100644 --- a/misc/testing/PostProc/getXXXCovers.php +++ b/misc/testing/PostProc/getXXXCovers.php @@ -3,8 +3,8 @@ //This script will update all records in the xxxinfo table where there is no cover require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\XXX; use Blacklight\ColorCLI; +use Blacklight\XXX; $movie = new XXX(); $c = new ColorCLI(); diff --git a/misc/testing/PostProc/updateConsoleImages.php b/misc/testing/PostProc/updateConsoleImages.php index 22a6aee5b..e48d602e5 100644 --- a/misc/testing/PostProc/updateConsoleImages.php +++ b/misc/testing/PostProc/updateConsoleImages.php @@ -2,8 +2,8 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\ColorCLI; use App\Models\ConsoleInfo; +use Blacklight\ColorCLI; use Illuminate\Support\Facades\File; $covers = $updated = $deleted = 0; diff --git a/misc/testing/PostProc/updateGamesImages.php b/misc/testing/PostProc/updateGamesImages.php index 99421dda2..17d6d278b 100644 --- a/misc/testing/PostProc/updateGamesImages.php +++ b/misc/testing/PostProc/updateGamesImages.php @@ -2,9 +2,9 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; +use App\Models\GamesInfo; use App\Models\Settings; use Blacklight\ColorCLI; -use App\Models\GamesInfo; use Blacklight\utility\Utility; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\File; diff --git a/misc/testing/PostProc/updateMovieImages.php b/misc/testing/PostProc/updateMovieImages.php index 0cce5d47b..94b6fea0f 100644 --- a/misc/testing/PostProc/updateMovieImages.php +++ b/misc/testing/PostProc/updateMovieImages.php @@ -2,9 +2,9 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; +use App\Models\MovieInfo; use App\Models\Settings; use Blacklight\ColorCLI; -use App\Models\MovieInfo; use Blacklight\utility\Utility; use Illuminate\Support\Facades\File; diff --git a/misc/testing/PostProc/updateMusicImages.php b/misc/testing/PostProc/updateMusicImages.php index f7bb3c216..15dafd306 100644 --- a/misc/testing/PostProc/updateMusicImages.php +++ b/misc/testing/PostProc/updateMusicImages.php @@ -2,8 +2,8 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\ColorCLI; use App\Models\MusicInfo; +use Blacklight\ColorCLI; use Illuminate\Support\Facades\File; $covers = $updated = $deleted = 0; diff --git a/misc/testing/Releases/fixReleaseNames.php b/misc/testing/Releases/fixReleaseNames.php index 7b2c8b484..a20588518 100755 --- a/misc/testing/Releases/fixReleaseNames.php +++ b/misc/testing/Releases/fixReleaseNames.php @@ -9,10 +9,10 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\NNTP; use App\Models\Settings; use Blacklight\ColorCLI; use Blacklight\NameFixer; +use Blacklight\NNTP; $namefixer = new NameFixer(); $colorCli = new ColorCLI(); diff --git a/misc/testing/Releases/recategorize.php b/misc/testing/Releases/recategorize.php index 44a939205..4a6b7ba5a 100644 --- a/misc/testing/Releases/recategorize.php +++ b/misc/testing/Releases/recategorize.php @@ -2,10 +2,10 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use App\Models\Release; use App\Models\Category; -use Blacklight\ColorCLI; +use App\Models\Release; use Blacklight\Categorize; +use Blacklight\ColorCLI; use Blacklight\ConsoleTools; use Illuminate\Support\Facades\DB; diff --git a/misc/testing/Tests/test_amazon_API.php b/misc/testing/Tests/test_amazon_API.php index 17454f1a8..5699d2d86 100644 --- a/misc/testing/Tests/test_amazon_API.php +++ b/misc/testing/Tests/test_amazon_API.php @@ -3,9 +3,9 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; use ApaiIO\ApaiIO; -use App\Models\Settings; -use ApaiIO\Operations\Search; use ApaiIO\Configuration\GenericConfiguration; +use ApaiIO\Operations\Search; +use App\Models\Settings; $pubkey = Settings::settingValue('APIs..amazonpubkey'); $privkey = Settings::settingValue('APIs..amazonprivkey'); diff --git a/misc/testing/Tests/test_tvdb_API.php b/misc/testing/Tests/test_tvdb_API.php index 2236b5539..9865d1bf2 100755 --- a/misc/testing/Tests/test_tvdb_API.php +++ b/misc/testing/Tests/test_tvdb_API.php @@ -2,11 +2,11 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\processing\tv\TVDB; -use Adrenth\Thetvdb\Exception\UnauthorizedException; -use Adrenth\Thetvdb\Exception\RequestFailedException; use Adrenth\Thetvdb\Exception\InvalidArgumentException; use Adrenth\Thetvdb\Exception\InvalidJsonInResponseException; +use Adrenth\Thetvdb\Exception\RequestFailedException; +use Adrenth\Thetvdb\Exception\UnauthorizedException; +use Blacklight\processing\tv\TVDB; $c = new Blacklight\ColorCLI(); $tvdb = new TVDB(); diff --git a/misc/update/backfill.php b/misc/update/backfill.php index 4951b78e8..a73777a69 100644 --- a/misc/update/backfill.php +++ b/misc/update/backfill.php @@ -2,8 +2,8 @@ require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\NNTP; use Blacklight\Backfill; +use Blacklight\NNTP; // Create the connection here and pass $nntp = new NNTP(); diff --git a/misc/update/postprocess.php b/misc/update/postprocess.php index 5e7398116..1384693d1 100644 --- a/misc/update/postprocess.php +++ b/misc/update/postprocess.php @@ -2,8 +2,8 @@ require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\NNTP; use App\Models\Settings; +use Blacklight\NNTP; use Blacklight\processing\PostProcess; /** diff --git a/misc/update/tmux/bin/groupfixrelnames.php b/misc/update/tmux/bin/groupfixrelnames.php index 45aadbb77..b0cc5140b 100644 --- a/misc/update/tmux/bin/groupfixrelnames.php +++ b/misc/update/tmux/bin/groupfixrelnames.php @@ -2,18 +2,18 @@ require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\Nfo; -use Blacklight\NZB; -use Blacklight\NNTP; +use App\Models\Category; use App\Models\Predb; use App\Models\Release; -use App\Models\Category; use App\Models\Settings; use Blacklight\ColorCLI; use Blacklight\NameFixer; +use Blacklight\Nfo; +use Blacklight\NNTP; +use Blacklight\NZB; use Blacklight\NZBContents; -use Illuminate\Support\Facades\DB; use Blacklight\processing\PostProcess; +use Illuminate\Support\Facades\DB; $colorCli = new ColorCLI(); if (! isset($argv[1])) { diff --git a/misc/update/tmux/bin/update_groups.php b/misc/update/tmux/bin/update_groups.php index 8def3ddcb..4891a838f 100644 --- a/misc/update/tmux/bin/update_groups.php +++ b/misc/update/tmux/bin/update_groups.php @@ -2,12 +2,12 @@ require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\NNTP; use App\Models\Group; -use Blacklight\ColorCLI; use App\Models\ShortGroup; -use Illuminate\Support\Arr; +use Blacklight\ColorCLI; use Blacklight\ConsoleTools; +use Blacklight\NNTP; +use Illuminate\Support\Arr; use Illuminate\Support\Facades\DB; $start = now(); diff --git a/misc/update/tmux/monitor.php b/misc/update/tmux/monitor.php index a0af497e0..23b8a92fd 100644 --- a/misc/update/tmux/monitor.php +++ b/misc/update/tmux/monitor.php @@ -2,13 +2,13 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\Tmux; -use App\Models\Release; -use Blacklight\TmuxRun; use App\Models\Category; +use App\Models\Release; use App\Models\Settings; use Blacklight\ColorCLI; +use Blacklight\Tmux; use Blacklight\TmuxOutput; +use Blacklight\TmuxRun; use Illuminate\Support\Arr; use Illuminate\Support\Facades\DB; diff --git a/misc/update/update_binaries.php b/misc/update/update_binaries.php index d41c89f90..f3d53d023 100644 --- a/misc/update/update_binaries.php +++ b/misc/update/update_binaries.php @@ -2,11 +2,11 @@ require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use Blacklight\NNTP; use App\Models\Group; use App\Models\Settings; use Blacklight\Binaries; use Blacklight\ColorCLI; +use Blacklight\NNTP; $maxHeaders = (int) Settings::settingValue('..max_headers_iteration') ?: 1000000; $colorCli = new ColorCLI();