Just noticed that the "LastVersion" file in the profile folder, as the name suggests, gets updated when the profile is opened with (another version of) BAS e.g. from 114.0.5735.91 to 117.0.5938.63. Therefore it's not suitable for our need to determine the original version of which a profile was created.
But at least can be said what was the latest BAS version that worked with it ;)
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
