mosswg / dropout-dl

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

(Intermittent) - Incorrect season number in filenames #14

Closed BradMJustice closed 8 months ago

BradMJustice commented 10 months ago

Describe the bug When downloading a season (or its individual episodes), sometimes a wildly incorrect season number is used in the filename.

To Reproduce Run command docker run --rm -it -v $PWD/login:/app/login -v $PWD/out:/Downloads dropout-dl:latest --output-directory /Downloads --captions --verbose -q 1080p -s https://www.dropout.tv/dimension-20/season:5 This is intermittent does not happen with all seasons of all shows. Anecdotally, it appears that for every season that this happens, logs will show many instances of the message "ERROR: Could not find start of substring" when parsing for episodes.

Expected behavior File names should have S05EXX. In my case, they had S52EXX

Desktop (please complete the following information): Windows 11

Possibly related to #5

khurdkorkmaz commented 9 months ago

I also just ran into this. When downloading the series "Make Some Noise" the folder for Season 1 was created, but all media was marked as "Season 19"

mosswg commented 9 months ago

I just pushed a commit that I think fixes this issue. I haven't been able to reproduce this issue myself. So, please let me know if this is still happening with this new commit. If no one has reported this happening in within a month, I'll close this issue.