dropout-dl
dropout-dl copied to clipboard
A tool for downloading dropout.tv episodes
**Describe the bug** Attempting to download an episode from the season "A Crown of Candy" results in an assertion failure: ``` Assertion failed: it != m_data.m_value.object->end() (/app/external/json/include/nlohmann/json.hpp: operator[]: 2142) ```...
**Describe the bug** When attempting to download a season I receive a json parse_error exception. This happens before downloading begins when its getting the list of all episodes in that...
After a fresh clone of this repo, the docker run command `docker build -t dropout-dl:latest .` resulted in an error: **To Reproduce** Steps to reproduce the behavior: 1. Clone the...
**Describe the bug** I think this is tied to the previous fix (https://github.com/mosswg/dropout-dl/issues/18), but it seems that newer episodes are now splitting audio into the separate m4a file (or, if...
Starting last week, new episodes of Dimension 20 fail to download. Likely a format change on Dropout's end for new videos? When trying last week or this week's episode: quality:...
**Describe the bug** I am seeing issues with some video downloads (especially with newer ones) where they will not finalize the download. It goes through the segments the same as...
I'm trying to log in from my Synology Docker host and the login fails with the error: ``` docker run --rm -it -v /volume1/docker/dropout-dl/login:/app/login -v /volume1/docker/dropout-dl/output:/Downloads dropout-dl:latest --output-directory /Downloads --captions...
Previously there were some issues with downloading videos whose titles contained parentheses like `(featuring Zac Oyama)` or apostrophes (such as `Don't Laugh`). I went ahead and added filtering for those...
Basic CI stuff for this lil project! :heart: For those unfamiliar, that means that Github will test that incoming PRs compile successfully. (Really I just feel uncomfy when I don't...
 Fixes #26, as promised c: ## User-facing changelog - Fixes the "output file is empty" bug by improving how we calculate the base_url to use for accessing the video's...