Fix the regex for XXX HD Clips to catch MOV type of releases.

This commit is contained in:
Darko
2015-02-24 15:03:14 +01:00
parent 2026213248
commit b25c16ab2f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -831,7 +831,7 @@ class Categorize extends Category
public function isXxxClipHD()
{
if (preg_match('/^[\w.]+(\d{2}\.\d{2}\.\d{2})[\w.]+(MP4-(KTR|GUSH|FaiLED|SEXORS|hUSHhUSH))/i', $this->releaseName)) {
if (preg_match('/^[\w.]+(\d{2}\.\d{2}\.\d{2})[\w.]+(M[PO][V4]-(KTR|GUSH|FaiLED|SEXORS|hUSHhUSH))/i', $this->releaseName)) {
$this->tmpCat = \Category::CAT_XXX_CLIPHD;
return true;
}
+1 -1
View File
@@ -117,7 +117,7 @@ class TmuxOutput extends Tmux
$buffer = '';
$state = ($this->runVar['settings']['is_running'] == 1) ? 'Running' : 'Disabled';
//$version = $this->_tvers . 'r' . $this->_vers;
$tversion = '0.5r01128';
$tversion = '0.5r01129';
$buffer .= sprintf($this->tmpMasks[2],
"Monitor $state v$tversion @ $this->_tvers [" . $this->_vers ."]: ",