Siriusmart / invidious-rs

Rust bindings for the Invidious API
GNU Affero General Public License v3.0
11 stars 5 forks source link

sub_count field for video::Video #10

Closed DaKnig closed 1 year ago

DaKnig commented 1 year ago

you provide sub_count_text, but not a float for sub_count. thats inconsistent given we have published, published_text etc.

I am not sure about the official API.

Siriusmart commented 1 year ago

ah yes thats a problem with the API it only gives us the subCountText string but not the actual number. i assume you can have a way to parse that into a number