Ruvim

Results 1 issues of Ruvim

`DVURLAsset` times out for the urls with redirect Example: ``` let url = URL(string:"") // URL with 302 redirect let asset = DVURLAsset(url: url) asset.loaderDelegate = self ... asset.loadValuesAsynchronously(forKeys: ["playable"])...