Home
last modified time | relevance | path

Searched refs:IMDb (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/www/p5-WWW-IMDb/IMDb-0.01/IMDb/
H A DPeople.pm1 package IMDb::People;
36 $IMDb::Ua->get('http://us.imdb.com/Find?select=People&for='.$string);
40 my $doc = $IMDb::Parser->parse_html_string($response->content);
61 $IMDb::Ua->get('http://us.imdb.com/Name?'.$id) or return;
66 my $doc = $IMDb::Parser->parse_html_string($response->content);
H A DTitle.pm1 package IMDb::Title;
69 $IMDb::Ua->get('http://us.imdb.com/Find?select=Titles&for='.$string);
80 my $doc = $IMDb::Parser->parse_html_string($response->content);
101 $IMDb::Ua->get('http://us.imdb.com/Details?'.$id) or return;
106 my $doc = $IMDb::Parser->parse_html_string($response->content);
H A DGenerique.pm1 package IMDb::Generique;
10 $IMDb::Ua = new LWP::UserAgent requests_redirectable => [];
11 $IMDb::Parser = new XML::LibXML;
/dports/www/p5-WWW-IMDb/IMDb-0.01/
H A DMANIFEST2 IMDb.pm
3 IMDb/Title.pm
4 IMDb/People.pm
5 IMDb/Generique.pm
H A DREADME1 IMDb 0.01
16 IMDb - Abstract class to query the Internet Movie Database
26 ftp://ftp.rhapsodyk.net/pub/devel/perl/IMDb/
32 CVS_RSH=ssh cvs -d anonymous@cvs.rhapsodyk.net:/devel co IMDb
38 http://www.rhapsodyk.net/cgi-bin/cvsweb/IMDb/
H A DIMDb.pm1 package IMDb; package
5 $IMDb::VERSION = '0.01';
H A DChanges1 Revision history for Perl extension IMDb.
/dports/www/p5-WWW-IMDb/IMDb-0.01/t/
H A D0load.t6 use IMDb;
7 use IMDb::Title;
8 use IMDb::People;
/dports/www/p5-WWW-IMDb/IMDb-0.01/examples/
H A Dimdbsearch.PL4 use IMDb;
8 my @ids = IMDb::search('title', $search);
12 my $imdb = new IMDb 'title', $id
H A Dimdbget.PL4 use IMDb;
8 my $imdb = new IMDb 'title', "$id"
/dports/misc/py-orange3-datafusion/orange3-datafusion-0.1.11-7-g69aa51c/doc/widgets/
H A DIMDbactors.rst1 IMDb Actors
31 `IMDb <https://en.wikipedia.org/wiki/Internet_Movie_Database>`__ data
37 1. Select how many actors from the IMDb database would you like to
45 enables immediate access to the `IMDb
/dports/www/py-imdbpy/IMDbPY-2021.4.18/tests/
H A Dconftest.py7 from imdb import IMDb
43 yield IMDb('http')
46 yield IMDb('s3', uri=s3_uri)
/dports/www/py-imdbpy/IMDbPY-2021.4.18/imdb/
H A Dcli.py26 from imdb import VERSION, IMDb
45 connection = IMDb()
75 connection = IMDb()
107 connection = IMDb()
117 connection = IMDb()
/dports/www/py-imdbpy/IMDbPY-2021.4.18/
H A DPKG-INFO4 Summary: Python package to access the IMDb's database
13 manage the data of the IMDb movie database about movies, people,
17 it can retrieve data from both the IMDb's web server and a local copy
21 to provide access to the IMDb's data to their programs.
H A DREADME.rst21 of the `IMDb`_ movie database about movies, people and companies.
41 - can retrieve data from both the IMDb's web server, or a local copy
72 from imdb import IMDb
74 # create an instance of the IMDb class
75 ia = IMDb()
/dports/www/py-imdbpy/IMDbPY-2021.4.18/IMDbPY.egg-info/
H A DPKG-INFO4 Summary: Python package to access the IMDb's database
13 manage the data of the IMDb movie database about movies, people,
17 it can retrieve data from both the IMDb's web server and a local copy
21 to provide access to the IMDb's data to their programs.
/dports/multimedia/kodi/xbmc-19.3-Matrix/addons/metadata.themoviedb.org/resources/language/resource.language.cs_cz/
H A Dstrings.po48 msgid "Add also IMDb ratings"
49 msgstr "Přidat také hodnocení z IMDb"
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/
H A DNEWS17 - IMDb-it
19 * Updated movie plugins: AniDB, DVDPalace, FileVonA-Z, IMDb, IMDb-de, IMDb-es, KinoDe, WP, Zelluloid
67 * Updated movie plugins: IMDb, Allocine, CineMovies, IMDb-de, MovieMeter,
112 * Updated movie plugins: IMDb, IMDB-de, Kino.de, OFDb, FilmeVonAZ, Zelluloid
189 * Updated movie plugins: Filmweb, WP, FDb, IMDb, 7arte.net, Cineteka, Kino.de,
191 * New movie plugins: FilmDb, Zelluloid, IMDb-de
302 * Updated movie plugins: 7arte, AniDB, Cinematografo, Filmweb, IMDb.
419 * [Bug #5344] fixed wrong encoding in IMDb movie plugin (thanks to dieterv)
/dports/www/p5-WWW-IMDb/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=IMDb-current.tar.gz
/dports/www/py-imdbpy/IMDbPY-2021.4.18/bin/
H A Dget_top_bottom_movies.py25 i = imdb.IMDb()
H A Dget_company.py30 i = imdb.IMDb()
H A Dget_movie.py30 i = imdb.IMDb()
H A Dget_person.py30 i = imdb.IMDb()
H A Dget_first_person.py29 i = imdb.IMDb()
H A Dget_first_company.py29 i = imdb.IMDb()

1234567