rohit-chouhan / youtube-flutter

A package to stream/download youtube video or thumbnail and more.
https://pub.dev/packages/youtube
MIT License
6 stars 2 forks source link

Limitation?? #3

Closed Raghavan2005 closed 3 months ago

Raghavan2005 commented 3 months ago

Hey, I can see that you're using HostGator for your domain. Do you have a YouTube API server running on your backend? If I'm going to use this in my application, I need to know about its maintenance and associated costs.

rohit-chouhan commented 3 months ago

Currently, this package is in its beta version, so the API is open. However, I plan to restrict the API in the future. If you would like to continue using our API, we will make it available on RapidAPI. You can access it from there.

Raghavan2005 commented 3 months ago

Better you may implement Data Scraping From https://www.youtube.com/watch?v=${videoId} No api key required No limitation Runs on-device

rohit-chouhan commented 3 months ago

Thank you for the suggestion