Skip to content

Conversation

@M786453
Copy link
Contributor

A python module to retrieve information about a YouTube playlist in Json format using playlist link.

It returns following information about the playlist in Json format:

{"title": ..., "totalVideos": ..., "channelName": ..., "playlistUrl": ..., "duration": ..., "videos": [{"title": ..., "duration": ..., "id": ... } , . . . ], } 

Copy link
Contributor

@DhanushNehruDhanushNehru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes #241

@DhanushNehruDhanushNehru merged commit b2e9937 into wasmerio:masterJun 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@M786453@DhanushNehru