NannoSilver
NannoSilver
Hi, I was trying different settings in a try to put it to work, and ended-up getting the error message that says "the HTTP cannot register the URL http//+:55555/FeedService". After...
Nowadays many proxy servers are authenticating the user by a token or key, instead username and password. Every request shall include the key, in a way similar to: http://myproxyserver.com:51337/?apiKey=bW3ZXxHJdjfodhsfodshfoisdofwe6wjCU Is...
Hi Anorov, At pypi.org there are two packages of PySocks. **https://pypi.org/project/PySocks/ (version 1.7.1) https://pypi.org/project/PySocks3.9/ (version 2.0)** I see that as suspicious, and maybe there is a risk that PySocks3.9 may...
Hi guys! This is my log_sys.py code: ``` from loguru import logger logger.remove() formato = '{time:YYYY-MM-DD HH:mm:ss.SSSSS!UTC} {level:15} {message} [{file} : {line}]' logger.add('logs_loguru/loguru_UTC_time_WARNING_{time:YYYY-MM-DD!UTC}.log', rotation='00:00', format=formato, level='WARNING', catch=True) logger.add('logs_loguru/loguru_UTC_time_DEBUG_{time:YYYY-MM-DD!UTC}.log', rotation='00:00', format=formato,...
## Description Just after install dissenter-1.5.114-installer.exe at my Windows 10 x64 (and before to click 'finish" at the setup.exe final screen) the Kaspersky Total Security 21.3.10.391(b), with all updates to...
I am running Pytube 12.1.2 (without any modification) installed from https://pypi.org/ and Python 3.9.13. The download of audio (eg.: itag = 140) is at around 30 kB/s while the downloading...
I searched at pytube documentation, but could not find any reference about the subject, so I am posting this as suggestion for enhancement Seems the `Channel` retrieves the full list...
I am running pytube 15.0.0. While requesting the video's description, I get `None` as result, instead the description itself. Here is the code to test the issue: ``` from pytube...
I searched the pytube documentation, but could not find. Is there a way to retrieve the Youtube channel "profile image" using pytube? The profile image is a square image representing...
I am facing an unexpected problem with pytube 15.0.0. It is patched with latest patches to work properly. I generating the URL for download and using such URL to download...