mygpo icon indicating copy to clipboard operation
mygpo copied to clipboard

Update podcasts over 200 episodes does not work

Open rw-django-fan-2020 opened this issue 3 years ago • 2 comments

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?

rw-django-fan-2020 avatar Jun 25 '21 09:06 rw-django-fan-2020

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/

Ryochan7 avatar Jul 10 '21 14:07 Ryochan7

@rw-django-fan-2020 did putting the switch before the URL fix your problem?

clementsjosh avatar Oct 17 '21 14:10 clementsjosh