Skip to content

Quick Start

Hakim edited this page Sep 18, 2025 · 1 revision

⚑ Quick Start Guide

Mulai menggunakan Local YouTube Downloader Android dalam 5 menit!

🎯 What You'll Learn

Dalam 5 menit, Anda akan bisa:

  • βœ… Install dan setup aplikasi
  • βœ… Download video YouTube pertama
  • βœ… Membuka file hasil download
  • βœ… Memahami basic troubleshooting

πŸ“± Step 1: Install App (1 menit)

Option A: From APK

  1. Download APK dari GitHub Releases
  2. Enable "Unknown Sources" di Android Settings
  3. Install APK dan buka aplikasi
  4. Grant permissions saat diminta

Option B: Build from Source

# Quick build (requires Android Studio)
git clone https://github.com/irnhakim/Local-Youtube-Downloader-Android.git
cd Local-Youtube-Downloader-Android
./gradlew assembleDebug

πŸ”— Step 2: Get YouTube URL (30 detik)

From YouTube App

  1. Open video in YouTube app
  2. Tap Share button πŸ“€
  3. Select "Copy Link"
  4. URL copied to clipboard βœ…

From Browser

  1. Open video in browser
  2. Copy URL from address bar
  3. URL ready to use βœ…

Supported URL Formats

βœ… https://www.youtube.com/watch?v=dQw4w9WgXcQ
βœ… https://youtu.be/dQw4w9WgXcQ
βœ… https://youtube.com/embed/dQw4w9WgXcQ
βœ… https://m.youtube.com/watch?v=dQw4w9WgXcQ

πŸ“₯ Step 3: Download Your First Video (2 menit)

1. Input URL

  • Open app πŸ“±
  • Paste URL in input field
  • Tap search button πŸ”

2. Review Video Info

  • Check video title and duration
  • Verify thumbnail loads correctly
  • Confirm it's the right video βœ…

3. Select Format

πŸŽ₯ MP4 - For watching video
🎡 MP3 - For listening to audio only

4. Start Download

  • Tap "Download" button
  • Watch progress 0% β†’ 100%
  • Wait for "Download selesai" message

πŸ“‚ Step 4: Access Downloaded File (1 menit)

Quick Access

  1. Tap "Buka File" button in success message
  2. File opens in default player automatically βœ…

Manual Access

  1. Open file manager πŸ“
  2. Navigate to: Downloads > YTMP3Downloads
  3. Find your file: Video_Title_20240101_143022.mp4
  4. Tap to open with preferred player

πŸŽ‰ Congratulations!

You've successfully:

  • βœ… Installed the app
  • βœ… Downloaded your first YouTube video
  • βœ… Opened the downloaded file
  • βœ… Learned the basic workflow

πŸš€ What's Next?

Explore More Features

  • Try different formats (MP4 ↔ MP3)
  • Download various video types (music, tutorials, etc.)
  • Organize your downloads in folders

Learn Advanced Usage

Join the Community

  • ⭐ Star the repository if you like the app
  • πŸ› Report bugs you encounter
  • πŸ’‘ Suggest features you'd like to see

⚑ Quick Reference Card

Essential URLs

App Repository: github.com/irnhakim/Local-Youtube-Downloader-Android
Documentation: github.com/irnhakim/Local-Youtube-Downloader-Android/wiki
Issues: github.com/irnhakim/Local-Youtube-Downloader-Android/issues

File Locations

Downloads: /storage/emulated/0/Download/YTMP3Downloads/
App Data: /data/data/com.irnhakim.ytmp3/

Supported Formats

Input: YouTube video URLs
Output: MP4 (video), MP3 (audio), WebM, M4A (fallbacks)

Quick Troubleshooting

❌ URL invalid β†’ Check format, try copying again
❌ Download fails β†’ Check internet, try different format
❌ File not found β†’ Check Downloads/YTMP3Downloads folder
❌ Can't open file β†’ Install VLC or compatible player

πŸ†˜ Need Help?

Quick Solutions

  1. Restart app - fixes most temporary issues
  2. Check internet - ensure stable connection
  3. Try different video - isolate the problem
  4. Check storage - ensure enough free space

Get Support


🎯 Mission Accomplished! You're now ready to download YouTube videos like a pro. Happy downloading! πŸš€

Time taken: ⏱️ ~5 minutes | Difficulty: 🟒 Beginner | Success rate: πŸ“ˆ 95%+

Clone this wiki locally