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
- Host: GitHub
- URL: https://github.com/p0dalirius/streamabledownloader
- Owner: p0dalirius
- Created: 2022-01-13T10:58:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T08:09:26.000Z (about 2 years ago)
- Last Synced: 2024-12-18T18:45:27.694Z (over 1 year ago)
- Topics: download, python, streamable, video
- Language: Python
- Homepage: https://podalirius.net/
- Size: 309 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

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

## 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.