{"id":29960580,"url":"https://github.com/lunagus/vid-dlp","last_synced_at":"2026-04-07T08:02:10.433Z","repository":{"id":307596702,"uuid":"1030057650","full_name":"lunagus/vid-dlp","owner":"lunagus","description":"A fast implementation of a scraper and downloader using yt-dlp, supports multiple sites.","archived":false,"fork":false,"pushed_at":"2025-08-01T03:39:16.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-12T07:39:31.672Z","etag":null,"topics":["audio","download","english","ffmpeg","file","firefox","language","latino","linux","mac","movie","playwright","python","script","search","subtitles","windows","yt-dlp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lunagus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-01T02:56:04.000Z","updated_at":"2025-08-01T03:44:11.000Z","dependencies_parsed_at":"2025-08-01T05:29:04.388Z","dependency_job_id":"65abc749-59ff-475f-96c4-dd4e7a0421cd","html_url":"https://github.com/lunagus/vid-dlp","commit_stats":null,"previous_names":["lunagus/vid-dlp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lunagus/vid-dlp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunagus%2Fvid-dlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunagus%2Fvid-dlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunagus%2Fvid-dlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunagus%2Fvid-dlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunagus","download_url":"https://codeload.github.com/lunagus/vid-dlp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunagus%2Fvid-dlp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","download","english","ffmpeg","file","firefox","language","latino","linux","mac","movie","playwright","python","script","search","subtitles","windows","yt-dlp"],"created_at":"2025-08-03T23:00:57.664Z","updated_at":"2026-04-07T08:02:10.416Z","avatar_url":"https://github.com/lunagus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📼 vid-dlp\n\n[![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/) [![License](https://img.shields.io/badge/license-MIT-green)](#)\n\nA **robust**, **reliable**, and **user-friendly** Python application for **searching**, **decrypting**, and **downloading** video and audio content from a variety of websites — completely **ad-free** and **automated**.\n\n# WHY?\n\nI wanted an easy way to automatically download video files and extract their audio from multiple websites and without being bothered by ads or unnecessary interaction. **vid-dlp** addresses these challenges by providing a seamless, headless experience. Ideal for educators, content creators, researchers, and casual users, this tool ensures **high reliability** through automated link decryption, **minimal intervention** with headless automation and a **clean output** organized in a dedicated `downloads/` directory.\n\n## 🎯 Requirements\n\nFirst, you need **Python** installed on your computer:\n- **Windows**: Download from [python.org](https://python.org) and run the installer\n- **Mac**: Download from [python.org](https://python.org) or use `brew install python`\n- **Linux**: Usually pre-installed, or run `sudo apt install python3`\n\n---\n\n## 🚀 Quick Start\n\n1. **Clone the Repository**\n    ```bash\n    git clone https://github.com/lunagus/vid-dlp.git\n    cd vid-dlp\n    ```\n    💡 Alternatively, download the ZIP archive and extract it.\n\n2. **Install Dependencies**\n    ```bash\n    pip install -r requirements.txt\n    playwright install firefox\n    ```\n\n3. **Run the Application**\n    ```bash\n    python downloader.py\n    ```\n\n---\n\n## 📖 How to Use (Step by Step)\n\n1. **Run the script**: Type `python downloader.py` and press Enter\n2. **Enter video title**: Type the name of what you want to download\n3. **Choose language**: Pick your preferred language (Latino/Español/Inglés)\n4. **Customize options** (optional): Choose between:\n   - Video + Audio (full video file)\n   - Audio only (just the sound as MP3)\n5. **Wait**: The tool will automatically:\n   - Search for your video\n   - Find the best quality version\n   - Download it to the `downloads` folder\n\n---\n\n## 🎯 Features\n\n- 🔍 **Smart Search**: Find videos by title\n- 🔓 **Advanced Extraction**: Automatically decrypts protected links\n- 🌐 **Multi-Language**: Support for Latino, Español, and Inglés\n- 🎬 **Flexible Downloads**: Get full video or audio-only\n- 🤖 **Automatic Mode**: Works in the background (no browser window)\n- 🚫 **Ad-Free**: Built-in ad blocking\n- 📝 **Subtitles**: Automatically downloads subtitles when available\n- 📁 **Organized**: Saves everything to a `downloads` folder\n\n## 🛠️ Technology Stack\n\n- **Python 3.8+**\n- **Playwright**: Headless browser automation\n- **yt-dlp**: Advanced media downloader\n- **FFmpeg**: Media processing and audio conversion\n- **BeautifulSoup4**: HTML parsing\n- **PyCryptodome**: Cryptographic operations\n\n---\n\n## 🔧 Troubleshooting\n\n| Issue                      | Solution                                                                      |\n|----------------------------|-------------------------------------------------------------------------------|\n| `python` not recognized    | Ensure Python 3.8+ is installed and added to PATH.                           |\n| Missing modules            | Run `pip install -r requirements.txt`.                                        |\n| Playwright browser errors  | Execute `playwright install firefox`.                                         |\n| FFmpeg not found           | Install FFmpeg and verify in system PATH.                                      |\n| No results                | Try broader search terms or check network connectivity.                       |\n| Download failures         | Retry later; source may be temporarily unavailable.                           |\n\n---\n\n## 🔮 Future Implementations\n\n| Feature | Description |\n|---------|-------------|\n| **Support for Multiple Sites** | Extend the tool to work with various video platforms and sources |\n| **Automatic Detection** | Automatically detect and adapt to new video sources and formats |\n| **Site-Specific Optimizations** | Customized extraction methods for different websites |\n| **Advanced Options** | Quality selection, format choices, and download preferences |\n| **Download Queue** | Manage multiple downloads with progress tracking |\n| **Batch Downloads** | Download multiple videos simultaneously |\n\n---\n\n## 🤝 Contributing\n\nThis project is constantly being improved. Check back regularly for updates and new features or reach out to suggest your own!\n\nAny contributions are welcome! To get started:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/your-feature`\n3. Commit changes: `git commit -m 'Add new feature'`\n4. Push: `git push origin feature/your-feature`\n5. Open a Pull Request.\n\n---\n\n## 🛡️ Legal and Ethical Considerations\n\nThis tool is designed for:\n- Downloading your own content\n- Educational purposes\n- Personal use\n- Content you have permission to download\n\nPlease respect:\n- Copyright laws in your country\n- Terms of service of video platforms\n- Content creators' rights\n- Fair use guidelines\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunagus%2Fvid-dlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunagus%2Fvid-dlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunagus%2Fvid-dlp/lists"}