Simon Reinisch

Results 140 comments of Simon Reinisch

Any updates on this? Right now we solved this by adding `.keep` files, it'd be really nice if these directories would be created automatically :/

Hey @CrazyCrud / @r0bbie! Sorry for the late response, yep. lot's of things were broken and apparently `ytdl-core` released an update. I've published [1.0.3](https://github.com/Simonwep/candy/releases/tag/1.0.3) where these things should be fixed...

@CrazyCrud Yep, can confirm `1.0.3` is broken. Seems like a major dependence update was responsible for that. I've published [1.0.4](https://github.com/Simonwep/candy/releases/tag/1.0.4) where this should be fixed :)

I've made major changes / updates. Check out the latest [release](https://github.com/Simonwep/candy/releases/tag/1.1.0)!

@Ampsicora Try the unshorted url, `youtu.be` may not be supported right now.

@r0bbie @Ampsicora I'll release a new patch version with the updated ytdl-core version later this week!

As I already said, I just implemented this to test stuff, see how It could be done. I never really tested it or wrote a "good" parser for it which...

Yes, but later this month or soonest next weekend. But nothing is for sure, I'm currently trying to keep current OS Projects up-to-date. Sorry :/

I dropped that feature for now (and consider it _as_ feature), it's too complicate to parse a CSS Gradient properly. If I find any parser which holds strongly on the...

@varunsridharan It will fail at double-position like `linear-gradient(to bottom right, #fff, rgb(10, 23, 5) 5px 10px, orange, blue))` and It's way too unsafe written, dosn't follows the specs. Already searched...