Thanks :)
I added this in case there is a "/" (and possibly other stuff) after the number in the URL, as that case is quite likely:
if(Pos('/', IMDB) > 0)
IMDB := TextBefore(IMDB, '/', '');
I also modified a little the test at the beginning so it asks for IMDB url in case it is not found in ...
Search found 9 matches
- 2010-12-18 23:53:51
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
- 2010-12-18 20:20:39
- Forum: Ant Movie Catalog > Scripts
- Topic: Programmation questions
- Replies: 133
- Views: 110299
- 2010-12-18 20:10:18
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
- 2010-12-17 17:02:28
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
- 2010-12-17 08:25:58
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
- 2010-12-17 03:26:36
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
- 2010-11-01 21:53:49
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
- 2010-10-24 18:17:52
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
- 2009-09-13 12:20:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MoviePosterDB (Poster download)
- Replies: 32
- Views: 12112
[REL] MoviePosterDB (Poster download)
Hi I'm new :p
Well I was playing with the script editor from ant and then I realize that it was really easy to make scripts (the debug tool it makes the things easy).
I'm not familiar with Delphi so maybe my script is ugly and has a lot of bugs, but it works :D. The API from movieposterdb makes ...
Well I was playing with the script editor from ant and then I realize that it was really easy to make scripts (the debug tool it makes the things easy).
I'm not familiar with Delphi so maybe my script is ugly and has a lot of bugs, but it works :D. The API from movieposterdb makes ...