diff --git a/v2/content/posts/2024/youtube-subscriptions-opml/index.md b/v2/content/posts/2024/youtube-subscriptions-opml/index.md index 13d72e3..e70fef8 100644 --- a/v2/content/posts/2024/youtube-subscriptions-opml/index.md +++ b/v2/content/posts/2024/youtube-subscriptions-opml/index.md @@ -218,7 +218,7 @@ It does the following: - Indent the OPML document. - Write it to stdout using a Unicode encoding with an XML declaration (``). -Whew that was a lot! With the OMPL file generated I was finally able to import +Whew that was a lot! With the OPML file generated I was finally able to import all my subscriptions into Feedbin. All the code is available in [this