doubleplusc / Line-sticker-downloader

89 stars 26 forks source link

Added a new method that allows extraction of animated gifs with no animation flag within the metadata #24

Open idkuri opened 8 months ago

idkuri commented 8 months ago

Example link: https://store.line.me/stickershop/product/18628470/en Meta data shows there is no animation available.

New method parses the html on the page to parse the link stored in the html element to extract the apng. The apng is then converted to gif using the pillow library.

Here's a demo: demo