Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update podcasts over 200 episodes does not work #610

Open
rw-django-fan-2020 opened this issue Jun 25, 2021 · 2 comments
Open

Update podcasts over 200 episodes does not work #610

rw-django-fan-2020 opened this issue Jun 25, 2021 · 2 comments

Comments

@rw-django-fan-2020
Copy link

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?

@Ryochan7
Copy link
Contributor

Ryochan7 commented Jul 10, 2021

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/

@clementsjosh
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants