Implement TikTok downloader features and enhancements#262
Conversation
…g in tiktok-video route
…og article - VideoSelect.tsx: EDU_CARDS now switches between YouTube and TikTok sets based on source prop - messages/*.json: add eduCardTiktok1/2/3 Title+Desc keys in all 4 locales (en, fr-FR, es-419, pt-BR) - lib/updates.ts: add v3-11-0-tiktok-downloader blog entry (2026-05-27, English)
…rm home hero - Add ytHeroTitle/Subtitle/Desc/Badge1-4/Disclaimer keys to home namespace in all 4 locales - Update /youtube page to render ytHero* keys instead of the shared heroTitle etc. - /youtube now shows 'Download YouTube videos as MP4, MP3 or Library Ready' instead of 'YouTube & TikTok' - home page and /tiktok page are unaffected
- Add NewsBanner component driven by BANNER_TEXT/BANNER_HREF env vars (no rebuild to toggle) - Document banner env vars in README and CLAUDE.md - Fix youtubeTitle (restore "Free") and youtubeDesc (remove "any public") in en.json - Fix TikTok brand capitalisation (Tiktok → TikTok) in fr-FR, es-419, pt-BR footers - Add ytStep1Title/ytStep1Body keys (YouTube-only step 1) used by /youtube page - Add formatTiktokLearnMore key + link from home TikTok format card to /tiktok - Add tiktok.faqLabel/faqTitle keys; replace hardcoded <h2>FAQ</h2> on /tiktok page - Fix faq4A wording (files ARE cached temporarily) across all 4 locales - Layout OG/Twitter now uses locale-aware tMeta() instead of hardcoded English strings - /tiktok and /youtube pages now declare their own og:title/twitter:title
…nalytics + disable search during download - tiktok-video/route: cap sanitizedUrl to 200 chars to prevent ENAMETOOLONG on URLs with tracking params - serverUtils: add tiktok.com/t/ short-link pattern so mobile share-sheet links are accepted - tiktok-audio/route: fix format selector to require acodec!=none, preventing silent empty MP3s; drop redundant cleanFiles in ffmpeg catch - VideoSelect: fix analytics — video_id no longer sends the full TikTok URL in download_started/download_failed events - tiktok-video/route: comment getServerConf() side-effect-only call - FetchPageShell (new): shared DownloadStateContext so VideoSelect and GetterInput share isDownloading state - GetterInput: disable Search button while a download/conversion is in progress
|
Warning Review limit reached
More reviews will be available in 43 minutes and 54 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (43)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Generates a JUnit XML report after each test run and publishes it as a GitHub check with inline annotations on failing lines.
homeDesc and youtubeDesc were exceeding Google's ~160-char snippet limit in en, fr-FR, es-419 and pt-BR.
No description provided.