-
Notifications
You must be signed in to change notification settings - Fork 576
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
fix : link parsing problems and reduce curl call for majority of animes #544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces on every single line, please change them to tabs. Also according to our current style guideline, do
should be in the same row as for
, just like if
and then
. I would also consider making the if ! ... then
into a ||
, if that makes sense for you. Otherwise looking good!
sorry bout that thanks for the review ,and thanks for the help @71zenith |
@71zenith can u put |
some optimization.. ig |
tell before merging, we have to squash the commits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
@Zenith71 you requested a reminder to squash
Although line 159 should be part of line 158... |
@Derisis13 good? |
* refactor: slightly fasten up script for majority of animes * chore: version bump 1.8.0 -> 1.8.1 * style: spaces -> tabs * refactor: change single condition if-else statement to one-liner * refactor: optimize aria2c * refactor: remove unused case arm * refactor: move do statement to for loop row * docs: remove make as dependency for termux
Perfect |
fix #515 #542