SMAPPNYU / youtube-data-api

A Python Client for collect and parse public data from the Youtube Data API
https://youtube-data-api.readthedocs.io/en/latest/index.html
MIT License
79 stars 31 forks source link

Remove non API functions #23

Closed yinleon closed 5 years ago

yinleon commented 5 years ago

I had originally added some convenience functions to deal with in-the-wild URLs and to collect comments, but these functions aren't actually part of the YouTube API.

I'd like to set a deprecation date on those function. The utils might be added to gists for convenience or ported to a separate library of helper functions.

Thoughts? @mabrownnyu

mabrownnyu commented 5 years ago

Yeah I think I'd agree with that. It probably makes more sense to separate them off into a package than keep them on as random utilities since they don't specifically relate to the functions of the YouTube API itself.

yinleon commented 5 years ago

Done with last commit. Merged and pushed to PyPi