diff options
| -rw-r--r-- | ar/.config/newsboat/urls | 5 | ||||
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-forecast | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ar/.config/newsboat/urls b/ar/.config/newsboat/urls index a8d66a5..476e3a7 100644 --- a/ar/.config/newsboat/urls +++ b/ar/.config/newsboat/urls @@ -49,8 +49,3 @@ https://odysee.com/$/rss/@DistroTube:2 "~DistroTube" https://www.youtube.com/feeds/videos.xml?channel_id=UCevUmOfLTUX9MNGJQKsPdIA "~Neetcode" Algorithm Tech Youtube https://www.youtube.com/feeds/videos.xml?channel_id=UCkWVN7H3JqGtJ5Pv5bvCrAw "~Piotr1215" Neovim Tech Youtube https://www.youtube.com/feeds/videos.xml?channel_id=UCrSIvbFncPSlK6AdwE2QboA "~Linkarzu" Neovim Tech Youtube -https://www.youtube.com/feeds/videos.xml?channel_id=UCNjdEsQSWDgNcvYueavebFQ "~3분테크" Info Tech -https://www.youtube.com/feeds/videos.xml?channel_id=UCDNvRZRgvkBTUkQzFoT_8rA "~핑계고" Entertainment Youtube -https://www.youtube.com/feeds/videos.xml?channel_id=UCYJ0Ucu9jPX5kn6SeDcNaIQ "~Wolf" LOL Streaming Youtube -https://www.youtube.com/feeds/videos.xml?channel_id=UCBA9XaL5wCdHnC5EmEzwrqw "~김민교" LOL Streaming Youtube SOOP -https://www.youtube.com/feeds/videos.xml?channel_id=UCkgDHJNdiidw67LAAVooc1A "~김민교 Full" LOL Streaming Youtube SOOP Full diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast index 73f084e..e965816 100755 --- a/ar/.local/bin/statusbar/sb-forecast +++ b/ar/.local/bin/statusbar/sb-forecast @@ -24,7 +24,6 @@ getweatherreport() { getweatherreportjson() { timeout --signal=1 10s curl -sf "$url/$LOCATION?format=j1" >"$weatherreportjson" || error "reportjson" - grep -q 'Unknown' "$weatherreportjson" && error "reportjson" } # Forecast should be updated every 3 hours, but set 86400 to check once a day for reliability. |
