-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: bulk import text URLs #6828
Comments
I had this same need a while back. I actually wrote a python script for this exact purpose. |
This has the same problems as the YouTube playlist import but worse. Closing as this has been identified as a feature that wont be possible to implement due to technical limitations |
Could you please explain what that limitation is and how it relates, or provide a link if it's already discussed somewhere? |
What information does Freetube use to generate a playlist? I was thinking of implementing this by simply having a regex match all video IDs from a list of URLs and using those IDs to create a playlist. |
@ozrendev Freetube has a playlist import/export function. If you export playlists, you get a db file with what looks like JSON content. You have a playlist wrapper with some basic metadata and inside a list of videos. A single video line item looks like this:
Really, the only thing freetube should need to play a video is the video ID, so I don't understand what the problem is, but I'm digging through the issue history. It's useful to fetch the video title as well, so you would need an API for that , which could slow down the process, but I don't care about anything else. For all I care, it could show a black rectangle for the thumbnail, and we already know Freetube can list videos without the duration. |
Related issues:
|
Guidelines
Problem Description
Unable to import generic lists of youtube video URLs
Proposed Solution
implement the importing of lists of youtube URLs in plain text (either as a text file with one URL per line, or paste from the clipboard), and create a playlist with those videos.
Alternatives Considered
as a bonus, add Firefox bookmark HTML/JSON files too.
Issue Labels
new feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: