CFLam Posted March 16, 2018 Posted March 16, 2018 1 down vote favorite In FireFox, if Video DownloadHelper installed, one can get the streaming URL of the current site (if any) eg www .examplevideo.tv/room1 and Video DownloadHelper can tell me the streaming URL is video.examplevideo.tv/live/12345678asdf?id=987654321 However, it is a tedious task if I have many sites need to capture, Can this be done by using AutoIt's API (not with FireFox) ? Thanks. Regds LAM Chi-fung
CFLam Posted March 18, 2018 Author Posted March 18, 2018 Problem solved, youtube-dl (https://rg3.github.io/youtube-dl/ ) is a command line program and with the -g parameter, it can return the streaming link for me. Now I can run it through AutoIt to perform my task.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now