Skip to main content

Search for videos on YouTube

Project description

Getting Started with YouTube Data Api Search

Introduction

Search for videos on YouTube

Install the Package

The package is compatible with Python versions 2 >=2.7.9 and 3 >=3.4. Install the package from PyPi using the following pip command:

pip install youtube-data-py==1.0

You can also view the package at: https://pypi.python.org/pypi/youtube-data-py

Initialize the API Client

Note: Documentation for the client can be found here.

The following parameters are configurable for the API Client:

Parameter Type Description
http_client_instance HttpClient The Http Client passed from the sdk user for making requests
override_http_client_configuration bool The value which determines to override properties of the passed Http Client from the sdk user
timeout float The value to use for connection timeout.
Default: 60
max_retries int The number of times to retry an endpoint call if it fails.
Default: 0
backoff_factor float A backoff factor to apply between attempts after the second try.
Default: 2
retry_statuses Array of int The http statuses on which retry is to be done.
Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]
retry_methods Array of string The http methods on which retry is to be done.
Default: ['GET', 'PUT']

The API client can be initialized as follows:

from youtubedataapisearch.youtubedataapisearch_client import YoutubedataapisearchClient
from youtubedataapisearch.configuration import Environment

client = YoutubedataapisearchClient(
    environment=Environment.PRODUCTION,)

List of APIs

Classes Documentation

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

youtube-data-py-1.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

youtube_data_py-1.0-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

Details for the file youtube-data-py-1.0.tar.gz.

File metadata

  • Download URL: youtube-data-py-1.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8

File hashes

Hashes for youtube-data-py-1.0.tar.gz
Algorithm Hash digest
SHA256 3b7bc2962ca882d755b358bdcc082c2ed8a99dfa1b8304e160835d08f33488c1
MD5 0d08f4bed730391689bc3465542ac079
BLAKE2b-256 dbaf527fa2832b120e3d5133a448e880747cd550b8272b7e5ddccf373301c464

See more details on using hashes here.

File details

Details for the file youtube_data_py-1.0-py3-none-any.whl.

File metadata

  • Download URL: youtube_data_py-1.0-py3-none-any.whl
  • Upload date:
  • Size: 22.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8

File hashes

Hashes for youtube_data_py-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1549641fe9f1fdde4be3afed2194e43dfe5ac4bddfd6be69e88e05eacd608b5e
MD5 b17b39179d48247ac41932c73f89c32f
BLAKE2b-256 a0d95cbc39c243a62a0b8bac3f351bfc369e3af7a8a99f2a78477de996d61318

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page