Formerally
Formerally
Tryin to make an omelet and doin the best I caaaaan
He’s the number four reactor of the Chernobyl power plant right after it blew up in 1986.
I have playlist support now, but that’s all so far.
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.
Hi Mr President.
cracks knuckles
import pandas as pd
Jupyter gang, any other data scientists here?
You take that word out of my brain right fucking now
deleted by creator
deleted by creator
Minus the charm, but in a literal sense, yes.
It doesn’t alter the query itself, it just makes maintaining larger and more complex queries easier. Without that statement in a dynamic query, you would have to dynamically add or remove the Where clause entirely in some situations, and this way you can keep it in and only add conditions as needed
Ty! Can confirm this worked for me as well.