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
Thanks again for creating this tool! Currently podcast-dl prints the list of episodes in a table format, but being able to print in JSON format would be really useful.
For example, something like this:
--list # prints in table format
--list --format=table # print in table format
--list --format=json # print in JSON format
The scenarios where this might be potentially useful:
saving the list of episodes as JSON metadata alongside podcast/episode metadata
pass the output of the list option to a tool like jq and calculate offset/limit based on some logic (eg. time period) to download specific episodes
The text was updated successfully, but these errors were encountered:
Thanks again for creating this tool! Currently podcast-dl prints the list of episodes in a table format, but being able to print in JSON format would be really useful.
For example, something like this:
The scenarios where this might be potentially useful:
The text was updated successfully, but these errors were encountered: