TikTok Downloader

Baixe seus vídeos favoritos do TikTok de forma rápida e gratuita. Cole o link e faça o download em alta qualidade!

Como usar

Cole qualquer link do TikTok no campo acima e clique em "Baixar Vídeo". O sistema irá processar e gerar um arquivo MP4 para download!

Super Rápido

Downloads em segundos, sem complicações

Alta Qualidade

Mantém a qualidade original do vídeo

100% Seguro

Sem vírus, sem cadastro necessário

Seu Vídeo Está Pronto!

Assista ao vídeo abaixo ou faça o download

Informações do Vídeo

Formato: WebM/MP4 • Duração: 3 segundos • Qualidade: HD 720x1280

`); // Restaurar botão btn.textContent = '✅ Vídeo Aberto!'; btn.classList.remove('opacity-75'); btn.classList.remove('bg-green-600', 'hover:bg-green-700'); btn.classList.add('bg-green-500'); // Resetar após alguns segundos setTimeout(() => { btn.textContent = originalText; btn.disabled = false; btn.classList.remove('bg-green-500'); btn.classList.add('bg-green-600', 'hover:bg-green-700'); }, 3000); } catch (error) { console.error('Erro ao gerar vídeo:', error); btn.textContent = '❌ Erro no download'; btn.classList.remove('opacity-75'); setTimeout(() => { btn.textContent = originalText; btn.disabled = false; }, 3000); } }, 1000); }, 1500); }); // Limpar resultado quando o usuário digitar um novo URL document.getElementById('tiktokUrl').addEventListener('input', function() { document.getElementById('resultArea').classList.add('hidden'); }); // Adicionar alguns exemplos de URLs para teste document.getElementById('tiktokUrl').addEventListener('focus', function() { if (!this.value) { this.placeholder = 'Exemplo: https://www.tiktok.com/@usuario/video/1234567890123456789'; } }); // Permitir colar com Ctrl+V document.getElementById('tiktokUrl').addEventListener('paste', function(e) { setTimeout(() => { if (this.value && (this.value.includes('tiktok.com') || this.value.includes('vm.tiktok.com'))) { this.style.borderColor = '#10b981'; } }, 100); });