Owez / yark

YouTube archiving made simple.
https://pypi.org/project/yark/
MIT License
2.13k stars 63 forks source link

Can't create an archive for playlists. #90

Closed MasaruKitajima closed 1 year ago

MasaruKitajima commented 1 year ago

I wanted to archive a playlist, Photoshop Tutorials. So after installation, I typed in the following commands.

yark new pixelsurplus
https://www.youtube.com/playlist?list=PLKd2D0wlOFGnNQfY9E4263nATGGgM7vMR

then got this,

zsh: no matches found: https://youtube.com/playlist?list=PLKd2D0wlOFGnNQfY9E4263nATGGgM7vMR

How can I archive a playlist?

Owez commented 1 year ago

You have to wrap it in '' quotes like this: yark new pixelsurplus 'https://www.youtube.com/playlist?list=PLKd2D0wlOFGnNQfY9E4263nATGGgM7vMR' :)

MasaruKitajima commented 1 year ago

@Owez , Thank you for your instructions. But still, I met an error. I posted a new issue as 91