nynplaypoint/gittohfytdlp
increase proxy timeout to 15s, add more AUTO_PROXY_DOMAINS
increase proxy test timeout to 15s for slow Databay proxies
Update CONFIG/config.py
Update TXT/cookie.txt
Update TXT/cookie.txt
add facebook/instagram to AUTO_PROXY_DOMAINS
add all missing config aliases from LimitsConfig and DomainsConfig
add all missing domain and list config fields
start dashboard on port 7860 for HF health check
add all missing CommandsConfig fields
complete config.py with all fields
remove config.py from dockerignore
add dummy FIREBASE_CONF to bypass firebase check
force docker rebuild
fix firebase dummy values
unignore and add config.py
add config.py with env secrets
fix HF Space configuration
hook Databay proxy into get_all_available_proxies
Merge pull request #295 from chelaxian/newdesign4
fix: continue playlist on single empty index, stop after 5 consecutive
fix: embed paid cover into video + optimize log channel uploads
Merge pull request #294 from chelaxian/newdesign4
fix: enrich NSFW log channel caption with full description, tags and video URL
fix: NoneType.format error in LIST button — handle None values in format fields
fix: urlparse free variable error + log all download errors to LOG_EXCEPTION
fix: Firebase cache reload timeout (#292) and YouTube playlist gallery-dl routing (#290)
fix: replace non-blocking semaphore with blocking queue wait for uploads
Merge pull request #288 from chelaxian/newdesign4
fix: prevent error log spam in LOG_EXCEPTION channel
chore: move /issues skill and cron to .gitignore (local tooling, not project code)
feat: add /issues skill and command for automated GitHub issue triage
fix: prevent UTF-8 decode error in cover embedding subprocess (issue #276)
Merge pull request #287 from chelaxian/newdesign4
fix: add RATE_LIMIT_NO_TIME_MSG early-warning in down_and_up.py
fix: use safe_send_message for UploadAlreadyInProgressError (not edit)
fix: FloodWait shows remaining time (timestamp-based) and user-friendly notifications
fix: show user-friendly messages for FloodWait and duplicate uploads
fix: retry download without thumbnails on broken thumbnail URL scheme
Merge pull request #284 from chelaxian/newdesign4
fix: remove stale CONFIG/templates from INCLUDE_DIRS
Merge pull request #282 from chelaxian/newdesign4
feat: rewrite session string generator with QR login support
chore: disable pornhub proxy domains, fix line endings
fix: remove deprecated phantomjs, add Docker cleanup on update
Merge pull request #281 from chelaxian/newdesign4
fix: add JPEG validation before ffmpeg thumbnail fallback
fix: convert WebP thumbnails to JPEG for Telegram compatibility
feat: add PROXY_ALL_NSFW setting for auto-proxy on all NSFW content
fix: pass per-video URL to send_videos for correct playlist thumbnails
