Drag & drop URL from address bar into folder = automagically convert + download #24468

Closed
opened 2026-02-21 12:02:26 -05:00 by deekerman · 3 comments
Owner

Originally created by @grand-lotus-iroh on GitHub (Sep 20, 2021).

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

How would I go about finding out how to drag & drop shortcut URL from browser address bar into folder to auto download / convert to audio mp3? It would work something like this:

8t9-514

Originally created by @grand-lotus-iroh on GitHub (Sep 20, 2021). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - Look through the README (http://yt-dl.org/readme) and FAQ (http://yt-dl.org/faq) for similar questions - Search the bugtracker for similar questions: http://yt-dl.org/search-issues - Finally, put x into all relevant boxes (like this [x]) --> - [x] I'm asking a question - [x] I've looked through the README and FAQ for similar questions - [x] I've searched the bugtracker for similar questions including closed ones ## Question <!-- Ask your question in an arbitrary form. Please make sure it's worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. --> How would I go about finding out how to drag & drop shortcut URL from browser address bar into folder to auto download / convert to audio mp3? It would work something like this: ![8t9-514](https://user-images.githubusercontent.com/1291364/134059471-028a7be9-c1f2-4c5f-a179-5a9430cd304a.gif)
deekerman 2026-02-21 12:02:26 -05:00
Author
Owner

@zulc22 commented on GitHub (Sep 21, 2021):

that would be very complex to make possible, but I don't quite think this question belongs here (because this goes into the territory of making an entirely new application powered by youtube-dl, instead of being a feature that could be "just" be added)

@zulc22 commented on GitHub (Sep 21, 2021): that would be very complex to make possible, but I don't quite think this question belongs here (because this goes into the territory of making an entirely new application powered by youtube-dl, instead of being a feature that could be "just" be added)
Author
Owner

@dirkf commented on GitHub (Sep 21, 2021):

But, as a hint, a simple solution for Windows might be to make a script that accepts a URL as its parameter and runs yt-dl on the URL to convert the URL's media to an MP3 file or files in the same directory as the script.

Place a copy of this script in each folder that you want to use. Then drag and drop the URL from the browser's address bar on to the script in one of the folders to extract the URL's media into that folder.

@dirkf commented on GitHub (Sep 21, 2021): But, as a hint, a simple solution for Windows might be to make a script that accepts a URL as its parameter and runs yt-dl on the URL to convert the URL's media to an MP3 file or files in the same directory as the script. Place a copy of this script in each folder that you want to use. Then drag and drop the URL from the browser's address bar on to the script in one of the folders to extract the URL's media into that folder.
Author
Owner

@AyrA commented on GitHub (Sep 21, 2021):

URL links are simple text files in INI file format. A simple powershell script could be used to extract the link and feed into youtube-dl

@AyrA commented on GitHub (Sep 21, 2021): URL links are simple text files in INI file format. A simple powershell script could be used to extract the link and feed into youtube-dl
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#24468
No description provided.