From 1f8c13adff30549a81ed388bd1c6cdaab6678a3c Mon Sep 17 00:00:00 2001 From: Astounds Date: Sun, 22 Mar 2026 21:25:57 -0500 Subject: 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 --- .build.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .build.yml (limited to '.build.yml') 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 -- cgit v1.2.3