- March 10, 2006
- 4,434
- 1,897
- Thread starter
- Moderator
- #111
@emphatic had a few minutes to look at it, and although my Swedish language knowledge is non-existent I was able to click on a few things and there does not appear to be any way for me to search for 'tt0499549' and be told that this is "Avatar (2009)". This was the important aspect that worked in the past by feeding it into a different website with database access as per: http://www.nyheter24.se/filmtipset/imdb/tt0499549 but that still redirects to some generic movie info page, so they appear to have killed off that service.
If I go to the FilmTipSet page for Avatar then they do have the IMDb info available as per:
Avatar » Filmtipset
So, they clearly have the data in their database, but I need a way to gain direct access to that, and nyheter24.se no longer offers this.
Fuzzy match would have been possible by relying on Google to narrow search results down to "tt0499549" on site:filmtipset.se, but the developers of FilmTipSet decided to add rel="nofollow noindex" to each link back-to IMDb which tells Google to kill off any indexing, so that ruins that idea.
An alternative would be to create a whole separate website with a database that constantly scrapes every FilmTipSet movie and creates a connection between the IMDb tt-ID and the FilmTipSet identifier "avatar-2009-2" in the case of tt0499549, but that is not exactly sustainable.
What makes more sense then is to create a new (or update existing) Moving-Pictures scraper that can access the FilmTipSet search system to allow for a scraper-script search-node, but then obviously you'll loose all the other benefits that IMDb+ offers.
Or you, with understanding of the Swedish language, need to contact FilmTipSet, to ask them what can be done. Either they provide API access where a search for the IMDb "tt0499549" identifier leads to their "avatar-2009-2" identifier, or they figure out a way to give me a database dump (or Excel file) with those two pieces of info linked. Of course in the latter case there would be the problem of how to handle 'new' movies, but it's at least something then.
If I go to the FilmTipSet page for Avatar then they do have the IMDb info available as per:
Avatar » Filmtipset
So, they clearly have the data in their database, but I need a way to gain direct access to that, and nyheter24.se no longer offers this.
Fuzzy match would have been possible by relying on Google to narrow search results down to "tt0499549" on site:filmtipset.se, but the developers of FilmTipSet decided to add rel="nofollow noindex" to each link back-to IMDb which tells Google to kill off any indexing, so that ruins that idea.
An alternative would be to create a whole separate website with a database that constantly scrapes every FilmTipSet movie and creates a connection between the IMDb tt-ID and the FilmTipSet identifier "avatar-2009-2" in the case of tt0499549, but that is not exactly sustainable.
What makes more sense then is to create a new (or update existing) Moving-Pictures scraper that can access the FilmTipSet search system to allow for a scraper-script search-node, but then obviously you'll loose all the other benefits that IMDb+ offers.
Or you, with understanding of the Swedish language, need to contact FilmTipSet, to ask them what can be done. Either they provide API access where a search for the IMDb "tt0499549" identifier leads to their "avatar-2009-2" identifier, or they figure out a way to give me a database dump (or Excel file) with those two pieces of info linked. Of course in the latter case there would be the problem of how to handle 'new' movies, but it's at least something then.