mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #46] Feature: Read links from playlist #34
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicfitzgerald on GitHub (Mar 7, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/46
There are other media downloaders, Gallery-DL and YT DLP, that can take a text document of links and use that as a download source. Since the GUI already takes in the download, it sounds like it may be possible to use that to read from a list of links.
@nicfitzgerald commented on GitHub (Mar 7, 2023):
Apologies - it looks like there was a UI overhaul between the prebuilt binaries and the source. It may be slightly harder to get this feature implemented now.
@casualsnek commented on GitHub (Mar 7, 2023):
I think it's doable, i may make it so that it can take path to txt file as url or text file could be dragged and dropped into url/search field, then parse it for downloading !
@nicfitzgerald commented on GitHub (Mar 8, 2023):
The path to a text file as the URL would be super great, from a user standpoint.
@casualsnek commented on GitHub (May 18, 2023):
The latest development branch should support this ! Can you check if it's working ?
@nicfitzgerald commented on GitHub (May 19, 2023):
I will pull it and test right now!