[FEATURE] Youtube Playlist Download feature in Drifty CLI #631
Labels
App 💻
Issues/Pull Requests which update Drifty Application Code
EddieHub:good-first-issue
Label for good-first-issue finder made by EddieHub Community
feature ✨
New feature request or addition
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
When attempting to download a YouTube playlist using Drifty CLI, the tool fails to handle playlist URLs correctly. Although the link validation passes, the CLI is designed to extract a single video ID (from URLs like
?v=videoID
) but fails when provided with a playlist URL (which uses the list parameter for the playlist ID). The error message displayed is: "YouTube video ID not found in the link," indicating that the CLI does not currently support playlist downloads.This can be reproduced as follows
Describe the solution you'd like.
This can be referenced to issue #601
Screenshots
Additional information
No response
Do you want to work on this issue?
No
The text was updated successfully, but these errors were encountered: