rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
45 stars 2 forks source link

Improvement: Add script/command to collect URLs of videos in a playlist #18

Closed rmusser01 closed 1 month ago

rmusser01 commented 1 month ago

Instead of throwing more and more functionality that may break into the main script, add a simple one-liner or script if necessary that will download playlist information from youtube, and then put each found item's URL in the playlist into a text file, that may then be passed into the main script for transcription + summarization.

rmusser01 commented 1 month ago

Add check for input URL, if it matches youtube playlist prefix, perform processing and strip the URLs to a file and then proceed to download them, naming the created list ?X?.

rmusser01 commented 1 month ago

Funny errors when trying to handle it in main. Maybe some other time. Added a check and script to be able to generate a text file for a playlist.