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

Finding the thumbnail tags #6

@khanxc

Description

@khanxc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions