-
the issues that are not being resolved in pytube are being resolved in pytubefix, see the project here https://github.com/JuanBindez/pytubefix
-
Hello, an alternative to pytube is pytubefix, its fork for bug fixes and new features
pip install pytubefix
```python
from pytubefix import YouTube
from pytubefix.cli import on_progress
…
-
Unfortunately, pytube has not been actively maintained in recent times and crashes eventually. Another one that implements the same functionality and uses the same interfaces - try pytubefix http://p…
-
Hello everyone ,
Many have started posting issues and many are yet to be resolved by the Dev team , in the mean time I have found an alternative to it in the mean time the dev team is fixing it.
…
-
It tells me:
Traceback (most recent call last):
File "/home/humanbeing/Public/YTDownloader/youtubePlaylistDownloaderUsingPython/ytPlaylistDownload.py", line 3, in
from pytubefix import Pla…
-
**:exclamation: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE :exclamation:**
lack of information will lead to closure of the issue
__________
**Describe the bug**
A clear and concise description of wha…
-
__________
**Describe the bug**
The script encounters an error message "VXHa83Lcmdk This request was detected as a bot. Use use_po_token=True to view. See more details at https://github.com/JuanBi…
-
**:exclamation: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE :exclamation:**
lack of information will lead to closure of the issue
__________
**Describe the bug**
A clear and concise description …
-
__________
**Describe the bug**
Two playlist tests are currently [failing in the *nixpkgs* tests](https://hydra.nixos.org/build/276561053/nixlog/2) (ignore the cipher tests, I opened a second PR to …
-
After adopt the "@" to designate channels URLs, seems Youtube is allowing an additional scheme.
The new scheme is similar to the one with **@** but without the **@**.
Here is an example:
Form…