69adaeee00
* user more oxutils functions * start migrating to a raw dict, first part, parse full cast with names from imdb * add getMovieId
10 lines
137 B
Python
10 lines
137 B
Python
# -*- Mode: Python; -*-
|
|
# vi:si:et:sw=2:sts=2:ts=2
|
|
# encoding: utf-8
|
|
|
|
__version__ = '0.1.0'
|
|
|
|
import imdb
|
|
import wikipedia
|
|
import google
|
|
|