From 0bf1a53c7a29cc19a11206982b41f4ee2e456d29 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 9 Nov 2020 09:11:43 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65c0f19..a39b9f5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ So we need platforms and spaces where we can freely watch and listen content wit - [x] Save your favourite Tweets. - [x] Tor-friendly. - [x] Terminal-browser friendly. +- [x] Fair non-adictive UX - No recommendations, no trending, no tops. Just your feed and your searches. *Video player is VideoJS, which uses JavaScript. But if JavaScript is disabled Yotter still works perfectly and uses the default HTML video player. From 28176c582383ada079356dacbb25479f1cefb3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:24:27 +0000 Subject: [PATCH 2/4] Bump actions/cache from v2.1.2 to v2.1.3 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a) Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 3b95cf2..1c156fb 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -33,7 +33,7 @@ jobs: - name: Write the current version to a file run: "{ git describe --tags --abbrev=0 & date +\"%d-%m-%y\" & git rev-list HEAD --max-count=1 --abbrev-commit;} > version.txt" - name: cache docker cache - uses: actions/cache@v2.1.2 + uses: actions/cache@v2.1.3 with: path: ${{ github.workspace }}/cache key: ${{ runner.os }}-docker-cpython-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/dockerhash.txt') }} @@ -74,7 +74,7 @@ jobs: - name: Write the current version to a file run: "{ git describe --tags --abbrev=0 & date +\"%d-%m-%y\" & git rev-list HEAD --max-count=1 --abbrev-commit;} > version.txt" - name: cache docker cache - uses: actions/cache@v2.1.2 + uses: actions/cache@v2.1.3 with: path: ${{ github.workspace }}/cache key: ${{ runner.os }}-docker-pypy-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/dockerhash.txt') }} From bd109b5df30036d7719789516dc1baa79c23ed7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:26:05 +0000 Subject: [PATCH 3/4] Bump youtube-dlc from 2020.10.31 to 2020.11.7 Bumps [youtube-dlc](https://github.com/blackjack4494/yt-dlc) from 2020.10.31 to 2020.11.7. - [Release notes](https://github.com/blackjack4494/yt-dlc/releases) - [Changelog](https://github.com/blackjack4494/yt-dlc/blob/master/ChangeLog) - [Commits](https://github.com/blackjack4494/yt-dlc/compare/2020.10.31...2020.11.07) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ef16d8..a8b5d39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ urllib3==1.25.11 webencodings==0.5.1 Werkzeug==1.0.1 WTForms==2.3.3 -youtube-dlc==2020.10.31 +youtube-dlc==2020.11.7 youtube-search-fork==1.2.5 zope.event==4.5.0 zope.interface==5.1.2 From d0428db9392ab51e0cc584609341158ec7ebb4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:25:55 +0000 Subject: [PATCH 4/4] Bump certifi from 2020.6.20 to 2020.11.8 Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2020.11.8. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.06.20...2020.11.08) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8b5d39..a681167 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ alembic==1.4.3 beautifulsoup4==4.9.3 bleach==3.2.1 cachetools==4.1.1 -certifi==2020.6.20 +certifi==2020.11.8 chardet==3.0.4 click==7.1.2 feedparser==6.0.2