Prince Roshan

Results 36 comments of Prince Roshan

>True, but then the hard thing would to detect the package manager based on the distro, and also the package names (for example it's not python3-tk on Arch) I can...

Sure, I hope you will share your approach first, before going for the implementation.

Hi @ethmtrgt, thanks for showing interest. >currently some public APIs( an example API is vid=obj.get_videoinfo()) are returning a list of objects which should not be expected behavior. This is done,...

>Can we use the cache argument from the build function?? didn't understand, which build function. when I created this ticket I had an approach in mind i.e to save the...

No, we should stick with the json file. We are using this to avoid API rate limit while doing development locally.

No, we should stick with the json file. We are using this to avoid API rate limits while doing development locally.

Save the json response returned by YouTube Data API V3 into a json file and next time if you are querying the same thing query to json file instead of...