Sajan Adhikarisajanadhikari.hashnode.dev·Nov 7, 2024Comprehensive Guide: How to Download, Install, and Use yt-dlp on Windows for Optimal Video DownloadingUltimate Guide: Downloading & Using yt-dlp on Windows yt-dlp is a robust command-line utility designed for downloading videos from a wide range of platforms, such as YouTube. As a fork of the well-known youtube-dl project, it introduces enhanced feat...youtube
yassery3script.hashnode.dev·May 19, 2024PinDown: A Python GUI for Downloading from PinterestPinDown: A Python GUI for Downloading from Pinterest Screenshots Introduction PinDown is a Python application designed to simplify the process of downloading images and videos from Pinterest. The application leverages customtkinter to create an int...26 readsPython
Deep Sarkerdeepsarker.hashnode.dev·Aug 11, 2023Building a CLI Tool: How I Developed A Download Link Grabber Of Terabox.comThis is a CLI application to grab a direct download link from terabox.com directly from the terminal Terabox is a website where users can upload files and share them globally. It's cloud storage. Recently I had to download a file from Terabox but whe...1 like·77 readsPython
Deep Sarkerdeepsarker.hashnode.dev·Aug 9, 2023Building a CLI Tool: How I Automated the Download of Kevinpowell.co CoursesThis is a CLI application to automate the download kevinpowell.co course A few days ago, I was in search of a CSS course. A friend recommended one that emphasized responsive layout design. I began watching the tutorials and soon realized I wanted to ...54 readsProgramming Blogs
Saptarshi Sarkarsaptarshisarkar.hashnode.dev·Nov 13, 2022How to build a File Downloader SystemWhat is a File Downloader⬇️ System? A File Downloader System is an application which will download ⬇️ any file 📄 once it is provided with a valid ✅ download link 🔗. In most cases, you can choose the directory 📁 where the file needs to be saved. Wh...5 likes·71 readsJava
Dhruv Patelxioncode.hashnode.dev·Jul 21, 2022YouTube Video Downloader With Python!Introduction Have you ever wanted to download videos off of YouTube? Well with python it's easier than ever to accomplish. With python there is a library you can download called pytube found at pytube.io Set Up You are going to want to open up your f...4 likes·157 readsPython
Maurer Krisztiánmaurerkrisztian.hashnode.dev·Jul 8, 2022Youtube downloader (cli wrapper)You have probably already come across a YouTube video download site, in this article I will show you how to write such a site and go through the concepts and solutions I used. First of all, let's clarify what we want to achieve: providing a youtube ...58 readsMy ProjectsNode.js