A python package to get streamable link of videos from google drive.The generated streamable links are supported by jwplayer,video tag etc.
beautifulsoup4==4.6.x
requests==2.18.x
selenium==3.8.x
from linkGenerator import getLinks
links=getLinks(url)
Returns a dictionary.
python3 linkGenerator.py url
The MIT License (MIT)