Fixed Comedy Gold TikTok
This commit is contained in:
@@ -66,12 +66,12 @@ pipeline {
|
|||||||
# ── playwright-stealth version check ───────────────
|
# ── playwright-stealth version check ───────────────
|
||||||
pip show playwright-stealth | grep -E "^(Name|Version)"
|
pip show playwright-stealth | grep -E "^(Name|Version)"
|
||||||
python3 -c "
|
python3 -c "
|
||||||
try:
|
try:
|
||||||
from playwright_stealth import stealth_sync
|
from playwright_stealth import stealth_sync
|
||||||
print('playwright_stealth OK (v1.x - stealth_sync)')
|
print('playwright_stealth OK (v1.x - stealth_sync)')
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from playwright_stealth import Stealth
|
from playwright_stealth import Stealth
|
||||||
print('playwright_stealth OK (v2.x - Stealth class)')
|
print('playwright_stealth OK (v2.x - Stealth class)')
|
||||||
"
|
"
|
||||||
|
|
||||||
# ── Sanity checks ──────────────────────────────────
|
# ── Sanity checks ──────────────────────────────────
|
||||||
@@ -126,6 +126,7 @@ pipeline {
|
|||||||
--tiktok-handle "$TIKTOK_COMEDYGOLDBCN_HANDLE" \
|
--tiktok-handle "$TIKTOK_COMEDYGOLDBCN_HANDLE" \
|
||||||
--bsky-handle "$BSKY_COMEDYGOLDBCN_HANDLE" \
|
--bsky-handle "$BSKY_COMEDYGOLDBCN_HANDLE" \
|
||||||
--bsky-app-password "$BSKY_COMEDYGOLDBCN_APP_PASSWORD" \
|
--bsky-app-password "$BSKY_COMEDYGOLDBCN_APP_PASSWORD" \
|
||||||
|
--bsky-base-url https://bsky.social \
|
||||||
--bsky-langs ca \
|
--bsky-langs ca \
|
||||||
--cookies-path tiktok_cookies.json
|
--cookies-path tiktok_cookies.json
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user