From d352ebbc17bac3ab7d4372e0976096008ac69750 Mon Sep 17 00:00:00 2001 From: pta Date: Thu, 18 Apr 2024 18:24:31 -0400 Subject: [PATCH] Document yt-dlp dependency and update docstring --- README.md | 1 + src/WeatherNews.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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