Add sh
syntax highlighting
parent
97dfd6c61d
commit
a21aeb6093
4
Home.md
4
Home.md
@ -40,10 +40,10 @@ Note that the video only have auto-generated captions.
|
||||
## Concerning 20,000 videos limit for YouTube Data API v3 PlaylistItems: list endpoint
|
||||
|
||||
Could try both (`-i` was required for ignoring errors such as age-restricted videos):
|
||||
```
|
||||
```sh
|
||||
youtube-dl --dump-json "https://www.youtube.com/channel/UCf8w5m0YsRa8MHQ5bwSGmbw/videos" -i | jq -r '[.id]|@csv' | wc -l
|
||||
```
|
||||
```
|
||||
```sh
|
||||
yt-dlp --dump-json "https://www.youtube.com/channel/UCf8w5m0YsRa8MHQ5bwSGmbw/videos" -i | jq -r '[.id]|@csv' | wc -l
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user