Skip to content

quick script to download all streamable videos on account and archive to gdrive

Notifications You must be signed in to change notification settings

grandprixgp/streamable-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

streamable-downloader

quick script to download all streamable videos on account and archive to gdrive

arguments (--flags are optional)

  • session_id your streamable session id
  • username your streamable username
  • usercode your streamable usercode
  • --gdrive to upload to gdrive or not
  • --replace_spaces to replace spaces in filenames with underscores or not

how to get session_id, usercode

log into streamable, open console in firefox/chrome, go to network/requests tab, refresh videos page, find first request, copy cookies with relevant names.

requirements

  • python3
    • requests
    • youtube_dl
    • pydrive

setup

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.

gdrive

a folder named streamable-videos is created on your gdrive, all videos are uploaded to this folder.

About

quick script to download all streamable videos on account and archive to gdrive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages