audible-cli
audible-cli copied to clipboard
End date with export library
It seems that --end-date is not used for podcasts when exporting library.
Thank you for your pr. You're right, there is an issue with podcasts and stop date. This has to do with how the Audible API processes requests. It seams that child elements like episodes of a podcasts will be responded, even if the episode is out of the stop date. This can be handled be a function, which I have to implement.
More info just in case.
downloads:
- MP3 podcasts added after
--start-dateare always downloaded even if--end-dateis earlier than the added date. - AAX[C] podcasts added after
--start-dateare always tried to be downloaded even if--end-dateis earlier than the added date, but all downloads fail. - AAX[C] podcasts added after
--start-dateare downloaded fine when--end-dateis later than the added date.
library:
- Library export always includes MP3/AXX[C] podcasts outside
--end-date