WaterMediaTeam/watermedia

Fork java-youtube-downloader

SrRapero720 opened this issue · 3 comments

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

Thios was done...
now forked JYD uses gson instead of fastjson

minimal changes are done

Applied + backported