aviaryan / Kissanime-Batch-Downloader

:jp: :tv: KissAnime, KissCartoon and KissAsian batch links generator script
Apache License 2.0
134 stars 45 forks source link

Fix retrieving download links #16

Closed Unpaid8503 closed 7 years ago

Unpaid8503 commented 7 years ago

This fixes the bug which the script couldn't retrieve links on KissAnime. KissAnime uses JavaScript to print the download links, which this script didn't know how to deal with it. css.js, vr.js and shal.js are now included for the decryption of the string containing the download links.

[The diff is like that because of indentation]

Unpaid8503 commented 7 years ago

Please look at #18