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.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 details)