A media search engine for iOS with debrid support
Find a file
kingbri d3ee5c5bc9 Scraping: Remove workaround for last-child
Last-child is not supported on SwiftSoup, but nth-last-child is.
Therefore, sources must use nth-child or nth-last-child instead of
the first-child and last-child aliases.

Signed-off-by: kingbri <bdashore3@gmail.com>
2022-08-04 21:33:59 -04:00
.circleci Add CircleCI configuration 2022-08-04 21:33:59 -04:00
.github/workflows Add Github actions 2022-08-04 21:33:59 -04:00
Ferrite Scraping: Remove workaround for last-child 2022-08-04 21:33:59 -04:00
Ferrite.xcodeproj Settings: Add AboutView and style buttons 2022-08-04 21:33:59 -04:00
.gitignore Ferrite: Add code up to alpha 1 2022-07-21 00:01:41 -04:00
.swift-version Ferrite: Add SwiftFormat 2022-08-04 21:33:59 -04:00
.swiftformat Ferrite: Remove keychain shared class 2022-08-04 21:33:59 -04:00