Search found 4 matches
- 2022-07-16 12:14:01
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
- Replies: 682
- Views: 161287
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Jest tylko jedna taka procedura od wiersza 2351. Mam nadzieję, że zastąpiłeś starą procedurę nową. Nie masz obu, tzn starej i tej z poprzedniej strony
- 2022-07-14 19:12:57
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
- Replies: 682
- Views: 161287
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Dziwne, bo u mnie wyszukuje po tytule. Najlepiej skopiować tą procedurę (jest cała) i wkleić do skryptu. Pozdrawiam
- 2022-07-08 12:40:42
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
- Replies: 682
- Views: 161287
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Teraz wyszukuje również po tytule filmu. Trzeba zastosować poprawkę z poprzedniej strony, na samym dole.
- 2022-07-03 16:25:24
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
- Replies: 682
- Views: 161287
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Tak to ma wyglądać procedure GetMovieTitles(Address: string);
var
Page: TStringList;
Line, Year, MovieTitle, MovieAddress: string;
LineNr: integer;
begin
Page := TStringList.Create;
Page.Text := UTF8ToCP1250(GetPage(Address));
Page.Text := StringReplace(Page.Text, 'class="preview__link"', #13 ...
var
Page: TStringList;
Line, Year, MovieTitle, MovieAddress: string;
LineNr: integer;
begin
Page := TStringList.Create;
Page.Text := UTF8ToCP1250(GetPage(Address));
Page.Text := StringReplace(Page.Text, 'class="preview__link"', #13 ...