Project

General

Profile

Actions

Feature #4820

closed

eit: allow scraping regexes to be tagged with a language ID or list of language IDs

Added by Jim Hague over 7 years ago. Updated over 7 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
EPG - Grabbers
Target version:
-
Start date:
2017-12-28
Due date:
% Done:

0%

Estimated time:

Description

From a suggestion in a PR (https://github.com/tvheadend/tvheadend/pull/1071):

Perhaps, you can add the language selector using this data structure, too, like:

{
"pattern": "^[.][.][.][^:.?!]*[.:?!] +(.*)",
"lang": "cze"
}, {
"pattern": "^[.][.][.][^:.?!]*[.:?!] +(.*)",
"lang": ["cze","slo"]
},

Patch underway...

Actions

Also available in: Atom PDF