Skip to content

Fix regex in tv.js #16

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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