mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
12 lines
246 B
Markdown
12 lines
246 B
Markdown
|
# Instagram Video Downloader
|
||
|
### Downlaods all the videos from instagram post. User needs to provide instagram post id as parameter
|
||
|
>> Example
|
||
|
|
||
|
```
|
||
|
python instavideo.py B3NUFfmgRYW
|
||
|
```
|
||
|
>> Example output file
|
||
|
|
||
|
```
|
||
|
B3NUFfmgRYW_0.mp4
|
||
|
```
|