Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download whole channel #382

Open
gregory-chatelier opened this issue Jan 23, 2024 · 4 comments
Open

Download whole channel #382

gregory-chatelier opened this issue Jan 23, 2024 · 4 comments

Comments

@gregory-chatelier
Copy link

Given a channel URL https://www.youtube.com/@7jourssurTerre/playlists for example.

You can manually open a terminal in the container and run a command to download the whole channel with a directory structure :

yt-dlp --yes-playlist -f best -ciw -o "/downloads/youtube-dl/%(uploader)s/playlists/%(playlist)s/videos/%(playlist_index)s - %(title)s.%(ext)s" -v "https://www.youtube.com/@7jourssurTerre/playlists"

I would have liked this to happen when I gave the channel URL in the IHM

@PikuZheng
Copy link
Contributor

PikuZheng commented Jan 23, 2024

I understand, let me see

@gregory-chatelier
Copy link
Author

gregory-chatelier commented Jan 23, 2024 via email

@PikuZheng
Copy link
Contributor

This requires always assuming that a playlist is still a playlist after parsing. which is a little complicated

@neuleo
Copy link

neuleo commented Feb 13, 2024

Will this be implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants