Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.

Finding the thumbnail tags #6

Open
khanxc opened this issue Dec 29, 2015 · 0 comments
Open

Finding the thumbnail tags #6

khanxc opened this issue Dec 29, 2015 · 0 comments

Comments

@khanxc
Copy link

khanxc commented Dec 29, 2015

How to find the cover image tag for different news feeds on the fly?
In the framework this line

 let imgURL: NSURL? = NSURL(string: projectURL + "/cover_image?style=200x200#")

And i tried for theGuardian.com with this

var projectURL = "http://www.theguardian.com/world/2015/dec/29/mystery-of-emergency-landings-of-qatari-royal-planes-in-switzerland"
let imgURL: NSURL? = NSURL(string: projectURL + "#img-1")

And not successful, still showing placeholder image, where am i going wrong?

@khanxc khanxc changed the title Determining the thumbnails Finding the thumbnail tags Dec 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant