rustube icon indicating copy to clipboard operation
rustube copied to clipboard

Added functionality to turn playlist link -> array of individual youtube links

Open nednoodlehead opened this issue 2 years ago • 2 comments

Only exists for the blocking version. I do not know how to do the async version.

Also I did not add any interface within the repo to interact with it, I figured that would be best done by a maintainer.

nednoodlehead avatar Dec 19 '22 01:12 nednoodlehead

Hey, @nednoodlehead thanks for your work. Looks good at first sight, I'll have a deeper look at it this weekend.

DzenanJupic avatar Dec 22 '22 09:12 DzenanJupic

Alright, I also can't seem to expose the file to the rest of the crate. I added a pub mod playlist; inside of the mod.rs file, but it seems to not change much, as I keep getting the unresolved import rustube::blocking::playlist

nednoodlehead avatar Dec 26 '22 22:12 nednoodlehead