You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we've now added the ability to automatically infer the title and task type (eg. yt-dlp or text-to-speech) from the URL, it's now possible to add an option to 'bulk import' URLs.
We could add a textarea where you dump a bunch of URLs, separated by new lines, and then when you hit 'submit', it would split up the input and then import them. This would happen in another background task, rather than within the HTTP request, response cycle.
Doing this would help me clean up the code inside src/pages/articles/index.astro - it's getting pretty messy.
The text was updated successfully, but these errors were encountered:
Because we've now added the ability to automatically infer the title and task type (eg. yt-dlp or text-to-speech) from the URL, it's now possible to add an option to 'bulk import' URLs.
We could add a textarea where you dump a bunch of URLs, separated by new lines, and then when you hit 'submit', it would split up the input and then import them. This would happen in another background task, rather than within the HTTP request, response cycle.
Doing this would help me clean up the code inside src/pages/articles/index.astro - it's getting pretty messy.
The text was updated successfully, but these errors were encountered: