I was able to get the script to work with that URL. Make sure you are using the fixed version from this URL:I think this is the part messing up but I don't know what
if __name__ == "__main__":
video = BunnyVideoDRM(
# insert the referer between the quotes below (address of your webpage)
referer="You must be registered to see the links",
# paste your embed link
embed_url="https://iframe.mediadelivery.net/embed/63077/97f78439-15ac-4741-b97f-a1239319d2a3?autoplay=false&loop=false&muted=false&preload=true&responsive=true",
# you can override file name, no extension
name="ellen",
# you can override download path
path=r"./",
# enable debug mode to see details
debug=False,
)
# video.session.close()
video.download()
You must be registered to see the links
Also make sure the requirements are installed before your run the script. To do this download the requirements.txt file and run
pip install -r requirements.txt in the same directory as the file. You don't need to change the referer URL from the default already in the script when downloading.