Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Mystream - returns empty array #7

@RwbyChan

Description

@RwbyChan

Tried following urls:

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:
[]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions