chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

Plugin request : INE #1552

Open devwhatsapp opened 7 years ago

devwhatsapp commented 7 years ago

Hi

Can someone create a plugin to download videos from

https://streaming.ine.com/play/4225ac12-4fdb-4b5b-9f52-4d088030fab0/ccie-rs-written-lab-exam-part-1#/

Thank you

flijloku commented 7 years ago

I can not create the plugin, but I can offer an alternative. You can use Internet Download Manager (IDM) or Video DownloadHelper for Firefox to get URL for hls-playlist (https://videos-f.jwpsrv.com/content/conversions/f7waFglx/videos/zBs3suba-26487538.mp4.m3u8?token=0_584eaadb_0x6c65c3f73e698f7d431fa3b7c6fad7e9b676d7ed - for your video above) and then download via livestreamer: livestreamer -o filename.flv --hls-segment-threads 10 hls://URL best

SirFireNewt commented 7 years ago

It seems like this project has been abandoned by the original developer. streamlink is a fork of this project with multiple active developers. You should ask over there if you still want the plugin.

beardypig commented 7 years ago

@devwhatsapp If you are interested, I created a plugin for Streamlink that supports INE. You can find it over here: streamlink/streamlink/pull/308

devwhatsapp commented 7 years ago

@beardypig Thank you so much. IT WORKS !!

beardypig commented 7 years ago

@devwhatsapp no problem :-)