Youtube Related Video Fetcher
python3 -m pip install youtube-related
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'))