Add sh syntax highlighting

Benjamin Loison 2022-12-22 03:31:17 +01:00
parent 97dfd6c61d
commit a21aeb6093

@ -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
```