diff options
| author | Astounds <kirito@disroot.org> | 2026-03-22 21:25:57 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-03-22 21:25:57 -0500 |
| commit | 1f8c13adff30549a81ed388bd1c6cdaab6678a3c (patch) | |
| tree | cdcc5e83d65b532fa7be1c002ee50746a09e442b /.build.yml | |
| parent | 6a68f0664568cea6f9a12e8743f195fe0a41f3ce (diff) | |
| download | yt-local-1f8c13adff30549a81ed388bd1c6cdaab6678a3c.tar.lz yt-local-1f8c13adff30549a81ed388bd1c6cdaab6678a3c.tar.xz yt-local-1f8c13adff30549a81ed388bd1c6cdaab6678a3c.zip | |
feat: improve 429 handling with Tor support and clean CI
- Retry with new Tor identity on 429
- Improve error logging
- Remove .build.yml and .drone.yml
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 47de52e..0000000 --- a/.build.yml +++ /dev/null @@ -1,12 +0,0 @@ -image: debian/buster -packages: - - python3-pip - - virtualenv -tasks: - - test: | - cd yt-local - virtualenv -p python3 venv - source venv/bin/activate - python --version - pip install -r requirements-dev.txt - pytest |
