Skip to content

Fix regex in tv.js #16

@Zarogon

Description

@Zarogon

Change var re = /<div class="all_tv" title="([\S\s]*?)">[\S\s]*?<a href="([\S\s]*?)">[\S\s]*?<img src="([\S\s]*?)"/g; to var re = /<div class="all_tv" title="(.*?)">[\S\s]{0,2}?.*<a.*?href="(.*?)" title=".*?"><img src="(.*?)"><\/a>/g; or similar.

Tivix.net add attribute target="__blank" for links

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions