Questions tagged [pytube]

For issues relating to the pytube Python library.

pytube is a lightweight, dependency-free library (and command-line utility) for downloading Videos.

Features

  • Support for Both Progressive & DASH Streams
  • Easily Register on_download_progress & on_download_complete callbacks
  • Command-line Interfaced Included
  • Caption Track Support
  • Outputs Caption Tracks to .srt format (SubRip Subtitle)
  • Ability to Capture Thumbnail URL.
  • Extensively Documented Source Code
  • No Third-Party Dependencies

Where to learn more

256 questions
-3
votes
1 answer

pytube playlist is returning empty array

Recently pytube started returning an empty playlist. What is causing this playlist to be empty? from pytube import Playlist link = 'https://www.youtube.com/watch?…
Jubiluleu
  • 61
  • 7
1 2 3
17
18