mosswg / dropout-dl

A tool for downloading dropout.tv episodes
GNU General Public License v3.0
28 stars 7 forks source link

Duplicate misnamed seasons when downloading a series #5

Closed linuxdaemon closed 8 months ago

linuxdaemon commented 1 year ago

Describe the bug When downloading a whole series, such as Make Some Noise, if the download runs a few times, it eventually downloads season 1 again, as season 10. It places the files in the season 1 folder but names them s10Exx, and season 2 is downloaded as 22,

To Reproduce Steps to reproduce the behavior:

  1. Download a series via cron hourly using docker run --name dropout --rm -it -v $PWD/login:/app/login -v /mnt/nas/video/dropout:/Downloads dropout-dl:latest --output-directory /Downloads --captions -q 1080p https://www.dropout.tv/$series
  2. Leave it running for a day or so, and it eventually downloads duplicates.

System