[REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Sorry it seems I forgot that indeed. I'll try to put it again higher in my to-do list 
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Przerobiłem skrypt w AI żeby pobierał link, ocenę i ilość głosów z imdb jakby ktoś potrzebował.
https://drive.google.com/file/d/1A0FvbG ... sp=sharing
https://drive.google.com/file/d/1A0FvbG ... sp=sharing
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Be careful, it broke two lines in "UniToPol" function:
(211 & 216, they don't display properly here)
becameThese are delicate to handle with unicode/ansi conversions.
Normally these UTF8 conversions should be done by UTF8Decode and not StringReplace.
I don't know if I should take that new version, I'm always afraid of AI changes if not controlled, as there can be side effects and make code less difficult to modify manually later.
But if that version works better than the old one, it could replace it I suppose...
Code: Select all
Value := StringReplace(Value, 'Å', '£');
Value := StringReplace(Value, 'Å', 'Ö');
became
Code: Select all
Value := StringReplace(Value, 'Å?', '£');
Value := StringReplace(Value, 'Å?', 'Ö');
Normally these UTF8 conversions should be done by UTF8Decode and not StringReplace.
I don't know if I should take that new version, I'm always afraid of AI changes if not controlled, as there can be side effects and make code less difficult to modify manually later.
But if that version works better than the old one, it could replace it I suppose...
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Yeah, it's better to just leave it on my Google Drive. This version is only for people who need a database that includes ratings from Filmweb and IMDb.