n0k0m3 / revanced-build-template

Github Template for building Revanced
GNU General Public License v3.0
138 stars 151 forks source link

feat: Add support to explicitly include patches #45

Closed ManorSailor closed 2 years ago

ManorSailor commented 2 years ago

This commit adds support to accommodate for the recent changes made in ReVanced CLI, i.e, the ability to explicitly include some special patches. Users can now define patches to be excluded & included in the patches.txt file under the specified headers.

Anyway. This has been tested before release, feel free to let me know if there are any inconsistencies

Closes #42.

On a side-note, combination of grep, head & tail can be really powerful. I was able to navigate through the file fairly easily. Bash can be really powerful sometimes.

ronin08 commented 2 years ago

have you tested this?

ronin08 commented 2 years ago

also, can you replace uptodown with apkmirror for downloadimg apk. As the latest youtube compatible with revanced is 17.27.39 which is not there on uptodown.

You can use these scripts: https://github.com/opengapps/apkcrawler/blob/master/apkmirrorcrawler.py https://github.com/mkg20001/apkmirror-client

n0k0m3 commented 2 years ago

have you tested this?

I don't work full time on this, please wait at minimum 24 hours before asking for updates

also, can you replace uptodown with apkmirror for downloadimg apk. As the latest youtube compatible with revanced is 17.27.39 which is not there on uptodown.

You can use these scripts: https://github.com/opengapps/apkcrawler/blob/master/apkmirrorcrawler.py https://github.com/mkg20001/apkmirror-client

@ronin08 Next time please open a new issue and do not pollute PR discussion with this.

Regarding to this I already explained in #14