mosswg / dropout-dl

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

Episodes hidden behind "Show more" not downloaded during a series download #4

Closed RogueBurger closed 8 months ago

RogueBurger commented 1 year ago

Describe the bug When I was downloading the Breaking News series, I noticed that season 3 episode 26 got skipped. Looking at the page for that season, it appears that the season only shows the first 24 episodes and that the final episode is hidden until you click the Show More button at the bottom of the page. I assume that is why the scraper was unaware of it. I was able to download the episode on its own just fine as a temporary work around.

To Reproduce Steps to reproduce the behavior:

  1. run docker run --rm -it -v $PWD/login:/app/login -v $PWD/out:/Downloads dropout-dl:latest --output-directory /Downloads --captions -S https://www.dropout.tv/breaking-news-no-laugh-newsroom
  2. check output/directory and see it skip from S03E25 to S04E01

Expected behavior The Series finds and downloads all the episodes, even the hidden ones.

Screenshots Screenshot 2023-06-10 222421 Screenshot 2023-06-10 222919

mosswg commented 1 year ago

Hi, thank you for submitting this issue. I just pushed a commit that fixes this on my computer. Please try this and let me know if you are still having any issues. Make sure to re-run the docker build command before running.

RogueBurger commented 1 year ago

Yep, all working for me now too! 😄Thanks a bunch for getting that fixed so fast.

Edit: Actually just noticed a bug. While it does download the videos now, it appears to be misnumbering them for me. Looks like it just starts over at 1 for the episodes beyond 24 Screenshot 2023-06-11 170614

mosswg commented 1 year ago

Sorry it took so long for me to get to this. I just pushed a commit that fixes this issue. Hope you have no more issues, but if you do, please let me know.