Document yt-dlp dependency and update docstring

This commit is contained in:
pta 2024-04-18 18:24:31 -04:00
parent b4fbc705ed
commit d352ebbc17
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ using DataFrames
s |> DataFrame
```
Install `yt-dlp`. Optionally install `jq` for pretty-printing and exploring json on the command line.
## Scripts

View File

@ -108,7 +108,7 @@ function iswnl(title)
end
"""
Find the current live video's id and update the schedule table if a corresponding row can be found.
Fetch upcoming live videos' IDs and update the schedule table's corresponding rows.
# Examples
```jldoctest