quick script to download all streamable videos on account and archive to gdrive
session_id
your streamable session idusername
your streamable usernameusercode
your streamable usercode--gdrive
to upload to gdrive or not--replace_spaces
to replace spaces in filenames with underscores or not
log into streamable, open console in firefox/chrome, go to network/requests tab, refresh videos page, find first request, copy cookies with relevant names.
- python3
- requests
- youtube_dl
- pydrive
if you don't want to authorize gdrive using my gapps API key, you can generate that yourself. then replace the keys in client_secrets.json
. follow this to generate api keys.
a folder named streamable-videos
is created on your gdrive, all videos are uploaded to this folder.