The problem is that something has change in filmaffinity in the last days, and the genres field in the scraper is broken now
The problem has gone today
I have rescrap a few movies and the genres fields is correct now.
can you confirm, please?
The problem is that something has change in filmaffinity in the last days, and the genres field in the scraper is broken now
The problem has gone today
I have rescrap a few movies and the genres fields is correct now.
can you confirm, please?
The problem is that something has change in filmaffinity in the last days, and the genres field in the scraper is broken now
The problem has gone today
I have rescrap a few movies and the genres fields is correct now.
can you confirm, please?
yes, it's correct, I can confirm
The problem is that something has change in filmaffinity in the last days, and the genres field in the scraper is broken now
The problem has gone today
I have rescrap a few movies and the genres fields is correct now.
can you confirm, please?
Yes I confirm the problem has gone. I am happy again.
my main problem is that ALL the covers are in english!!!!!!! is there any way to get them in spanish?
Hello all and thanks for your work.
For me this script works pretty well... my main problem is that ALL the covers are in english!!!!!!! is there any way to get them in spanish?
THANKS
Hi all
Is there any way to get values of "Certification" and "Tagline?
I say this because there are some skins that show these data and is interesting to complete all fields.
Greetings.
Spanish.
Hola a todos
Hay alguna manera de conseguir que importe la "Certification" y "Tagline"?
Lo digo porque hay algunos skins que muestran esos datos y está interesante tener completo todo.
Saludos.
I added this and does not work
Code:<!-- Certification --> <parse name="certification" input="${details_page}" regex=">\s+USA:((?:G)|(?:PG)|(?:PG-13)|(?:R)|(?:X)|(?:NC-17))</a>" /> <set name="movie.certification" value="${certification[0][0]:htmldecode}" /> <!-- Runtime --> <parse name="runtime" input="${details_page}" regex="${rx_runtime}"/> <if test='${runtime[0][0]}!='> <set name='movie.runtime' value='${runtime[0][0]:htmldecode}'/> </if> <!-- Tagline --> <parse name="tagline" input="${details_page}" regex="<h5>Tagline:</h5>\s+([^\n\r]+?)(?:\s+)?<" /> <set name="movie.tagline" value="${tagline[0][0]:htmldecode}" />
Yo he añadido eso y no funciona
Hello all and thanks for your work.
For me this script works pretty well... my main problem is that ALL the covers are in english!!!!!!! is there any way to get them in spanish?
THANKS
The good way would be to get info from filmaffinity and the cover from Alpacine, in spanish and better quality. I tried to configure it for that (Data sources>manually manage movie data sources>cover art data sources>Alpacine in the first place) but it does'nt work. If you find a solution tell me...
11-Oct-2010 13:33:36 Error [ WebGrabber]: Connection failed: URL=http://alpacine.com/pelicula//, Status=NotFound, Description=Not Found.
<li><a href="/pelicula/221/">Luna nueva</a> (1940)</li>
<li><a href="/pelicula/22753/">Luna Nueva</a> (2009)</li>
<li><a href="/pelicula/10780/">Hermano sol, hermana luna</a> (1972)</li>
<li><a href="/pelicula/7619/">Venecia, la luna y tú</a> (1959)</li>
..
<action name="get_cover_art">
<set name="rx_poster_link">
<![CDATA[
src="http://img.alpacine.com/carteles/(?<posterLink>[^-]+)
]]>
</set>
<retrieve name="details_page_cover" url="http://alpacine.com/pelicula/${movie.site_id}/carteles/" />
<parse name="posterLinks" input="${details_page_cover}" regex="${rx_poster_link}"/>
<!-- If link found, continue -->
<loop name='cover_url' on='posterLinks'>
<set name='cover_art[${count}].url' value='http://img.alpacine.com/carteles/${cover_url[0]}.jpg'/>
</loop>
</ Action>
<li> <a href="/pelicula/221/"> New Moon </ a> (1940) </ li>
<li> <a href="/pelicula/22753/"> New Moon </ a> (2009) </ li>
<li> <a href="/pelicula/10780/"> Brother Sun, Sister Moon </ a> (1972) </ li>
<li> <a href="/pelicula/7619/"> Venice, the moon and you </ a> (1959) </ li>
..
<action name="get_cover_art">
<set name="rx_poster_link">
<![CDATA[
src="http://img.alpacine.com/carteles/(?<posterLink>[^-]+)
]]>
</set>
<retrieve name="details_page_cover" url="http://alpacine.com/pelicula/${movie.site_id}/carteles/" />
<parse name="posterLinks" input="${details_page_cover}" regex="${rx_poster_link}"/>
<!-- If link found, continue -->
<loop name='cover_url' on='posterLinks'>
<set name='cover_art[${count}].url' value='http://img.alpacine.com/carteles/${cover_url[0]}.jpg'/>
</loop>
</ Action>