nick42d
nick42d
Experienced the same issue, but so far unable to reproduce from my side. If I can reproduce and get some more logging information I'll let you know.
Experiencing the same issue here. https://github.com/ytdl-org/youtube-dl/issues/32905 seems to shed some light on things. > @MalpenZibo I've had a similar issue, but it was due to `reqwest` custom features and missing...
Hi there @Mithronn, this seems to now affect all videos, as per https://github.com/nick42d/youtui/issues/196. Supplying a po_token does not appear to resolve this. I was wondering if you had any suggestions...
Hi there @Mithronn, I'm taking a look at this currently. Be keen to get your opinion on a problem I'm having. - It's relatively straightforward to produce a method that...
With a bit more playing around, this could be an option too for the existing Stream trait. This is not my recommendation, as: - Leaves more code / logic in...
Cheers both! Learned some things from this; - There are some fzf-like matching options for the picker #5114. - On master the picker is now column based #9647 (I was...
Duplicate of #52
Happy to help here, this issue is affecting me also
Suspect the places to make changes are `src/constants.rs` and `src/info.rs`
PR #58 up if you'd like to test @restalex