Fork java-youtube-downloader
SrRapero720 opened this issue · 3 comments
SrRapero720 commented
Currently JYD uses Alibaba fastjson, which uses a lot of odd stuff arround services (including Javax)
Forking requires replace FastJSON with google GSON, which is on all Minecraft versions and is "lightweight"
rids off Alibaba fastjson
SrRapero720 commented
Thios was done...
now forked JYD uses gson instead of fastjson
minimal changes are done
SrRapero720 commented
Applied + backported