Files
Nextcloud-Cookbook-iOS/Nextcloud Cookbook iOS Client/RecipeImport/Scraper.playground/Contents.swift
2023-11-09 11:24:27 +01:00

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()