An open API service indexing awesome lists of open source software.

https://github.com/p0dalirius/streamabledownloader

A simple python script to download videos hosted on streamable from their link
https://github.com/p0dalirius/streamabledownloader

download python streamable video

Last synced: 7 months ago
JSON representation

A simple python script to download videos hosted on streamable from their link

Awesome Lists containing this project

README

          

![](./.github/banner.png)


A simple python script to download videos hosted on streamable from their link.


GitHub release (latest by date)

YouTube Channel Subscribers

## Streamable

![](./.github/streamable.png)

## The technique

Extract the video URLs from the meta tags for opengraph:

```html

```

## Example

```
bash$ ./streamableDownloader.py -u https://streamable.com/abcdef -o video.mp4
[>] Downloading to video.mp4 ...
[>] Downloaded 16.78 MB to video.mp4 ...
```

## Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.