Skip to content

Commit

Permalink
Merge pull request #22 from Awsomedude/master
Browse files Browse the repository at this point in the history
Update Twist.moe encryptionKey
  • Loading branch information
SuperMarcus committed Jul 12, 2019
2 parents b966940 + 60509ac commit 3add93e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ import CommonCrypto
import Foundation

extension NASourceAnimeTwist {
fileprivate static let encryptionKey = "k8B$B@0L8D$tDYHGmRg98sQ7!%GOEGOX27T".data(using: .utf8)!
fileprivate static let encryptionKey = "LXgIVP&PorO68Rq7dTx8N^lP!Fa5sGJ^*XK".data(using: .utf8)!

func episode(from link: EpisodeLink, with anime: Anime) -> NineAnimatorPromise<Episode> {
guard let sourcePool = anime.additionalAttributes["twist.source"] as? [EpisodeLink: String],
Expand Down

0 comments on commit 3add93e

Please sign in to comment.