From 49bbc0a15ec0c8e6b3a4247415e9a85c76a09719 Mon Sep 17 00:00:00 2001 From: Guy-Laurent Subri Date: Thu, 15 Nov 2018 11:42:36 +0100 Subject: [PATCH] Add precision on how to download videos --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2722571..c2bef00 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ If you wish to play local videos files just use the following command to generat `find -maxdepth 1 -type f > ` +If you would like to use the same videos but offline, simply download them using your shell, e.g. : + +``` +while read -r link; do + wget "$link" +done < file_that_you_want_to_download +``` + ### Changing settings in `theme.conf.user` You can change a few settings in this file