Skip to content

解析M3U8文件时,发现个BUG #17

@aktomi666

Description

@aktomi666

parseIndex方法,以及Ts:

if (line.endsWith("m3u8")) {
    if(line.startsWith("/")) { // 取根路径
         return parseIndex(contactUrl(domainPath,line));
     } else { // 继承上一路径
        return parseIndex(contactUrl(basePath,line));
     }
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions