Skip to content
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]: Import Playlists from YouTube #5057

Open
3 tasks done
efb4f5ff-1298-471a-8973-3d47447115dc opened this issue May 3, 2024 · 0 comments
Open
3 tasks done
Labels
E: new feature enhancement New feature or request

Comments

@efb4f5ff-1298-471a-8973-3d47447115dc

Guidelines

  • I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
  • I have searched the documentation for information that matches the description of the feature request I want to file, without success.
  • This issue contains only one feature request.

Problem Description

Importing Playlists from YT is not possible. Now that Local Playlist support has released we can start to implement this.

Proposed Solution

The ability to import the Playlist file provided by YouTube into FreeTube

Also what we need from the exported YT playlist file to test cases like:

  • videos that are set to private in that playlist
  • videos that dont exist anymore
  • shorts and previously streamed live videos
  • Currently live videos (not sure if YT allows u to save that to a playlist)
  • Upcoming videos or upcoming live videos (not sure if YT allows u to save that to a playlist)

Alternatives Considered

None.

Issue Labels

new feature

Additional Information

Retrieved from
PikachuEXE#50 (comment)

The YT playlist export is a list of CSV files

Example (header text depends on user language I guess, maybe it can be forced via hl=en) Headers: video ID, timestamp for video added to playlist time

影片 ID,播放清單影片的建立時間戳記
dKMTzrG92TE,2018-04-24T09:05:28+00:00

Update 1: Confirmed that https://takeout.google.com/?hl=en&pli=1 will export file with header text in en

Video ID,Playlist Video Creation Timestamp
dKMTzrG92TE,2018-04-24T09:05:28+00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E: new feature enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant