diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index ab030ce..0000000 --- a/.drone.yml +++ /dev/null @@ -1,68 +0,0 @@ -kind: pipeline -type: docker -name: amd64 - -platform: - os: linux - arch: amd64 - -# test comment -steps: -- name: docker - image: plugins/docker - settings: - repo: bbilly1/tubearchivist-test - tags: - - unstable - username: - from_secret: docker_username - password: - from_secret: docker_token - build_args: - - TARGETPLATFORM=linux/amd64 - ---- -kind: pipeline -type: docker -name: arm64 - -platform: - os: linux - arch: arm64 - -steps: -- name: docker - image: plugins/docker - settings: - repo: bbilly1/tubearchivist-test - tags: - - unstable - username: - from_secret: docker_username - password: - from_secret: docker_token - build_args: - - TARGETPLATFORM=linux/arm64 - ---- -kind: pipeline -type: docker -name: manifest - -steps: -- name: manifest - image: plugins/manifest - settings: - target: bbilly1/tubearchivist-test - template: bbilly1/tubearchivist-test:unstable-OS-ARCH - username: - from_secret: docker_username - password: - from_secret: docker_token - platforms: - - linux/amd64 - - linux/arm64 - -depends_on: -- amd64 -- arm64 diff --git a/README.md b/README.md index fcb1a86..3b1c7a8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex - [ ] Show total video downloaded vs total videos available in channel - [ ] Make items in grid row configurable to use more of the screen - [ ] Add statistics of index +- [ ] Download speed schedule ([#198](https://github.com/tubearchivist/tubearchivist/issues/198)) - [ ] Implement complete offline media file import from json file ([#138](https://github.com/tubearchivist/tubearchivist/issues/138)) - [ ] Filter and query in search form, search by url query ([#134](https://github.com/tubearchivist/tubearchivist/issues/134), [#139](https://github.com/tubearchivist/tubearchivist/issues/139)) - [ ] Auto ignore videos by keyword ([#163](https://github.com/tubearchivist/tubearchivist/issues/163)) diff --git a/tubearchivist/requirements.txt b/tubearchivist/requirements.txt index 108590a..322992f 100644 --- a/tubearchivist/requirements.txt +++ b/tubearchivist/requirements.txt @@ -1,12 +1,12 @@ beautifulsoup4==4.11.1 celery==5.2.6 Django==4.0.4 -django-cors-headers==3.11.0 +django-cors-headers==3.12.0 djangorestframework==3.13.1 -Pillow==9.1.0 -redis==4.2.2 +Pillow==9.1.1 +redis==4.3.1 requests==2.27.1 ryd-client==0.0.3 uWSGI==2.0.20 -whitenoise==6.0.0 -yt_dlp==2022.4.8 +whitenoise==6.1.0 +yt_dlp==2022.5.18