Fixes
This commit is contained in:
@@ -57,6 +57,12 @@ pipeline {
|
||||
pip install --upgrade yt-dlp
|
||||
pip show yt-dlp | grep -E "^(Name|Version)"
|
||||
|
||||
# ── curl_cffi: TikTok impersonation (REQUIRED) ─────
|
||||
# Without this yt-dlp cannot bypass TikTok bot detection
|
||||
pip install --upgrade curl-cffi
|
||||
pip show curl-cffi | grep -E "^(Name|Version)"
|
||||
python3 -c "import curl_cffi; print('curl_cffi OK')"
|
||||
|
||||
# ── playwright-stealth version check ───────────────
|
||||
pip show playwright-stealth | grep -E "^(Name|Version)"
|
||||
python3 -c "
|
||||
@@ -69,12 +75,12 @@ except ImportError:
|
||||
"
|
||||
|
||||
# ── Sanity checks ──────────────────────────────────
|
||||
python3 -c "import atproto; print('atproto OK')"
|
||||
python3 -c "import playwright; print('playwright OK')"
|
||||
python3 -c "import yt_dlp; print('yt_dlp OK')"
|
||||
python3 -c "import httpx; print('httpx OK')"
|
||||
python3 -c "import arrow; print('arrow OK')"
|
||||
python3 -c "import moviepy; print('moviepy OK')"
|
||||
python3 -c "import atproto; print('atproto OK')"
|
||||
python3 -c "import playwright; print('playwright OK')"
|
||||
python3 -c "import yt_dlp; print('yt_dlp OK')"
|
||||
python3 -c "import httpx; print('httpx OK')"
|
||||
python3 -c "import arrow; print('arrow OK')"
|
||||
python3 -c "import moviepy; print('moviepy OK')"
|
||||
|
||||
# ── System tools ───────────────────────────────────
|
||||
ffmpeg -version | head -1
|
||||
@@ -156,4 +162,4 @@ except ImportError:
|
||||
echo '⚠️ TikTok→Bluesky sync finished with warnings.'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user