mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Even, more more fixes.
This commit is contained in:
+2
-2
@@ -891,8 +891,8 @@ class Film
|
||||
public function doMovieUpdate($buffer, $service, $id, $processImdb = 1)
|
||||
{
|
||||
$imdbID = false;
|
||||
if (preg_match('/(?:imdb.*?)?(?:tt|Title\?)(?P<imdbID>\d{5,7})/i', $buffer, $matches)) {
|
||||
$imdbID = $matches['imdbID'];
|
||||
if (preg_match('/(?:imdb.*?)?(?:tt|Title\?)(?P<imdbid>\d{5,7})/i', $buffer, $matches)) {
|
||||
$imdbID = $matches['imdbid'];
|
||||
}
|
||||
|
||||
if ($imdbID !== false) {
|
||||
|
||||
Reference in New Issue
Block a user