Owez / yark

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

Flat directory structure #136

Open lostmsu opened 1 month ago

lostmsu commented 1 month ago

Please add an option for flat directory structure where all videos and thumbnails go directly into the archive folder.

This would make it easier to interact with the archive using media center apps like Kodi or just browsing it using file explorer.

For the latter to make it seamless it might make sense to:

Owez commented 3 weeks ago

Hi, I'll see what I can do but it might be a pain given that the frontend templating assumes the paths. It might be worth using the yt-dlp tool directly because I think it does output a ton of flat videos into a folder by default.

Something like:

$ yt-dlp https://www.youtube.com/@owez7113

Should hopefully download them like that for now 🤞