coslyk / moonplayer

Video player that can play online videos from youtube, bilibili etc.
https://coslyk.github.io/moonplayer.html
GNU General Public License v3.0
638 stars 93 forks source link

Bundle plugins in AppImage #79

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

Thank you for providing an AppImage. First thing it shows is:

Would it be possible to bundle all the plugins inside the AppImage, so that the user does not have to separately download them?

Thanks.

Reference: https://github.com/AppImage/appimage.github.io/pull/1582

coslyk commented 5 years ago

MoonPlayer uses Youtube-dl and ykdl to parse videos from websites, which update very frequently, so I think it's better to make them seperate so that it's easier to get the latest version of them using a built-in upgrader.

probonopd commented 5 years ago

I see.