Added
- 📚 New
examples/folder with short, runnable, self-contained
scripts: searching videos (01_search_videos.py), channels & playlists
(02_search_channels_playlists.py), fetching video details
(03_video_details.py), pagination (04_pagination.py), language & region
localisation (05_language_region.py) and error handling
(06_error_handling.py), plus anexamples/README.mdindex. - 🏷️ PyPI version badge in the README linking to the project page on PyPI.
Changed
- 📝 Expanded the README with a link to the new
examples/folder right after
the Quick start section.