NannoSilver

Results 113 comments of NannoSilver

> C:\Users{USER}\AppData\Local\i3arnon Thanks for the info. At this point I am using a free service for the same purpose: www.podtube.me

> See the description of "Maintainers", the 2nd one was uploaded by [megadose](https://pypi.org/user/megadose/). Nothing new except setup metadata (at this time point). Thank you for clarifying, SeaHOH!

> @sukhoi47 Have you been able to find a way? @schthms I moved to a proxy provider with authentication by username and password and and could implement in my app...

Hi @Delgan, I am not using Uvicorn, gunicorn nor anything similar in my code, however the Cloudlinux with Litespeed server seems to have its own built-in WSGI. Strangely, the parameter...

I just completed a test with file rotation... for the test I removed the `!UTC` reference in the file name. The updated code is `logger.add('logs_loguru/loguru_UTC_time_WARNING_{time:YYYY-MM-DD}.log', rotation='00:00', format=formato, level='WARNING', catch=True)` and...

In recent weeks I am using this code, that is working fine so far. My server has internal clock set to `UTC +02:00`. So, by rotating at `02:00` it will...

> Hey, found this issue in an earlier thread - here is the link to the thread: > > [#1199 (comment)](https://github.com/pytube/pytube/issues/1199#issuecomment-1016783092) > > "" I just updated the regex like...

It works well for me when the (2 files) patch is applied on Pytube 12.1.3. Thank you!

Issue is around for near 2 years... I worked-out a solution with beautifulsoup to retrieve publish_date that can be used while there is no fix for pytube: ``` import requests...

Thank you for this great job, Delgan! Look forward for the updated Loguru library at https://pypi.org/