Help with finding the video URL
#1
Hi, I am a Python enthusiast and sometimes try to write my own addon for video streaming web sites for which I don't see any already existing addon. Recently I am coming across sites where I can't find any iframe or any other clue to get the video (m3u8/mp4 etc) URL.

Following are the 3 such URLs I tried to get the video URL. Looking for your expert help to write some python code to get such complex URLs.

1. http://hindi.pradesh18.com/live-tv/etv-bangla/
2. http://www.kiro7.com/live-stream
3. http://www.dy365.in/live_tv.php
Reply
#2
I came across this reddit post while learning to scrape websites.
It has helped me immensely.

basically you go to the site, scrape it for a script that it calls for additional content, then do another request with that script.
Reply
#3
(2016-10-16, 06:54)gedisony Wrote: I came across this reddit post while learning to scrape websites.
It has helped me immensely.

basically you go to the site, scrape it for a script that it calls for additional content, then do another request with that script.


Thanks for sharing the link, will have a look and try out my luck.


Sent from my iPhone
Reply

Logout Mark Read Team Forum Stats Members Help
Help with finding the video URL0