From d841f2a4fd10aefccf08defea52c075aab535bae Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Wed, 6 Jul 2022 07:24:47 +0200 Subject: [PATCH] You2Peer v1 --- .gitignore | 0 LICENSE | 0 README.md | 3 ++- config.json.sample | 0 dist/you2peer.service | 0 dist/you2peer.timer | 0 6 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 config.json.sample create mode 100644 dist/you2peer.service create mode 100644 dist/you2peer.timer diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index bc86d51..45b258d --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Python script that mirrors YouTube Channels or playlist on a PeerTube instance * youtube-dl (both on machine running this script, and on peertube host) * python3 requests * cURL (to retrieve credentials first time) +* jq ## Usage @@ -38,4 +39,4 @@ Others are welcome ! ## License -* GNU GPL v3 or later (see [LICENSE](LICENSE)) \ No newline at end of file +* GNU GPL v3 or later (see [LICENSE](./LICENSE)) \ No newline at end of file diff --git a/config.json.sample b/config.json.sample old mode 100644 new mode 100755 diff --git a/dist/you2peer.service b/dist/you2peer.service new file mode 100644 index 0000000..e69de29 diff --git a/dist/you2peer.timer b/dist/you2peer.timer new file mode 100644 index 0000000..e69de29