Skip to content

how would you export the playlist.db to a simple text file of all urls? #2412

Closed Answered by GilgusMaximus
cocoonkid asked this question in Q&A
Discussion options

You must be logged in to vote

The database follows a basic format:
{"playlistName":"Favorites","videos":[{video1}, {video2}]} and each video has some properties as "key": "value" pairs separated by commas. So you should easily be able to grep these. You can just open the files with any text editor

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants