Releases: ping/instagram_private_api_extensions
Releases · ping/instagram_private_api_extensions
Release 0.2.8
Change log:
- live: Increase ffmpeg loglevel to error
- Add documentation https://instagram-private-api-extensions.readthedocs.io/en/latest/
Release 0.2.7
Change log:
- media: Add save_only bool flag to return only file path and not read vid file into memory for videos
- live: Use max_connection_error_retry for fragment download
Release 0.2.6
Change log:
- media: Update moviepy dependency to 0.2.3.1
- media: Disable progress bar by default for
prepare_video()
Release 0.2.5
live:
- Enforce a max connection retry limit
- Update user-agent
- py3 fix
Release 0.2.4
- media: Fix bug when clipping video
- live: Improve stream end detection, stream quality selection
A reminder to update dependencies with
pip install -r requirements.txt
if upgrading from <0.2.0
Release 0.2.3
- live: Support ffmpeg binary path in contructor
- live: Record initial_buffered_duration
A reminder to update dependencies with
pip install -r requirements.txt
if upgrading from <0.2.0
Release 0.2.2
- live: Make max duplicate etag retry count configurable
- live: Don't del source*.tmp files if not using ffmpeg
A reminder to update dependencies with
pip install -r requirements.txt
if upgrading from <0.2.0
Release 0.2.1
Support min_size
parameter when preparing media 08e951e
A reminder to update dependencies with
pip install -r requirements.txt
if upgrading from <0.2.0
Release 0.2.0
Switch to using requests for downloading in live.py
and media.py
.
Don't forget to update dependencies with pip install -r requirements.txt
.
Release 0.1.6
Make live.Downloader more performant with high latency connections