Replies: 3 comments
-
Support for a new stream provider will be somewhat a big thing. I will postpone that for now since looks like that isn't really on a lot of eps and we still have a PR open. This is on the wishlist for now. I will leave this open though. |
Beta Was this translation helpful? Give feedback.
-
After conducting a thorough analysis of the issue, my proposed solution involves implementing a check to determine whether the episode requires streaming from Streamsb or not. This can be accomplished by incorporating a try-except block within the multithread_m3u8_dl function in the anipy_cli/download.py file. With these modifications, if the call to self.ffmpeg_merge raises a FileNotFoundError exception, the user will be presented with two options. They can either choose to skip to the next episode (by entering 1) or retry downloading the current episode (by entering 2). If the user decides to skip, the function will proceed to the next episode, whereas if they choose to retry, the download process will resume from where it left off. By implementing these changes, we can enhance the functionality of the download feature and make it more user-friendly. |
Beta Was this translation helpful? Give feedback.
-
Since this issue is currently irrelevant (the episode in the issue cowboy bebop 15 is not broken anymore and we dont have anything to test now anyways) I will close this issue for now and convert it to a discussion. Support for multiple streaming providers is an idea I do have in mind but am currently to lazy to do.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
This bug happens when an anime episode on gogo is not actually on the gogo server and needs to be streamed from streamsb. It causes the program to crash when trying to watch it or download it.
You can also tell that it needs to be streamed from streamsb because that is what happens on gogo.
Link to episode on gogo: https://gogoanime.gg/cowboy-bebop-dub-episode-15
To Reproduce
Try watching or downloading Cowboy Bebop (Dub) episode 15.
Expected behavior
Normal Operation.
Info
Platform
Additional context
Output (from both trying to download and watch normally):
Beta Was this translation helpful? Give feedback.
All reactions