Author |
Topic |
|
Sabry
Starting Member
Italy
9 Posts |
Posted - 07 Sep 2024 : 14:14:35
|
Thank you Kipcior, problem solved replacing the lines :)
Great job! |
|
|
Rincewindwiz
Junior Member
105 Posts |
Posted - 13 Sep 2024 : 22:58:15
|
Hi and thanks for this My problem lies with movies not series and is concerned certain data (Year among others) as opposed to the movie list which works fine (except that it does not limit the title search to movies :-( )
But I had a look anyway
My entire IMDB.COM script has very few instances of #FIND#=div class= and none that go on "sc-" Also it does not contain the string jKMtaG [so replacing it will be difficult ]
But it did make me look at the script more carefully and I discovered option 85 (Get the movie year was set to 0 - dont get year) and then I remembered that the device scanner used to take a number in the title that was inside () as being the year and it is no longer doing this. Oh well at least I can fix my current issue |
He uses statistics as a drunk uses lampposts - for support rather than illumination |
Edited by - Rincewindwiz on 16 Sep 2024 00:19:52 |
|
|
Kipcior
New Member
78 Posts |
Posted - 05 Oct 2024 : 15:56:30
|
I noticied that my script also stopped scrapping Genre, so if it's the same for you, you can take this part of script from my version, which I just tested and works. It works for Genre and Subgenres.
#GENRE#
//Take only ONE genre, the others goes in the Subgenre
//Read info from MAIN webpage
#RESTOREMAIN#
#STARTREADWEB#
#FINDLINE#=<span class="ipc-chip__text"#11# #ONERROR#=*STOP*
//GENRE
#FIND#=<span class="ipc-chip__text"#11# #ONERROR#=*OK*
#FIND#=>#11# #ONERROR#=*OK*
#FIND#=<#12#
#TAKEWORD#=#13#,#11#,#12#
#CHECKVARIABLE#=#13#
#STARTDELETETAGS#
#STARTSUBSTITUTETAGS#
#TRIM#
#TAKEGENRE#=#13#
//SUBGENRE
:REPEATSUBGENRE
#FIND#=<span class="ipc-chip__text"#11# #ONERROR#=*STOP*
#FIND#=>#11# #ONERROR#=*OK*
#FIND#=<#12#
#TAKEWORD#=#13#,#11#,#12#
#CHECKVARIABLE#=#13#
#STARTDELETETAGS#
#STARTSUBSTITUTETAGS#
#TRIM#
#TAKESUBGENRE#=#13#
#GOTO#=REPEATSUBGENRE
#ENDGENRE#
One important thing not working for me is length and I can;t find easy rule to get this. Does it work for you? |
|
|
JDommi
Administrator
Germany
4647 Posts |
Posted - 16 Nov 2024 : 10:16:23
|
Sorry, but I had to take a pause from XMM for the last few monthes but I hope that I will now have time again to fix the scripts again. Please let me know what still has to be corrected as I didn't use any of the scripts in the last time. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4647 Posts |
Posted - 17 Nov 2024 : 19:12:04
|
@Kipcior: Length (runtime): Go to page /technical/ Here you have both values (hours and minutes) and whole time in minutes.
<span class="ipc-metadata-list-item__list-content-item" aria-disabled="false">2 Std. 1 Min.<</span><span class="ipc-metadata-list-item__list-content-item--subText">(121 min)</span> |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
sauhan
Starting Member
Germany
2 Posts |
Posted - 18 Nov 2024 : 10:32:05
|
Hey, nice to see you back!
the imdb-scripts for TV series are still broken as far as I can see... last I was using was "15S_imdb.com (TV series) for Rel.8.txt" |
|
|
JDommi
Administrator
Germany
4647 Posts |
Posted - 18 Nov 2024 : 18:05:07
|
Okay, I will try to have a look at it tomorrow |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4647 Posts |
|
robace
Starting Member
11 Posts |
Posted - 19 Nov 2024 : 16:23:52
|
Hi, my IMDB script hasn't found the movie length for many months If anyone has a working script, can you please post a link to the script. Thank you. |
|
|
JDommi
Administrator
Germany
4647 Posts |
Posted - 19 Nov 2024 : 17:54:20
|
As Kipcior has fixed some parts of the script meanwhile I unfortunately have not the latest working script. As soon as he will share the script I will try to fix it. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
sauhan
Starting Member
Germany
2 Posts |
|
Topic |
|
|