Ciarands / vidsrc-to-resolver

A simple cli for fetching content from vidsrc.to by resolving m3u8's from common sources used by the site
68 stars 24 forks source link

The script should just automatically scrape the next server without prompting the user #11

Closed ttx99 closed 8 months ago

ttx99 commented 8 months ago

The script should just notify user if no content is found. More often than not user would wanna scrape the next server anyway.

Ciarands commented 8 months ago

It was a purposeful decision not to, keeping the fact that keys can be invalid in mind, I wanted to allow the user to wait a few minutes before retrying vidplay as a source so that the keys could have chance to update. This is why it prompts you to try the initial source again after trying the secondary source, I'll revisit this behavior in future after I finish my runtime key extractor.