10 lines
238 B
Swift
10 lines
238 B
Swift
import SwiftSoup
|
|
import Foundation
|
|
|
|
|
|
|
|
//let url = "https://www.chefkoch.de/rezepte/1385981243676608/Knusprige-Entenbrust.html"
|
|
let url = "https://www.allrecipes.com/recipe/234620/mascarpone-mashed-potatoes/"
|
|
|
|
let scraper = RecipeScaper()
|