pytube
pytube copied to clipboard
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
Hi, I wanted to use pytube today but it does not work for me. Tried to turn off firewall but it still didn't work. I am using spyder and I...
Im using pytube 12.1.0 and am getting error http.client.IncompleteRead: IncompleteRead(707911 bytes read, 8729273 more expected)
**Describe the bug** Occurs when a video on YouTube is not available to download/view. I am catching the exception: `try: yt = YouTube(link) except VideoUnavailable: ` However it still throws...
**Describe the bug** > Most of the playlist work fine but i found out this one and similar to this one raise this error **To Reproduce** > https://www.youtube.com/watch?v=RzprboY79U4&list=RDGMEM6ijAnFTG9nX1G-kbWBUCJAVMnPOdiUcboqs&index=2 **Expected behavior**...
[BUG]
# it hasn't at all messed with functionality , just kep getting the error log whenever i pull results from an instance of the search class **To Reproduce** from pytube.contrib.search...
Until now it's worked perfectly, but now it's showing a issue is this only for me or ?, can anyone help ty ``` Ignoring exception in on_message Traceback (most recent...
`/Users/admin/Developer/Python/venv/bin/python /Users/admin/Developer/Python/main.py Rick Astley - Never Gonna Give You Up (Official Music Video) 1195352717 Traceback (most recent call last): File "/Users/admin/Developer/Python/venv/lib/python3.10/site-packages/pytube/__main__.py", line 181, in fmt_streams extract.apply_signature(stream_manifest, self.vid_info, self.js) File "/Users/admin/Developer/Python/venv/lib/python3.10/site-packages/pytube/extract.py",...
Fixes this bug https://github.com/pytube/pytube/issues/1199 Essentially the fix is just updating the regular expression. Tested locally and download is working after the fix on Ubuntu 20.04.
Hi, I coded some time ago a short code (that is not optimal for sure) that used to work perfectly. Now it's running without error but the videos don't get...