Asadbek Sayfiyev
Asadbek Sayfiyev
Same error with new videos like: https://youtu.be/prpxLkC9Nf Output: ``` >>> pytube.YouTube('https://youtu.be/prpxLkC9Nf').streams.get_highest_resolution() Traceback (most recent call last): File "", line 1, in File "/home/bcdev/.local/lib/python3.7/site-packages/pytube/__main__.py", line 71, in __init__ self.video_id = extract.video_id(url)...
Try [this](https://github.com/meefik/linuxdeploy/issues/1248#issuecomment-1346800995)
> Switched out to LineageOS 18.1 and ran into the same issue, but found a work around. Looks like they changed how the sdcard/partition is accessed in Android 11. Used...
Manjaro rootfs was easier to install than arch 🤔 (Because I didn't find clear aarch64 rootfs of archlinux 😅) And I had some issues with gpg, but it's easy to...
> > Switched out to LineageOS 18.1 and ran into the same issue, but found a work around. Looks like they changed how the sdcard/partition is accessed in Android 11....
Try [this](https://github.com/meefik/linuxdeploy/issues/1248#issuecomment-1346800995)
> Very hope for it. Good multithreading is very needed... and your simple API library looks very interesting. Try pthreads fork [ext-pmmpthread](https://github.com/pmmp/ext-pmmpthread) from Pocketmine-MP project)
> Did you try to contribute to the original plugin or ask for overtaking maintenance? > > Authors may abandon their plugins for various reasons. So tranfering ownership or maintenance...
> The major point (and desired way) would be to: > > 1. ask original author, whether it's ok to overtake the package, if he or she is no longer...
Попал сюда гугля проблемы с multiprocessing у win api Используйте модуль multiprocess (форк multiprocessing) с расширеной сериализацией при помощи dill (аналог pickle) Недавно ковырялся с одной старой прогой (которая отлично...