(Experimental) Instagram live stream downloader. Can download live streams from start.
- Play an ongoing Instagram live stream in desktop browser with a logged-in account.
- Note: Instagram is known to disable accounts with bot-like behaviors, use a throwaway account to be safe.
- Open network monitor by pressing F12 then navigate to the "Network" tab.
- In the filter bar, type
.mpd
. Right click on one of the entries and selectCopy > Copy URL
(Firefox) orCopy > Copy link address
(Chrome). - Run the downloader as show below with the .mpd url from step 3.
$ ./download-iglive download 'https://url/to/manifest.mpd'
$ ./download-iglive download -o path/to/download/directory 'https://url/to/manifest.mpd'
$ ./download-iglive download -l 'https://url/to/manifest.mpd'
$ ./download-iglive merge path/to/download/directory
$ ./download-iglive -h
$ ./download-iglive download -h
$ ./download-iglive merge -h