Norman Bates
Norman Bates
> yo i think i figured out how to extract the sources. how should i share this information ? share it here. or create a public repo with your code
thank you bro, I'll check it! 😍❤️
I didn't check yet.
> @Babyyoda777 do u mind telling me how are u getting the id from tmdb? > > It should be great if I could filter by genre/language. e.g korean or...
> Hello... Does this api still work? BIG NOOOOOOO!
all sources are down right now! you can get HLS stream URL from vidsrc python script Python version > `https://github.com/cool-dev-guy/vidsrc-api` TS version > `https://github.com/avikpl1911/vidsrcto-resolver-ts-api` example live API URL > `https://vidsrcto-resolver-ts-api-lovat.vercel.app/movie/76600`
> I use the vidsrcto resolver already, but I need showbox mp4 links for something else 😢 are you the developer of this project? If yes can i dm you...
[isaacy13](https://github.com/isaacy13) ` player.stream.position.listen((currentDuration) { print(currentDuration); });` this only gives me the current duration. How can I show the buffering percentage? If I seek the video, the buffer percentage will be...
> I think you can figure out an approximation of the buffering using the current positions and the currently buffered one. For example, if the cache usually plays after the...