Skip to main content

Youtube Related Video Fetcher

Project description

PyPI PyPI - Python Version GitHub PyPI - Downloads

Youtube Related Video Fetcher

Installation

python3 -m pip install youtube-related

Example

Basic usage

import youtube_related

print(youtube_related.fetch('Some Youtube Video URL'))

YouTube’s featured video may be repeated regularly, and deque was used to prevent this.

from youtube_related import preventDuplication

Avoider: preventDuplication = preventDuplication()

print(Avoider.get('Some Youtube Video URL'))

Project details


Download files

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

Source Distribution

youtube-related-1.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

youtube_related-1.0.3-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

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