-
Notifications
You must be signed in to change notification settings - Fork 15
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
Added episode selection and sorting episodes into folders for comics. #35
base: master
Are you sure you want to change the base?
Conversation
Can now select episodes to download (not tested with novels), and fixed episode name not appearing.
Enabling the organize flag will sort episodes into individual folders for comics. Currently incompatible with update mode, use selection instead. Also changed mentions of pages to episodes for consistency.
Can this be implemented in novels too ? |
I only tested it on comics, but novels should work. You can test it yourself by going to my fork and downloading it. |
Can you tell me how do I download single chapters of manga and whenever i download chapters in bulk how do I organise each of them in different folders for each chapter |
It is documented in the readme.md, the -s flag lets you select the range of episode to download, and the -n flag is for organization. Do ./tapas-dl.py -h for more details. |
Thanks for the help and one more thing. Have you faced problem with downloading novels . Cause whenever i download novels it download it in a EPUB format but whenever i open the EPUB file it's totally empty . It only shows the chapter names and table of contents but it doesn't have anything else . |
Yeah, seems like novel downloading is borked. The origin has the same issue, it's not just my fork. You should open an issue. |
Ok thanks |
Implemented #18 as well as the ability to download a range of episodes. Also added the ability to sort downloaded episodes into folders for comics rather than bunching it all up into one folder.
I couldn't be bothered to fix updating so it's currently semi-incompatible with sorting. I also don't completely understand all of the code so sorry if I broke anything :p.
Tested on Windows, comics only. Novels untested.