ftde0 / yt2009

2009 youtube frontend.
Apache License 2.0
193 stars 119 forks source link

[A QUESTION NOT A IUSSE] can i compile a yt2009 apk with termux? #46

Closed Someone8877 closed 10 months ago

Someone8877 commented 10 months ago

I don't have a PC so I'm asking if I can compile a apk of Yt2009 on android without a PC?

ftde0 commented 10 months ago

no promises but possibly as most tools used throughout apk_setup.md are command-line.

you can also try using the just-added autoapk script, but it's not as tested:

node autoapk.js -a <path_to_youtube_apk.apk> -i <instance_url>

make sure the instance URL is only the domain name/IP, coming out to roughly something like this:

node autoapk.js -a youtube.apk -i 192.168.1.7

assuming your instance is hosted on 192.168.1.7. similarly to using a domain name

node autoapk.js -a youtube.apk -i yt2009.your.site
ftde0 commented 10 months ago

no response in a bit, assuming the issue has been taken care of. reopen if still needed.