aboutsummaryrefslogtreecommitdiff
path: root/macos.local/flake/home/scripts/yt-to-rss.org
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-13 18:22:22 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-13 18:22:22 -0500
commit84df97ccf25dc6af05be799ffc1038a88db24654 (patch)
tree4bd3b38bec71ea0b5cf44d5e24eac267f818ab28 /macos.local/flake/home/scripts/yt-to-rss.org
parent5771ae4219f5315ac6db51eaac6da7c7caab02d2 (diff)
system changes
Diffstat (limited to 'macos.local/flake/home/scripts/yt-to-rss.org')
-rw-r--r--macos.local/flake/home/scripts/yt-to-rss.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos.local/flake/home/scripts/yt-to-rss.org b/macos.local/flake/home/scripts/yt-to-rss.org
index 99d975a..afe31da 100644
--- a/macos.local/flake/home/scripts/yt-to-rss.org
+++ b/macos.local/flake/home/scripts/yt-to-rss.org
@@ -4,5 +4,5 @@ Quick script to get the RSS link for a YouTube channel so I don't have to visit
#+begin_src sh
#!/bin/sh
- curl "$1" 2> /dev/null | pup 'link[title="RSS"] attr{href}'
+ /usr/bin/curl "$1" 2> /dev/null | /usr/bin/env pup 'link[title="RSS"] attr{href}'
#+end_src