Skip to content

Youtube Playlist Info Scraper #241

Closed
@M786453

Description

@M786453

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": ...
           }
           , 
           .
           .
           .
           ], 
   }

@DhanushNehru I have created a pull request for this feature.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions