Raheel Ahmad

Results 1 issues of Raheel Ahmad

Running the following on Ubuntu (via Docker): ```swift let podcastURL = URL(string: "http://feed.thisamericanlife.org/talpodcast")! let contents = try String(contentsOf: podcastURL, encoding: .utf8) let xml = SWXMLHash.parse(contents) print(contents) print("-----") print(xml.description) ``` will...

linux