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

Improve performance of parsing media playlists #174

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused regex
  • Loading branch information
eric committed Jul 30, 2021
commit 68c4a9f90a79d01079c9db827349639421b12fbe
3 changes: 0 additions & 3 deletions reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ import (
"errors"
"fmt"
"io"
"regexp"
"strconv"
"strings"
"time"
"unicode/utf8"
)

var reKeyValue = regexp.MustCompile(`([a-zA-Z0-9_-]+)=("[^"]+"|[^",]+)`)

// TimeParse allows globally apply and/or override Time Parser function.
// Available variants:
// * FullTimeParse - implements full featured ISO/IEC 8601:2004
Expand Down