github vsmutok/ytscrape v0.1.1
ytscrape v0.1.1

latest releases: v1.0.1, v1.0.0, v0.1.5...
one month ago

ytscrape v0.1.1

First tagged release of ytscrape — a free, open-source YouTube scraper for
Python built on top of YouTube's internal InnerTube API (no API key, no
quota).

Highlights

  • 🔎 Search videos, channels and playlists via a clean SearchFilter enum.
  • 📄 Transparent pagination — just iterate; continuation tokens are handled for
    you.
  • 🎬 Fetch detailed video metadata from an id or any YouTube URL.
  • 🌍 Language & country support (hl / gl) validated with pycountry.
  • 🖥️ A tiny CLI: python -m ytscrape ... / ytscrape ....

Install

pip install ytscrape

Notes

  • This release is published to PyPI automatically by the
    .github/workflows/publish.yml GitHub Action when the v0.1.1 tag is pushed.

Don't miss a new ytscrape release

NewReleases is sending notifications on new releases.