Ticket #153 (closed defect: invalid)
IMDb changes Title format
| Reported by: | jonagoldman | Owned by: | izzy |
|---|---|---|---|
| Priority: | major | Milestone: | 2.1 |
| Component: | imdb | Keywords: | |
| Cc: | Blocking: | ||
| Blocked By: |
Description
IMDb have changed their structure again. Until now, the title contained the original movie title. Now they changed it to show the English title and below is the Original title. Here is an example of the source code for movie ID 0247586:
<div id="tn15title">
<h1>Nine Queens <span>(<a href="/year/2000/">2000</a>) <span class="pro-link"><a href=" http://pro.imdb.com/rg/maindetails-title/tconst-pro-header-link/title/tt0247586/">More at <strong>IMDbPro</strong></a> »</span><span class="title-extra">Nueve reinas <i>(original title)</i></span></span></h1>
</div>
It's possible to add an title_original() method to get the title inside <span class="title-extra"></span>??
It will be really helpful. Thanks!
