Sources are now completely changed to use a more flexible API. This uses a fully native source system, so there will be 0 overhead on resource usage and performance. JSON objects specify what is fetched and displayed by Ferrite when searching torrents. Sources now include sizes, seeders, and leechers for any site that specifies them. The versioning and repo naming framework has been added, but will be displayed in another update. API support will be included in another update. Signed-off-by: kingbri <bdashore3@gmail.com>
13 lines
216 B
Swift
13 lines
216 B
Swift
//
|
|
// SourceHtmlParser+CoreDataClass.swift
|
|
// Ferrite
|
|
//
|
|
// Created by Brian Dashore on 7/30/22.
|
|
//
|
|
//
|
|
|
|
import CoreData
|
|
import Foundation
|
|
|
|
@objc(SourceHtmlParser)
|
|
public class SourceHtmlParser: NSManagedObject {}
|