Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Reorganize sources
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMarcus committed Mar 29, 2020
1 parent 374d824 commit 38b5266
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NineAnimator/Models/Media/Parser/HydraXParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Foundation

class HydraXParser: VideoProviderParser {
var aliases: [String] {
[ "HydraX", "replay.watch" ]
[ "HydraX", "replay.watch", "Server Hyrax" ]
}

private static let vipChannelResourceRequestUrl = URL(string: "https://multi.idocdn.com/vip")!
Expand Down
12 changes: 7 additions & 5 deletions NineAnimator/Models/NineAnimator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,20 @@ extension NineAnimator {

/// Register the default set of sources
private func registerDefaultSources() {
register(source: NASourceNineAnime(with: self))
register(source: NASourceAnimePahe(with: self))
register(source: NASourceWonderfulSubs(with: self))
register(source: NASourceFourAnime(with: self))
register(source: NASourceGogoAnime(with: self))
register(source: NASourceNineAnime(with: self))
register(source: NASourceAnimeUltima(with: self))
register(source: NASourceAnimeKisa(with: self))
register(source: NASourceFourAnime(with: self))
register(source: NASourceAnimeDao(with: self))
register(source: NASourceGogoAnime(with: self))
register(source: NASourceAnimeTwist(with: self))
register(source: NASourceKissanime(with: self))
register(source: NASourceMasterAnime(with: self))
register(source: NASourceAnimeUnity(with: self))

// Disabled sources
register(source: NASourceWonderfulSubs(with: self))
register(source: NASourceMasterAnime(with: self))
}
}

Expand Down

0 comments on commit 38b5266

Please sign in to comment.