Fix parsing timestamps with Piped

This commit is contained in:
Arkadiusz Fal
2022-08-23 19:46:36 +02:00
parent 83f033f4dd
commit 642354fc8e
2 changed files with 13 additions and 4 deletions

View File

@@ -515,6 +515,8 @@ final class PipedAPI: Service, ObservableObject, VideosAPI {
return matchingGroup
}
description = description.replacingOccurrences(of: "&", with: "&")
description = description.replacingOccurrences(
of: "<[^>]+>",
with: "",