danipragustia / php-videoproxy-gdrive

Proxy video for Google Drive
GNU Affero General Public License v3.0
19 stars 15 forks source link

Fixed sources is empty on cache file created #6

Closed xubmuajkub closed 4 years ago

xubmuajkub commented 4 years ago

Since we cannot update the outside variable in array_map we should map the sources outside of the functions.

Not sure if it working on PHP 5 or not, but it's not working on PHP 7.

xubmuajkub commented 4 years ago

We can also refactor the code to be more simple. Now the curl code that get the content is kind of redundant.

danipragustia commented 4 years ago

Thanks for contribution!