aslanyanhaik / youtube-iOS

youtube iOS app template written in swift 5
MIT License
2.54k stars 573 forks source link

Domain where images and other information is pulled from is down #15

Closed hbd closed 7 years ago

hbd commented 7 years ago

.json files on the domain http://mexonis.com are unavailable as the domain is down. These URL's are found in GlobalVariables.swift:

home.json
more.json
subscriptions.json
profile.json
video.json

Good alternative might be to store those as Gist's

For those who know what the content of the json files were, can you post them here or in a gist?

aslanyanhaik commented 7 years ago

yeah I noticed, will update shortly thanks

ghost commented 7 years ago

Is there another location for the files?

alexookah commented 7 years ago

can you upload them in another location somewhere?

aslanyanhaik commented 7 years ago

Hi everyone, I've pushed a new version with dummy data. Please check