Mystream - returns empty array
Closed this issue · 0 comments
RwbyChan commented
Tried following urls:
- https://embed.mystream.to/wr35j4n3bh4b
- https://embed.mystream.to/eidkwo3kl05f
- https://embed.mystream.to/61n84ozx4fa7
Usage (default):
const { MyStreamScraper } = require('mystream-scraper');
(async () => {
const url = 'https://embed.mystream.to/61n84ozx4fa7';
const scrap = await new MyStreamScraper().scrap(url);
if (scrap.success)
console.log(scrap.data.sources);
})();
Result:
[]