I use and enjoy VS codium as well, but PyCharm has a community edition that is free.
I use and enjoy VS codium as well, but PyCharm has a community edition that is free.
Formerally
There is no such thing as “done” anymore. Every app must be updated indefinitely, and not just security or bug fixes. Once my vision for my app is complete, I stop reinventing it. That’s how you get AI added to fucking notepad.
I have playlist support now, but that’s all so far.
I migrated about 2 weeks ago and couldn’t be happier
I gave a fuller answer here, but i also wanted to be able to run a solution in docker that could output straight to my NAS via volumes.
Thanks, looking over the PR now and testing it locally, should be good to merge very soon.
You’re ok, it’s a fair question. The initial want arose from my son asking me to download YT videos for him to watch offline, and the various youtube-dl, yt-dlp, pytube, etc based solutions all being in various stages of broken, due to how youtube always changes things on their end. I chose an underlying library (pytubefix) that seems to be fast in updating when YT breaks things. Nothing in my app is revolutionary on never seen before, except maybe the ability to choose and combine the exact stream you want, i’m not sure. I took everything I liked in various solutions and put them together to work how i wanted. Then I though maybe someone else might like it too, so i shared it :) I work on it when i want to and just kinda go in the direction i want.
Thank you!
I am a data scientist, so i know python i guess is my only answer lol. I do love rust as a consumer, but I’m definitely not a full scale programmer.
Playlist support is on the roadmap. I want to make sure existing functionality is solid first, and then i’d like to include this feature. There’s an issue in the tracker for it too.
Thank you! The tables are indeed sortable by clicking the column headers. I do this with the underlying streamlit dataframe, I don’t believe they support styling the columns, but i’m not 100% sure. Feedback noted on the download button, the border is a remnant of a form submission that gradually got removed so now it’s just a form of one button. One of my chief goals was to avoid scrolling as much as possible.
So, pipx only installs a single package into an isolated environment, and my app has a list of package dependencies that must all work together. If you run the instructions in my readme line by line, you should get it working, but I understand sometimes that’s not the way everyone wants to do things in a one-off manner. I have been spending some time this week getting my Dockerfile finalized and my build scripts working, so I hope to have a docker image ready within a few weeks at least of the application in its current state.
Will do! Edit: done: https://codeberg.org/ArtisanByteCrafter/pytube-gui
Happy to, I’ll do it tonight. Just be aware this is only “good enough for myself doing some testing” level yet. I do plan on doing a lot more work. EDIT: here goes nothing: https://codeberg.org/ArtisanByteCrafter/pytube-gui
I wrote my own web app in Python, using pytube-fix and its lightning fast. Great library. I found a recent screenshot that’s a bit behind in commits but you get the idea.
Edit: I published the source code, please note there is a LOT of work left to do, but it works. https://codeberg.org/ArtisanByteCrafter/pytube-gui
I really need to migrate my shit from github.
deleted by creator
deleted by creator
Ty! Can confirm this worked for me as well.