T O P I C R E V I E W |
micklecat |
Posted - 20 Jun 2021 : 10:31:02 I use XMM10. Main script for downloading movie data is, of course, IMDB. For a long time it worked incorrectly, downloaded seversl persons as Directors instead of one Director. Now it cannot download movie data at all. No Country, no Year, no Director. And no any updates to script! No new versions of XMM, version 11 is a stub only, it doesn't work. What we paid for? I am ready to pay more, but I want to have a correctly functioning movie database. But it seems like development is abandoned. |
20 L A T E S T R E P L I E S (Newest First) |
JDommi |
Posted - 20 Nov 2024 : 22:01:35 https://www.mediafire.com/file/a3hh0dxnuigsumy/IMDB.COM_%2528Complete%2529_11_2024.txt/file
The runtime issue should be fixed. The problem was that since the last script update the subside for technical information now need a references (/?ref_=...), too. |
sauhan |
Posted - 19 Nov 2024 : 20:31:21 quote: Originally posted by JDommi
Please check if everything works fine again.
https://www.mediafire.com/file/0u1hlhuuezq9cs9/IMDB.COM_%2528TVSeries%2529_11_2024.txt/file
hey, seems to work as far as I can see :) thank you very much! |
robace |
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 |
Posted - 19 Nov 2024 : 14:46:54 Please check if everything works fine again.
https://www.mediafire.com/file/0u1hlhuuezq9cs9/IMDB.COM_%2528TVSeries%2529_11_2024.txt/file |
JDommi |
Posted - 18 Nov 2024 : 18:05:07 Okay, I will try to have a look at it tomorrow |
sauhan |
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 |
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> |
JDommi |
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. |
Kipcior |
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? |
Rincewindwiz |
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 |
Sabry |
Posted - 07 Sep 2024 : 14:14:35 Thank you Kipcior, problem solved replacing the lines :)
Great job! |
Kipcior |
Posted - 03 Sep 2024 : 20:14:53 Before JDommi comes back, let me share what fixed TV series list for me. Under section @CREATEMOVIELIST in the TV series script for IMDB, find these three lines (they're not one after another but all in this section):
#FINDLINE#=<div class="sc-daafffbc-0 jKMtaG">#10# #ONERROR#=*STOP*
#FIND#=div class="sc-daafffbc-0 jKMtaG">#10# #ONERROR#=*STOP*
#FIND#=<div class="sc-daafffbc-0 jKMtaG">#11#
and in these three lines, replace this string:
jKMtaG
with this string:
bGPFAy
so in the end they will look like this:
#FINDLINE#=<div class="sc-daafffbc-0 bGPFAy">#10# #ONERROR#=*STOP*
#FIND#=div class="sc-daafffbc-0 bGPFAy">#10# #ONERROR#=*STOP*
#FIND#=<div class="sc-daafffbc-0 bGPFAy">#11#
Then save the file and should work again.
This solved the problem for me with showing TV series list, which was empty - they must have modified this part on the search results list page.
I have not checked anything else, so not sure what else has broken, but changing this allowed me to import full new series of The Boys including episodes. |
Rincewindwiz |
Posted - 30 Aug 2024 : 12:30:01 quote: Originally posted by JDommi
akas.imdb.com doesn't work for about a decade Please you the latest script I have posted in the forum.
yes - sorry about that. I haven't updated for a while So I found a script on page 12 of this thread at https://www.mediafire.com/file/hl1qkaouqhc1qi4/_IMDB.COM_2023_%2528Complete%2529_5.txt/file. I downloaded it, renamed it and overwrite the existing IMDB script. When I tried it - I got a list OK but it did not limit the search to movies (so the list was full of podcasts and the like)
- Then, once I had selected the right item from the list, several movies did not import run length but most of the other fields seemed OK
I see recently there has been a load of discussion and parts of scripts posted but for idiots like me, is there a current complete IMDB script that works?
TFAI |
Sabry |
Posted - 06 Aug 2024 : 09:47:18 Hi JDommi, the script IMDB for tv series doesn't work anymore
I hope you can fix it...
Thanks |
JDommi |
Posted - 27 May 2024 : 07:21:09 akas.imdb.com doesn't work for about a decade Please you the latest script I have posted in the forum. |
Rincewindwiz |
Posted - 26 May 2024 : 20:36:09 XMM 9. IMDB Complete does not work any more. It cycles through the selected movie list but does nothing. It seems to search for example http://akas.imdb.com/find?s=tt&q=The+Hunger+Games and find nothing
if I paste this URL into the address bar I get Site cannot be reached Just checking, http://akas.imdb.com/ also produces site cannot be reached
|
JDommi |
Posted - 10 Feb 2024 : 19:07:32 Now it's still killing that the IMDB-Scraper by tarzibou doesn't work anymore
|
Sabry |
Posted - 10 Feb 2024 : 11:54:22 Thank you JDommi, now it's ok :-) |
JDommi |
Posted - 10 Feb 2024 : 11:36:47 I think IMDB will change the code sooner or later again as there is a data-testid once again in the html code. But so long you only have to modify 2 lines in the #CREATEEPISODELIST#
--------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------- Phase II --------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
#CREATEEPISODELIST#
#WRITETITLELIST#=---- List of Episodes Found, Select ALL you want Import and Add in Database:
#PUT#=1#33#
:NEXTSEASON
#STRING#=#41#=https://www.imdb.com/title/tt#48#/episodes/?season=#33#&ref_=ttep_ep_sn_nx
#OPENWEBSLOT1#=#41#
#LOADWEBSLOT1#
#STARTREADWEB#
#PUT#=0#20#
#PUT#=0#00#
#PUT#=1#21#
#FINDLINE#=<h4 data-testid="#12# #ONERROR#=*STOP*
#RESETCURSOR#
#WRITEWARNING#=Season #33#
:REPEATCICLEEPISODES
#FIND#=<h4 data-testid="#12# #ONERROR#=*OK* |
JDommi |
Posted - 07 Feb 2024 : 18:07:02 Once again I will have a look at the weekend. |