ok something like this would work both for director and writer fields i guess:
// Writer (Producer Field)
if CanSetField(fieldProducer) then
begin
if GetOption('Producer') = 1 then
begin
Value := TextBetween(PageText, 'Produced by</a></h5>', '</table>');
FullValue := '';
Value2 ...
Search found 2 matches
- 2010-03-31 22:44:35
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script
- Replies: 283
- Views: 84265
- 2010-03-31 20:03:49
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script
- Replies: 283
- Views: 84265
Hi, is it possible to get full credits for writer and director fields? I managed to direct the script to /fullcredits page but because i know nothing about scripting, I couldn't manage to remove "explanations" like: 'uncredited', 'written by' and such. The result is a garbled mess. Can anyone direct ...