mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Fix parsing timestamps with Piped
This commit is contained in:
@@ -515,6 +515,8 @@ final class PipedAPI: Service, ObservableObject, VideosAPI {
|
||||
return matchingGroup
|
||||
}
|
||||
|
||||
description = description.replacingOccurrences(of: "&", with: "&")
|
||||
|
||||
description = description.replacingOccurrences(
|
||||
of: "<[^>]+>",
|
||||
with: "",
|
||||
|
Reference in New Issue
Block a user