Skip to content

Commit

Permalink
more extensions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Jul 25, 2024
1 parent 6ec7592 commit 3dd597b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class TurkAnime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
AlucardExtractor(client, json, baseUrl).extractVideos(hosterLink, subber)
}
"DOODSTREAM" -> {
DoodExtractor(client).videosFromUrl(hosterLink, "$subber: DOODSTREAM", redirect = false)
DoodExtractor(client).videosFromUrl(hosterLink, "$subber: DOODSTREAM")
}
"EMBEDGRAM" -> {
EmbedgramExtractor(client, headers).videosFromUrl(hosterLink, prefix = "$subber: ")
Expand Down

0 comments on commit 3dd597b

Please sign in to comment.