mygpo
mygpo copied to clipboard
Update podcasts over 200 episodes does not work
The command envdir envs/dev python manage.py feed-downloader https://www.geschichte.fm/feed/mp3/ --max 400 does not work correctly.
The Parameter --max is ignored. Is this on purpose?
The help text makes it seems like --max MAX
has to be placed before the URLs used in the command.
Example
envdir envs/dev python manage.py feed-downloader --max 400 https://www.geschichte.fm/feed/mp3/
@rw-django-fan-2020 did putting the switch before the URL fix your problem?