SuperMarcus / NineAnimator

An elegant way of discovering anime on iOS.
https://9ani.app
GNU General Public License v3.0
809 stars 100 forks source link

Fix Link retrive on AnimeUnity.it #156

Closed Catta1997 closed 4 years ago

Catta1997 commented 4 years ago

If the link has ' ' instead of '%20' the app gives error

SuperMarcus commented 4 years ago

Seems like you're supposed to URL encode the link. If that's the case, use addingPercentEncoding instead.