[REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.

Jak oceniasz skrypt

1
3
7%
2
1
2%
3
4
9%
4
5
12%
5
9
21%
Cudo :)
21
49%
 
Total votes: 43

antp
Site Admin
Posts: 9876
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by antp »

Sorry it seems I forgot that indeed. I'll try to put it again higher in my to-do list :hihi:
siweq
Posts: 17
Joined: 2015-02-10 20:28:23

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by siweq »

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
antp
Site Admin
Posts: 9876
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by antp »

Be careful, it broke two lines in "UniToPol" function:

Code: Select all

	Value := StringReplace(Value, 'Ł', '£');
	Value := StringReplace(Value, 'Ő', 'Ö');
(211 & 216, they don't display properly here)
became

Code: Select all

	Value := StringReplace(Value, 'Å?', '£');
	Value := StringReplace(Value, 'Å?', 'Ö');
These 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...
siweq
Posts: 17
Joined: 2015-02-10 20:28:23

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by siweq »

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.
Post Reply