diff --git a/README.md b/README.md index 9494df0..f4fd857 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/WeatherNews.jl b/src/WeatherNews.jl index 571a9e3..c41f619 100644 --- a/src/WeatherNews.jl +++ b/src/WeatherNews.jl @@ -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