Skip to content

Commit

Permalink
Add a note in the readme about crafting playlist IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Feb 16, 2024
1 parent 80f4fb8 commit cb35878
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ await foreach (var batch in youtube.Playlists.GetVideoBatchesAsync(playlistUrl))
}
```

> **Note**:
> You can craft playlist IDs to fetch special auto-generated playlists, such as music mixes, popular channel uploads, liked videos, and more.
> See [this reference](https://wiki.archiveteam.org/index.php/YouTube/Technical_details#Playlists) for more information.
### Channels

#### Retrieving channel metadata
Expand Down

0 comments on commit cb35878

Please sign in to comment.