aboutsummaryrefslogtreecommitdiff
path: root/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
diff options
context:
space:
mode:
Diffstat (limited to '_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md')
-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