Taylor Fox Dahlin
Updated reference: nficano/pytube -> pytube/pytube
d282c0a unverified
|
raw
history blame
1.04 kB
metadata
name: Bug report
about: Create a report to help us improve
title: '[BUG]'
labels: bug
assignees: ''

Before creating an issue

Please confirm that you are on the latest version of pytube by installing from the source. You can do this by running python -m pip install git+https://github.com/pytube/pytube. Sometimes, the pypi library repository is not up to date, and your issue may have been fixed already!

Describe the bug A clear and concise description of what the bug is.

To Reproduce Please provide the following information:

  • The video or playlist url that is causing the error.
  • The code where the problem is occurring.

Expected behavior A clear and concise description of what you expected to happen.

Output If pytube raises an exception, please provide the full traceback for the exception.

System information Please provide the following information:

  • Python version (run python --version)
  • Pytube version (run print(pytube.__version__) in python)
  • Command used to install pytube