N0-0NE-Dev / NoFasel

A streaming app with no ADs.
The Unlicense
324 stars 23 forks source link

Download the whole season #35

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Add a download button for the whole season

Describe alternatives you've considered You may look at egybest-dl, it was doing this before the closure of the site

Additional context

N0-0NE-Dev commented 1 year ago

JavaScript is single threaded, meaning that the app can really only run one task at a time, so trying to extract links for all episodes of a season will take a long time. Making a python package for such thing makes much more sense, as multiprocessing in python is very easy.

ghost commented 1 year ago

I don't mind waiting a long time to get a file of download links for 1dm, at least that's better than go to site a watch adds and repeat steps until get the whole season. Maybe you make that run in background or just show a progress bar, Users could use any other program until the links are ready. It's a good feature and there's no app provide now

N0-0NE-Dev commented 1 year ago

I will look more into it.

ghost commented 1 year ago

Thank you

N0-0NE-Dev commented 1 year ago

Added in version 1.1.9, read the release notes for more details.