Ember scraping without plot
#1
I have seen recent scraping of movies with IMDB not getting plot details and only tagline which Kodi fails to show. It used to work and suddenly stopped working. Any help will me appreciated. Plot works if i scrape with TMDB.
Reply
#2
IMDB is english only. Depending on your media language setting, plot and outline will be ignored for all non-english movies.
Reply
#3
Hi Dan,
i am scraping English movies with Ember  1.4.8 and plot is missing. This never used to be the case. Was there any changes done recently which made plot to be removed,

<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>tt2406566</id>
  <tmdb>341013</tmdb>
  <title>Atomic Blonde</title>
  <originaltitle>Atomic Blonde</originaltitle>
  <language>en-US</language>
  <year>2017</year>
  <releasedate>2017-07-27</releasedate>
  <country>Germany</country>
  <country>Sweden</country>
  <country>United States of America</country>
  <rating>6.9</rating>
  <votes>60217</votes>
  <mpaa>Rated R</mpaa>
  <certification>USA:R</certification>
  <genre>Action</genre>
  <genre>Mystery</genre>
  <genre>Thriller</genre>
  <studio>87Eleven</studio>
  <studio>Closed on Mondays Entertainment</studio>
  <studio>Denver and Delilah Productions</studio>
  <studio>Film i Väst</studio>
  <studio>Sierra / Affinity</studio>
  <studio>T.G.I.M Films</studio>
  <director>David Leitch</director>
  <credits>Kurt Johnstad</credits>
  <credits>Antony Johnston</credits>
  <outline>An undercover MI6 agent is sent to Berlin during the Cold War to investigate the murder of a fellow agent and recover a missing list of double agents.</outline>
  <runtime>115</runtime>
  <dateadded>2017-11-07 21:56:28</dateadded>
  <datemodified>2017-11-12 18:21:45</datemodified>
Reply
#4
Using the latest from github it scapes fine: Link

Image
Reply

Logout Mark Read Team Forum Stats Members Help
Ember scraping without plot0