index.rst 453 B

1234567891011121314151617181920212223
  1. Welcome to Scrapetube's documentation!
  2. ================================================
  3. This module will help you scrape youtube without the official youtube api and without selenium.
  4. With this module you can:
  5. * Get all videos from a Youtube channel.
  6. * Get all videos from a playlist.
  7. * Search youtube.
  8. Reference
  9. =========
  10. .. currentmodule:: scrapetube
  11. .. autofunction:: get_channel
  12. .. autofunction:: get_search
  13. .. autofunction:: get_playlist