summaryrefslogtreecommitdiff
path: root/src/content/en/blog/2018/12/21
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/en/blog/2018/12/21')
-rw-r--r--src/content/en/blog/2018/12/21/ytdl-subs.adoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/content/en/blog/2018/12/21/ytdl-subs.adoc b/src/content/en/blog/2018/12/21/ytdl-subs.adoc
index 10afbf6..4df49d9 100644
--- a/src/content/en/blog/2018/12/21/ytdl-subs.adoc
+++ b/src/content/en/blog/2018/12/21/ytdl-subs.adoc
@@ -146,7 +146,7 @@ and you'll get all of them in your local machine.
[qanda]
-Offline::
+:: Offline
My internet speed it somewhat
reasonable{empty}footnote:internet-speed[
Considering how expensive it is and the many ways it could be better, but also
@@ -172,7 +172,7 @@ resume from where it stopped.
This is an offline first benefit that I really like, and works well for me.
-Sync the "seen" file::
+:: Sync the "seen" file
I already have a running instance of Nextcloud, so just dumping the
`youtube-dl-seen.conf` file inside Nextcloud was a no-brainer.
+
@@ -186,7 +186,7 @@ $ uniq youtube-dl-seen.conf > youtube-dl-seen.conf
----
-Doesn't work on mobile::
+:: Doesn't work on mobile
My primary device that I use everyday is my laptop, not my phone. It works well
for me this way.
+
@@ -201,7 +201,7 @@ bit of extra manual work.
[qanda]
-Better privacy::
+:: Better privacy
We don't even have to configure the ad-blocker to keep ads and trackers away!
+
YouTube still has your IP address, so using a VPN is always a good idea.
@@ -209,14 +209,14 @@ However, a timing analysis would be able to identify you (considering the
current implementation).
-No need to self-host::
+:: No need to self-host
There's no host that needs maintenance. Everything runs locally.
+
As long as you keep youtube-dl itself up to date and sync your "seen" file,
there's little extra work to do.
-Track your subscriptions with git::
+:: Track your subscriptions with git
After creating a `subscriptions.sh` executable that downloads all the videos,
you can add it to git and use it to track metadata about your subscriptions.
@@ -225,7 +225,7 @@ you can add it to git and use it to track metadata about your subscriptions.
[qanda]
-Maximum playlist size is your disk size::
+:: Maximum playlist size is your disk size
This is a good thing for getting a realistic view on your actual "watch later"
list. However I've run out of disk space many times, and now I need to be more
aware of how much is left.