nednoodlehead

Results 11 comments of nednoodlehead

pydub is the logical interface I use to interact with ffmpeg. I mention how the compiled ffmpeg code is the problem. Whether that is because of compiling (pyinstaller) issues (works...

After fidgeting with a few different variations of the script, I noticed a few things. 1). Using no tkinter GUI, combined with creating a second thread to sort of behave...

even though it isnt a direct fix, and uses a different package, BeautifulSoup4 could do that. If not, selenium. Web scraping can get you far for that..

Is this issue fixed? edit: forked repo has fix: https://github.com/Discursif/rustube Edit: I dont think this fork is fixed anymore, downloads are still quite slow compared to pytube

has there been any development on this? Downloads are still extremely slow, and maybe worth mentioning, that sometimes when downloading a few videos consecutively (or from a playlist, like my...

> To save bandwidth, google (YT) only loads some part of the video based on your internet connectivity (I suppose). > > I forked the repo and tried downloading it...

use rusty_ytdl. it is so much faster @Mintype @cjburkey01

> Any solutions? I don't want to import youtube_dl for the video description :( Do you not also have problems with youtube_dl? I'm tryna get the description and I have...

Wrote a small script to get the description from the html. Seems to run fairly fast. I'll be using it in the meantime, cause my app sort of depends on...

Alright, I also can't seem to expose the file to the rest of the crate. I added a `pub mod playlist;` inside of the `mod.rs` file, but it seems to...