Installation#

Installing Youtube Scraping API is easy like a piece of cake! There are a few options for installing:

PyPI#

Installing from PyPI is the easiest and recommended method. It will contain the most up-to-date stable distribution:

python -m pip install youtube-scraping-api

Source#

If for some reason you hate using PyPI to install packages, you may also install using git.

python -m pip install git+https://github.com/melvinchia3636/YouTube-Scraping-API

Warning

If you download the code directly from GitHub, sometimes you might find some experimental features after installing it. For those who are facing any problems when running the code, kindly drop your issue in the Issue page of the repository.