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
add a subcommand parser dedicated to data archival:
should be implemented in a library form, with a console entrypoint that may serve as a Minimal Working Example
these operations should be performed separately:
query a Shaarli instance to get a list of links
parse a list of links and retrieve/archive corresponding media
Archival preferences could be specified in a config file
local archive directories
multimedia preferences, e.g. audio & video formats
Suggestions:
move API commands to an api subparser, and declare other subparsers for specific actions:
there's also the possibility of providing an interactive CLI entrypoint using the click library (possibly overkill but potentially quite fun to write :) )
The text was updated successfully, but these errors were encountered:
Moved from #22
The text was updated successfully, but these errors were encountered: