AppleTrailersWrapper-包装苹果拖车的简单包装-Puyodead1

发布:2020-12-22 17:06:30.125527

作者:Puyodead1

### 作者邮箱:puyodead@protonmail.com

### 首页:https://github.com/Puyodead1/AppleTrailersWrapper

### 文档:None

### 下载链接

# Apple Trailers Wrapper

Example-LMLPHP Example-LMLPHP Example-LMLPHP

Simple python package that wraps Apple Trailers
PyPi: https://pypi.org/project/AppleTrailersWrapper/

Find the documentation at https://appletrailerswrapper.readthedocs.io/
more information will be added to the docs soon

Example

import AppleTrailersWrapper

results = AppleTrailersWrapper.Search("Allegiant") # Search for a title (see the search page of docs for format of JSON response)
title = AppleTrailersWrapper.Title(results["results"][0]) # Create instance of Title, passing a result dict

movie_title = title.get_movie_title()
print(movie_title)
 Copy from pypi.org

查询时间:4.237ms
渲染时间:4.381ms

本文同步分享在 博客“zhenruyan”(other)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。

03-31 02:54