Hi everyone,
I have a paid IPTV apk and I was hoping to download someone of the recorded playback videos. I ran the apk in an android emulator on Windows and used URL Snooper to get the following (not sure which one):
http://live.itoplive.net/query/6ADGc...son? type=vod
http://198.255.6.37:9083/vod/sg1-s2/...S1Gn8upX6UOg==
rtmfp://198.255.6.37:9035/vod/sg1-s2/IP/6U/IP6UsETwI9S1Gn8upX6UOg==
rtmp://198.255.6.37:9035/vod/sg1-s2/IP/6U/IP6UsETwI9S1Gn8upX6UOg==
http://198.255.6.37/vod/sg1-s2/IP/6U...eo.fpvsegments
I've tried downloading the http and rtmp with youtube-dl but it returns with a timeout error:
ERROR: Unable to download webpage: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> (caused by URLError(TimeoutError(10060, 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond', None, 10060, None),))
Is there any way to download this clip? Thank you in advance.