- Support for
python
3.6 dropped. load_source
andload_sources
methods on thePhylm
class are now async. See the migrating to async guide for help on using the new API.- If using a source class directly, eg. through
Imdb(raw_title="The Matrix")
, you'll need to explicitly load the data through theload_source
async method on the source class.
tools.search_tmdb_movies
accepts an optionalregion
parameter to refine search.