Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download multiple files (eg. complete season) #149

Open
ek234 opened this issue Jul 26, 2023 · 5 comments
Open

download multiple files (eg. complete season) #149

ek234 opened this issue Jul 26, 2023 · 5 comments

Comments

@ek234
Copy link
Contributor

ek234 commented Jul 26, 2023

Is your feature request related to a problem? Please describe.
it would be convenient to be able to download a complete season of a tv show in one go.

Describe the solution you'd like
adding an option to select the whole season/ multiple episodes which are then downloaded sequentially or parallelly.

Describe alternatives you've considered
writing an external script that runs lobster with the download flag for each episode.

Additional context
really nice program, thanks! anyway, I can add this feature if you temme if and how you would like it to be implemented.

@justchokingaround
Copy link
Owner

it would be really nice if you could PR this! since i'm busy with exams in the next 2 weeks.

what i think would be a nice implementation for this feature:

  • -b and --batch as arguments with a range that can be given using any separator: a:b or a-b where u match a number then any symbol and then any number again. using regex it would look something like this: [0-9]*.[0-9]*
  • then you make a for loop to fetch and download each video link individually, using the next_episode_exists function to check for the existence of a next episode

the rest is up to you tbh, i don't have any particular requirements for it.

this might not be the easiest thing to implement so don't push yourself too hard. i am planning on starting a complete rewrite of the project in rust in ~1.5 week, and i will implement this feature then, so there might not even be a need for you to go out of your way for this

@ek234
Copy link
Contributor Author

ek234 commented Jul 27, 2023

@justchokingaround cool. rust rewrite sounds fun. maybe I can help with that. atb for your exams!

@justchokingaround
Copy link
Owner

thanks!

@ek234
Copy link
Contributor Author

ek234 commented Aug 12, 2023

@justchokingaround hey man. did you start working on the rust rewrite? just got a little free i can contribute.

@justchokingaround
Copy link
Owner

yes, i'll add you to the repo. also it'd be nice if u join the discord server, we do a lot of organizational talk there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants