twodayslate / claw

A lobste.rs Reader
https://apps.apple.com/us/app/id1531645542
Other
35 stars 1 forks source link

Support comments for "Open in claw" #27

Open twodayslate opened 3 years ago

twodayslate commented 3 years ago

lobste.rs/c/<id> redirects to the story page

URLSession.shared.dataTask(with: URL(string: "https://lobste.rs/c/omqrcc")!) { (data, response, error) in
    print(response?.url) // this is what we should actually open. perhaps add a highlight comment part but that is another ticket...
}.resume()