Youtube Related Video Fetcher
Project description
Youtube Related Video Fetcher
Installation
python3 -m pip install youtube-related
Example
Basic usage
import youtube_related
print(youtube_related.get('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()
print(preventDuplication.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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.