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

Commit

Permalink
Update StreamTape server parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMarcus committed Nov 22, 2020
1 parent bf4063a commit a66f848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineAnimator/Models/Media/Parser/StreamTapeParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class StreamTapeParser: VideoProviderParser {
var aliases: [String] { [ "streamtape", "Sreamtape" ] }

static let playerSourceRegex = try! NSRegularExpression(
pattern: "document\\.getElementById\\(\"videolink\"\\)\\.innerHTML\\s*=\\s*\"([^\"]+)",
pattern: "'innerHTML'\\]\\s*=\\s*'([^']+)",
options: []
)

Expand Down

0 comments on commit a66f848

Please sign in to comment.