Try printing ( with log) the command you are trying to execute, run it in a seperate command line to see if it's working properly.
since it's related to input I am suspecting the problem is with the youtube url you are providing
Help getting an streaming URL from a page
-
Hello, I am trying to get the streaming URL from the radios listed on this website https://radio.co.cm/
The streaming doesn't start until I click on play and I believe it makes a call to an API who sends back the streaming.When doing manually, I use this Video Downloadhelper extension to get the content once the streaming starts with 2 clicks, but this extension does not work in BAS.
I would be really thankful if someone could help me with this.
Thanks In advance -
You should intercept http request when clicking on play button,
and explore how it is created and sent. Usually there is some pattern
on how that download link is created based on existing html page
code and eventually cookie values.There is "http request recorder" built in BAS so its easy to obtain
and explore possible solutions based on that. -
@GaG said in Help getting an streaming URL from a page:
ttp request recorder"
Where can I find the Http Request recorder.
I have been looking for this but I couldn't find it
