Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
recreate youtube channel hierarchy (playlist subtree structure) #4761
Comments
|
F |
|
This feature is supported since youtube-dl 2015.11.21 for URLs of the following format: |
I was willing to download following channel:
https://www.youtube.com/user/ChannelTank/playlists
As you can see there are many files and many sub-playlists.
Problem is that youtube-dl download everything into single place - current folder. It would be nice to mirror playlist hierarchy on a local disk.
Would it be possible to download playlist recursively. I mean if next url to download is not a video file , but a playlist, youtube-dl could create a subfolder with same name as playlist's title and recursively call itself in the subfolder to download a new playlist.
thanks