summaryrefslogtreecommitdiff
path: root/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-13 10:08:36 -0300
committerEuAndreh <eu@euandre.org>2020-10-13 10:08:36 -0300
commita45c0929daac4075e9d1705398ed7e7c969a651c (patch)
tree8345dcaf2f10bf3ca321cb95387b7541c723caff /_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
parentExtend article on feature flag (diff)
downloadeuandre.org-a45c0929daac4075e9d1705398ed7e7c969a651c.tar.gz
euandre.org-a45c0929daac4075e9d1705398ed7e7c969a651c.tar.xz
s/etc./*etc.*/g
Diffstat (limited to '')
-rw-r--r--_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
index a9a605b..34b0c63 100644
--- a/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
+++ b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
@@ -25,7 +25,7 @@ privacy](https://staltz.com/what-happens-when-you-block-internet-giants.html):
> full control of how much they can know about me. I don't want to be in
> autopilot mode. (...) Which leads us to YouTube. While I was able to
> find alternatives to Gmail (Fastmail), Calendar (Fastmail), Translate
-> (Yandex Translate), etc, YouTube remains as the most indispensable
+> (Yandex Translate), *etc.* YouTube remains as the most indispensable
> Google-owned web service. It is really really hard to avoid consuming
> YouTube content. It was probably the smartest startup acquisition
> ever. My privacy-oriented alternative is to watch YouTube videos
@@ -254,7 +254,7 @@ without filling your disk with gigabytes of content all at once.
The `download_playlist` function could be aware of the specific machine
that it is running on and apply specific policies depending on the
machine: always download everything; only download videos that aren't
-present anywhere else; etc.
+present anywhere else; *etc.*
## Conclusion