Skip to content

Commit

Permalink
Forgot a space. Still 5.5.20. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBeiner committed Aug 24, 2014
1 parent a714aff commit db87f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imdb.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class IMDB {
const IMDB_SOUND_MIX = '~Sound Mix:</h4>(.*)</div>~Ui';
const IMDB_SOUND_MIX_A = '~href="/search/title\?sound_mixes=(?:.*)"(?:\s*)itemprop=\'url\'>(.*)</a>~Ui';
const IMDB_TAGLINE = '~Taglines:</h4>(.*)(?:<span|<\/span>|</div>)~Ui';
const IMDB_TITLE = '~property=\'og:title\' content="(.*) \((?:.*)\)"~Ui';
const IMDB_TITLE = '~property=\'og:title\' content="(.*)(?:\s*)\((?:.*)\)"~Ui';
const IMDB_TITLE_ORIG = '~<span class="title-extra" itemprop="name">(.*)<i>\(original title\)<\/i>(?:\s*)</span>~Ui';
const IMDB_TRAILER = '~href="/video/(.*)/(?:\?.*)"(?:.*)itemprop="trailer">~Ui';
const IMDB_URL = '~http://(?:.*\.|.*)imdb.com/(?:t|T)itle(?:\?|/)(..\d+)~i';
Expand Down

2 comments on commit db87f72

@Ruvetuve
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update the global version number in the file to 5.5.20 (still .19 now), thanks!

@FabianBeiner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.